I am currently trialing Zabbix and trying to setup LDAP authentication using the Zabbix appliance version 3.2.3
I have set all the LDAP information correctly and during testing i am using a domain admin account to bind with LDAP (this is just for testing and won't always be present).
I get a few errors when trying to authenticate;
Cannot change authentication method to LDAP
Details
ldap_bind(): Unable to bind to server: Invalid credentials [authentication.php:132 → CLdapAuthValidator->validate() → CLdap->checkPass() → ldap_bind() in include/classes/ldap/CLdap.php:112]
LDAP: cannot bind by given Bind DN.
Login name or password is incorrect!
I have checked and checked again and the username and password are correct.
What I'm not sure if is the test account, this is stuck at Admin and I can't change it to a valid LDAP account, is that right? Do i need to create an LDAP/AD account called admin?
I have set all the LDAP information correctly and during testing i am using a domain admin account to bind with LDAP (this is just for testing and won't always be present).
I get a few errors when trying to authenticate;
Cannot change authentication method to LDAP
Details
ldap_bind(): Unable to bind to server: Invalid credentials [authentication.php:132 → CLdapAuthValidator->validate() → CLdap->checkPass() → ldap_bind() in include/classes/ldap/CLdap.php:112]
LDAP: cannot bind by given Bind DN.
Login name or password is incorrect!
I have checked and checked again and the username and password are correct.
What I'm not sure if is the test account, this is stuck at Admin and I can't change it to a valid LDAP account, is that right? Do i need to create an LDAP/AD account called admin?
Comment