Ad Widget

Collapse

How to make LDAP working on Zabbix 4.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wyang
    Member
    • Mar 2016
    • 93

    #1

    How to make LDAP working on Zabbix 4.0

    I created the containers of Zabbix server/proxy/java gateway/mysql server from docker-compose with Zabbix 4.0 official docker images.

    On Zabbix web frontend, I configured LDAP:
    - Administration > Authentication > Authentication, Default authentication = LDAP
    - Administration > Authentication > LDAP settings, filled in the form and tested Bind DN/Bind Password pair successfully
    - Update

    However, while creating new users, it still requires to enter user password, while it is expected to show "Password Unavailable for users with LDAP authentication."


    How to fix? Any help would be much appreciated.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Have you created users on both the Zabbix server and the LDAP server?

    Comment

    • wyang
      Member
      • Mar 2016
      • 93

      #3
      Thanks Atsushi very much for the reply.

      Figured.

      On our environment
      • Zabbix service is installed from docker-compose with Zabbix 4.0 official docker images
      • LDAP authentication is configured.
      • While creating a user, the fields 'Password' and 'Password (once again)' are still showing with red stars in front of these fields' names. This is misleading to me that I thought these are mandatory fields.
        • There is a comment right after the second password field: "
          Password is not mandatory for non internal authentication type."
        • With LDAP authentication, users created without password being configured work well.

      Comment

      Working...