Deactivated LDAP_ALLOW_ANON_BINDING

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-22 11:25:14 +01:00
parent d8afb2ec87
commit 2e9eb2df1d

View File

@ -43,7 +43,7 @@ services:
LDAP_LDAPS_PORT_NUMBER: {{ldap_secure_localhost_port}} # Port used for TLS secure traffic. Priviledged port is supported (e.g. 636). Default: 1636 (non privileged port).
# Security
LDAP_ALLOW_ANON_BINDING: yes # Allow anonymous bindings to the LDAP server. Default: yes.
LDAP_ALLOW_ANON_BINDING: no # Allow anonymous bindings to the LDAP server. Default: yes.
volumes:
- 'data:/bitnami/openldap'
healthcheck: