Skip to main content
Question

LDAP ISSUE

  • April 30, 2014
  • 3 replies
  • 17 views

Forum|alt.badge.img+3

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

Forum|alt.badge.img+18
  • Honored Contributor
  • April 30, 2014

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


Forum|alt.badge.img+3
  • Author
  • New Contributor
  • May 1, 2014

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


Forum|alt.badge.img+7
  • Contributor
  • May 1, 2014

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.