From b1cdcda8ed78d48505a8da5180d7aed46a24fd64 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 28 Jan 2021 13:39:48 +0200 Subject: [PATCH] Removed quotes from docker-compose.yml settings. Thanks to XL-Reaper, Vinc89 and xet7 ! Related #2490 --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1fce2c0c5..d2b5e9280 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -460,8 +460,8 @@ services: # # The search user DN - You need quotes when you have spaces in parameters # 2 examples: - #- LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" - #- LDAP_AUTHENTIFICATION_USERDN="CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com" + #- LDAP_AUTHENTIFICATION_USERDN=CN=ldap admin,CN=users,DC=domainmatter,DC=lan + #- LDAP_AUTHENTIFICATION_USERDN=CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com # # The password for the search user #- LDAP_AUTHENTIFICATION_PASSWORD=pwd @@ -491,10 +491,10 @@ services: #- LDAP_REJECT_UNAUTHORIZED=false # # Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key). - #- LDAP_USER_AUTHENTICATION="true" + #- LDAP_USER_AUTHENTICATION=true # # Which field is used to find the user for the user authentication. Default: uid. - #- LDAP_USER_AUTHENTICATION_FIELD="uid" + #- LDAP_USER_AUTHENTICATION_FIELD=uid # # Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed #- LDAP_USER_SEARCH_FILTER= @@ -559,7 +559,7 @@ services: # #- LDAP_SYNC_USER_DATA_FIELDMAP={"cn":"name", "mail":"email"} # - #- LDAP_SYNC_GROUP_ROLES='' + #- 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 # example :