Ad Widget

Collapse

Unable to change LDAP bind password

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mark P Thornton
    Junior Member
    • Feb 2022
    • 10

    #1

    Unable to change LDAP bind password

    Response is

    Fatal error, please report to the Zabbix team
    • Incorrect value for "passwd_check_rules" field.
    • Controller: authentication.edit
    • action: authentication.edit
    • action_passw_change: authentication.edit
    • authentication_type: 0
    • change_bind_password: 1
    • db_authentication_type: 0
    • form_refresh: 1
    • http_auth_enabled: 0
    • ldap_base_dn: DC=Enactor,DC=local
    • ldap_bind_dn: CN=Svc_Zabbix,OU=Service Accounts,OU=Users,OU=Resources,DC=Enactor,DC=local
    • ldap_case_sensitive: 0
    • ldap_configured: 1
    • ldap_host: addc.enactor.local
    • ldap_port: 389
    • ldap_search_attribute: sAMAccountName
    • ldap_test_password:
    Any ideas as to how to proceed?

    Zabbix version 6.0.0. This was updated from 5.4
    Last edited by Mark P Thornton; 01-03-2022, 12:19. Reason: Added zabbix version.
  • Mark P Thornton
    Junior Member
    • Feb 2022
    • 10

    #2
    The value for passwd_check_rules is the same as for a test instance of 6.0.1, but still gets the error.

    MariaDB [zabbixdb]> select passwd_min_length, passwd_check_rules from config;

    +-------------------+--------------------+

    | passwd_min_length | passwd_check_rules |

    +-------------------+--------------------+

    | 8 | 8 |

    +-------------------+--------------------+

    1 row in set (0.000 sec)


    I also updated the ldap_bind_password in config manually, but still failed to bind.

    Mark

    Comment

    Working...