Posted on 04-30-2014 01:43 AM
Hey There, We're trying to setup the AD LDAP binding to allow the Casper 9 suite to query AD and we're having some difficulty and are getting the following message using this name :-
CN=*,OU=Domain Management,DC=ad,DC=*,DC=com
Error: javax.naming.directory.InvalidSearchFilterException: invalid attribute description; remaining name '' Suggestion: No suggestion available
Thanks Matt
Posted on 04-30-2014 08:08 AM
I haven't tested it yet, but i suspect the space is causing you issues.
CN=*,OU=Domain* Management,DC=ad,DC=**,DC=com
Try adding a after Domain
Posted on 05-01-2014 01:11 AM
This wouldn't work since the Domain Management is an OU that the user is in we can't add a into it or it won't resolve to the user ??
Posted on 05-01-2014 05:59 AM
I believe @rderewianko is trying to advise you to escape the space in the name. The name is essentially the same just eliminates the special properties of the space character.