mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
LDAP: Fix USERDN example, when parameters contain spaces:
LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" Thanks to compumatter !
This commit is contained in:
parent
10b953041f
commit
6cbd4cabc7
4 changed files with 18 additions and 5 deletions
|
@ -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:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue