When i connect crowd whith ldap directory i have "No results were found from your search. org.springframework.ldap.InvalidSearchFilterException: Missing 'equals'; nested exception is javax.naming.directory.InvalidSearchFilterException: Missing 'equals'; remaining name 'ou=*,dc=*,dc=*'" Please help!
Hi Dima,
What are the rest of your filters? It seems like there is a misconfiguration here that the application cannot parse.
Have a look at this document, as the fields and the input they require is more detailed than in the crowd documentation:
https://confluence.atlassian.com/display/DOC/Connecting+to+an+LDAP+Directory
Also if you do have filters specified, be sure they are correct:
https://confluence.atlassian.com/display/DEV/How+to+write+LDAP+search+filters
Last, you can use an LDIF export from a user in your ldap system to see the exact path with the properties you'll need to connect successfully from crowd:
https://confluence.atlassian.com/display/CROWD/Getting+an+LDIF+Export+of+a+User+or+Group
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.