LDAP directories check
ldap — LDAP directories
Connect, bind (anonymous or with credentials from the environment), and an optional sanity search.
checkfleet check ldap --config checkfleet.yml
LDAP directory health via bind + an optional sanity search (uses go-ldap).
- Connect failure →
ERROR; failed bind (bad credentials) →BAD. - With
base_dn, a search returning fewer thanmin_entries(default 1) or an error →BAD. ldaps://andstart_tlssupported;insecure_skip_verifyfor internal self-signed. Bind is anonymous whenbind_dnis empty; the password comes frompassword_env, never config.
See Configuration → checks.ldap.
See the full module reference for every check, or configuration for the config keys.