Ad Widget

Collapse

Monitoring LDAP with BIND DN

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Mr_Diba
    Junior Member
    • Jun 2021
    • 1

    #1

    Monitoring LDAP with BIND DN

    I have a hard time figuring out how to monitor a LDAP server without anonymous bind using the simple check net.tcp.service.

    The setup:
    LDAP server monitored by zabbix-agent2
    LDAP configured to listen on port 636 with SSL certificate and anonymous bind disabled.

    I have a BIND DN user and password but I have no idea how to configure them.

    The current expression:
    Code:
    max(/ldap.example.com/net.tcp.service[ldap,ldap.example.com,636],#3)=0
    always result in a false because it is not being able to do a search.

    So, is it possible to add the BIND DN user to the search?
Working...