mirror of
https://github.com/lldap/lldap.git
synced 2026-04-05 14:48:10 +00:00
This change adds two new optional configuration options: - `ldap_healthcheck_host` to pair with `ldap_host` - `http_healthcheck_host` to pair with `http_host` These both default to `localhost` to preserve the existing behavior. Fixes #700