Ad Widget

Collapse

ldap configuration

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • icol
    Member
    • Aug 2014
    • 31

    #1

    ldap configuration

    Unfortunately yesterday we moved the ldaps servers to another ip whithout my knowledge. This end up with users not being able to login
    I had to go to the database in config table and change the authentication to internal. Doing this i thought it would be a piece of cake changing the ip of the ldap address in the zabbix web interface.
    It wasn't. whatever i tried i got always the error "zabbix ldap login name or password incorrect Cldap.php:114"

    At the end i just changed the ldap address on the databse (config table) and it started to work

    there must be something wrong in the fronten code.

    This topic is more for the ones who might have the same problem with the ldap configuration.
    My system is 4 servers 1 frontend, 1 server, 1 db, and 1 proxy
  • biggreen
    Junior Member
    • Mar 2019
    • 8

    #2
    Hi,

    I just started my own thread about this after searching through the various config files and not seeing a internal/LDAP option.

    Since I'm a mysql noob, would you be able to assist me in changing that value in the DB?

    Comment

    • biggreen
      Junior Member
      • Mar 2019
      • 8

      #3
      N/M! found a Linux guy to help a noob. updating my thread.

      Comment

      • icol
        Member
        • Aug 2014
        • 31

        #4
        In my case I just had to change the ldap adress. But the ldap integration is not dificult you just need to understand a bit of AD. let mr og trough the fielsd:
        Ldaphost is something like ldap://<ip> or dns
        port 389
        Base DN is tipically OU=Users,DC=<domain>,DC=<domain> you only need 2 DC if Your domain is like duck.com if it is only go duck you need only one
        Search attribute should be sAMAccountName you need to check Your AD
        Bind DN is like CN=user(that you wil yuse to Access AD),OU=...DC=…
        Bind password is the passwod of the user that will Access the ldap
        test is just to test if the user to Access the ldap to Query is working

        hope this helps

        Comment

        • biggreen
          Junior Member
          • Mar 2019
          • 8

          #5
          Got it working man thanks!

          Comment

          Working...