-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help with LDAP integration #3789
Comments
What does the debug info tell you? (It will be in your PHP error log) |
Sorry, I've just seen the debug info! |
No worries! |
Can you post please the full line from the debug info that shows 'ldap_search failed', preferably as text rather than as an image. |
[Tue Dec 17 06:29:21.926036 2024] [php:notice] [pid 10787:tid 10787] [client 127.0.0.1:34372] [MRBS DEBUG] MRBS\Auth\AuthLdap->action(768): ldap_search failed: Operations error [000004DC: LdapErr: DSID-0C090C>0C090C78, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v4f7c], referer: http://0.0.0.0/admin.php |
I searched for the error message and found this post. Can you try setting $ldap_disable_referrals = true; |
Nevermind it worked! |
Good! |
Thanks much! |
I have been trying to integrate LDAP into the MRBS system but I keep getting unknown user errors no matter what credentials I try. The server is able to communicate with the LDAP server and initial bind was successful according to the logs but I am getting an operations error. Is it an issue with the binds
Browser details:
Server details:
Error Log
Config file (I just edited out the password info)
The text was updated successfully, but these errors were encountered: