ldap - Active directory error when trying to getAttributes with objectGUID - Couldn't perform DN to Data source mapping -
we having problem active directory java ldap, first create ldapcontext , try bind objectguid that:
ctx.getattributes("<guid=58f20049-931e-4b69-ba5f-8b8654e9d8e9>");
this working perfect in our development environment , in customer site active directory forest exception: javax.naming.namenotfoundexception: [ldap: error code 32 - couldn't perform dn data source mapping]; remaining name ''
we've been trying hard understand problem no luck, please?
thank you
Comments
Post a Comment