summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-09-06 01:22:15 +0300
committerLauri Ojansivu <x@xet7.org>2019-09-06 01:22:15 +0300
commit6cbd4cabc716c755e547abb798f657fe5476ed04 (patch)
treeb136d61df824ed8ece763729d2524d0529f496f8 /docker-compose.yml
parent10b953041fa812a306caa9aa200bbff5f4b20483 (diff)
downloadwekan-6cbd4cabc716c755e547abb798f657fe5476ed04.tar.gz
wekan-6cbd4cabc716c755e547abb798f657fe5476ed04.tar.bz2
wekan-6cbd4cabc716c755e547abb798f657fe5476ed04.zip
LDAP: Fix USERDN example, when parameters contain spaces:
LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" Thanks to compumatter !
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 9b950b5b..7fbe9f32 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -426,8 +426,10 @@ services:
# If the LDAP needs a user account to search
#- LDAP_AUTHENTIFICATION=true
#
- # The search user DN
- #- LDAP_AUTHENTIFICATION_USERDN=cn=wekan_adm,ou=serviceaccounts,ou=admin,ou=prod,dc=mydomain,dc=com
+ # 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"
#
# The password for the search user
#- LDAP_AUTHENTIFICATION_PASSWORD=pwd