LDAP ISSUE

imagswadmin
New Contributor

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

3 REPLIES 3

rderewianko
Valued Contributor II

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

imagswadmin
New Contributor

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 ??

jdziat
Contributor

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.