You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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