mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-24 07:52:21 +01:00
Deactivated LDAP_ALLOW_ANON_BINDING
This commit is contained in:
parent
d8afb2ec87
commit
2e9eb2df1d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user