Ad Widget

Collapse

Ldap autentification trouble

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • beltel
    Junior Member
    • Aug 2013
    • 11

    #1

    Ldap autentification trouble

    Hello, i had zabbix 1.8 version and i have updated to 2.0.7, but that error message doesn't disapper. Could you help and tell how is possible to solve that trouble?
    Unable to bind to server: Invalid credentials [include/classes/class.cldap.php:115]
  • Colttt
    Senior Member
    Zabbix Certified Specialist
    • Mar 2009
    • 878

    #2
    do you upgrade the php-files too ?

    otherwise reconfigure you ldap-settings in zabbix!
    Debian-User

    Sorry for my bad english

    Comment

    • beltel
      Junior Member
      • Aug 2013
      • 11

      #3
      Originally posted by Colttt
      do you upgrade the php-files too ?
      YES, I upgraded the php-files too
      otherwise reconfigure you ldap-settings in zabbix!
      Could you say what is location(directory) of that ldap-settings?

      Comment

      • beltel
        Junior Member
        • Aug 2013
        • 11

        #4
        Yes, i upgraded php-files too.

        Could you say what is location(directory) of that ldap settings?

        Comment

        • beltel
          Junior Member
          • Aug 2013
          • 11

          #5
          include/classes/class.cldap.php 115 is
          // use superuser credentials
          if (!ldap_bind($this->ds, $this->cnf['bind_dn'], $this->cnf['bind_password'])) {
          error('LDAP: cannot bind by given Bind DN.');
          return false;
          why is it wrong in "use superuser credentials" title? I loggin as a Super Zabbix Administrator, but error reffer to that string.

          Comment

          • beltel
            Junior Member
            • Aug 2013
            • 11

            #6
            and... Yes, i upgrades the php-files too.

            Comment

            Working...