From 0555b7e34c0ca2b533d4a597e60c03ee64f7d919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Maa=C3=9Fen?= Date: Thu, 22 Jul 2021 10:35:12 +0200 Subject: [PATCH] added comment to clarify additional use case of LDAP_DEFAULT_DOMAIN --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 790c4842d..7d3701fa7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -571,6 +571,7 @@ services: #- LDAP_SYNC_GROUP_ROLES= # # The default domain of the ldap it is used to create email if the field is not map correctly with the LDAP_SYNC_USER_DATA_FIELDMAP + # In case SimpleAuth with AD is configured, the default domain is appended to the given loginname for creating the correct username for the bind request to AD # example : #- LDAP_DEFAULT_DOMAIN=mydomain.com #