Skip to content
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

LDAP Error #66

Open
bshiers opened this issue Oct 7, 2017 · 2 comments
Open

LDAP Error #66

bshiers opened this issue Oct 7, 2017 · 2 comments

Comments

@bshiers
Copy link

bshiers commented Oct 7, 2017

I'm getting an LDAP error when I try to setup LDAP authentication. I believe I have followed the guide properly and I'm getting a can't bind error.

[Sat Oct 07 10:51:44.732138 2017] [:error] [pid 1183] [client x.x.x.x:56079] PHP Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server in /usr/share/namedmanager/htdocs/include/amberphplib/inc_ldap.php on line 98, referer: https://x.x.x.x//namedmanager/index.php?page=user/login.php

$config["ldap_host"] = "x.x.com"; // hostname of the LDAP server
$config["ldap_port"] = "389"; // LDAP server port
$config["ldap_dn"] = "dc=x,dc=com"; // DN to run queries under
$config["ldap_manager_user"] = "cn=user,cn=users,dc=x,dc=com"; // LDAP manager
$config["ldap_manager_pwd"] = "soopersecretpassword";
$config["ldap_ssl"] = "disable"; // use TLS/SSL - enable/disable

That's my config. What can I try to test this. I can get logged in no issues with the local setup.

@bshiers
Copy link
Author

bshiers commented Oct 7, 2017

Also I got one of my test IP's banned testing this due to brute force detection. How do I clear that out?

@bshiers
Copy link
Author

bshiers commented Oct 7, 2017

I should mention our LDAP backend is active directory. I have a number of other linux boxes tied into AD and they seem to work so I must be missing something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant