I'm trying to get Zabbix to authenticate against our OpenLDAP server, but failing miserably...
Here are my settings...
Default authentication: LDAP
LDAP Host: ldap://ip-of-server
Port: 389
Base DN: ou=people,dc=ourcompany,dc=com
Search attribute: uid
Bind DN*: cn=admin,ou=people
Bind Password*: LDAP admin password
Login: (defaults to 'admin')
User Password: password of LDAP admin account
The error I get:
I've tried a few variation, but with no success. OpenLDAP does work and with very simular credentials as those stated above I got our SugarCRM install to authenticate against OpenLDAP with little effort, so I'm guessing my settings are off.
Anyone able to help me find the proper settings?
Here are my settings...
Default authentication: LDAP
LDAP Host: ldap://ip-of-server
Port: 389
Base DN: ou=people,dc=ourcompany,dc=com
Search attribute: uid
Bind DN*: cn=admin,ou=people
Bind Password*: LDAP admin password
Login: (defaults to 'admin')
User Password: password of LDAP admin account
The error I get:
Code:
* ldap_bind() [<a href='function.ldap-bind'>function.ldap-bind</a>]: Unable to bind to server: Invalid credentials[/usr/share/zabbix/include/classes/cldap.inc.php:116]
* LDAP: cannot bind by given DN
Anyone able to help me find the proper settings?
Comment