summaryrefslogtreecommitdiffstats
path: root/start-wekan.sh
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 /start-wekan.sh
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 'start-wekan.sh')
-rwxr-xr-xstart-wekan.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/start-wekan.sh b/start-wekan.sh
index 5c319311..1c89ad88 100755
--- a/start-wekan.sh
+++ b/start-wekan.sh
@@ -218,7 +218,12 @@
#export LDAP_AUTHENTIFICATION=false
# LDAP_AUTHENTIFICATION_USERDN : The search user DN
# example : export LDAP_AUTHENTIFICATION_USERDN=cn=admin,dc=example,dc=org
- #export LDAP_AUTHENTIFICATION_USERDN=
+ #----------------------------------------------------------------------------
+ # The search user DN - You need quotes when you have spaces in parameters
+ # 2 examples:
+ #export LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan"
+ #export LDAP_AUTHENTIFICATION_USERDN="CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com"
+ #---------------------------------------------------------------------------
# LDAP_AUTHENTIFICATION_PASSWORD : The password for the search user
# example : AUTHENTIFICATION_PASSWORD=admin
#export LDAP_AUTHENTIFICATION_PASSWORD=