Hello,
the password for the bind user in the Active Directory was changed.
trying to login the Web-fontend i receive the error:
ldap_bind(): Unable to bind to server: Invalid credentials[/usr/share/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
any tpp to korrect this?
Greetings
Fritz
i solved the problem:
Reset the LDAP bind password from mysql:
mysql -u root -p
use zabbix;
update config set ldap_bind_password='newpassword' where configid=1;
the password for the bind user in the Active Directory was changed.
trying to login the Web-fontend i receive the error:
ldap_bind(): Unable to bind to server: Invalid credentials[/usr/share/zabbix/include/classes/class.cldap.php:114]
LDAP: cannot bind by given Bind DN
any tpp to korrect this?
Greetings
Fritz
i solved the problem:
Reset the LDAP bind password from mysql:
mysql -u root -p
use zabbix;
update config set ldap_bind_password='newpassword' where configid=1;