From 2e9eb2df1dcb04b79a4a0702fd4c7a2157258951 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 22 Jan 2025 11:25:14 +0100 Subject: [PATCH] Deactivated LDAP_ALLOW_ANON_BINDING --- roles/docker-ldap/templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-ldap/templates/docker-compose.yml.j2 b/roles/docker-ldap/templates/docker-compose.yml.j2 index 35987551..8e0a7173 100644 --- a/roles/docker-ldap/templates/docker-compose.yml.j2 +++ b/roles/docker-ldap/templates/docker-compose.yml.j2 @@ -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: