Ad Widget

Collapse

Changed password in Active Directory for bind user

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FritzHellbach
    Junior Member
    • Mar 2012
    • 1

    #1

    Changed password in Active Directory for bind user

    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;
    Last edited by FritzHellbach; 13-03-2012, 16:18.
Working...