Hi!
3.7.0 (Build:#1270 - 2019-10-03)
We configured a Generic Directory Server Directory in Crowd which gets users via LDAP.
We are currently trying to find the right LDAP filter settings and we are not able to use a
substring-search query on the mail address of the users, like
(mail=*@domain.com)
and it also doesn't work on the user name attribute (uid)
(uid=*@domain.net)
We always receive an error message, that no results were received:
No results were found from your search. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>502 Proxy Error</title> </head><body> <h1>Proxy Error</h1> <p>The proxy server received an invalid response from an upstream server.<br /> The proxy server could not handle the request <em><a href="/crowd/rest/directorymanagement/1/directory/testsearch/13565954">POST /crowd/rest/directorymanagement/1/directory/testsearch/13565954</a></em>.<p> Reason: <strong>Error reading from remote server</strong></p></p> </body></html>
Interestingly this works in in the LDAP Browser app.
Any hints what is going wrong would be greatly appreciated!
Thanx in advance,
Hans