From 6cbd4cabc716c755e547abb798f657fe5476ed04 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 6 Sep 2019 01:22:15 +0300 Subject: LDAP: Fix USERDN example, when parameters contain spaces: LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" Thanks to compumatter ! --- snap-src/bin/wekan-help | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'snap-src') diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help index f1e8ce28..cde3dd57 100755 --- a/snap-src/bin/wekan-help +++ b/snap-src/bin/wekan-help @@ -281,8 +281,9 @@ echo -e "If the LDAP needs a user account to search:" echo -e "\t$ snap set $SNAP_NAME ldap-authentication='true'" echo -e "\n" echo -e "Ldap Authentication User Dn." -echo -e "The search user Dn:" -echo -e "\t$ snap set $SNAP_NAME ldap-authentication-userdn='cn=admin,dc=example,dc=org'" +echo -e "The search user Dn, 2 examples:" +echo -e "\t$ snap set $SNAP_NAME ldap-authentication-userdn='CN=ldap admin,CN=users,DC=domainmatter,DC=lan'" +echo -e "\t$ snap set $SNAP_NAME ldap-authentication-userdn='CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com'" echo -e "\n" echo -e "Ldap Authentication Password." echo -e "The password for the search user:" -- cgit v1.2.3-1-g7c22