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
|
@ -206,6 +206,11 @@ REM # LDAP_AUTHENTIFICATION_USERDN : The search user DN
|
|||
REM # example: LDAP_AUTHENTIFICATION_USERDN=cn=admin,dc=example,dc=org
|
||||
REM SET LDAP_AUTHENTIFICATION_USERDN=
|
||||
|
||||
REM # The search user DN - You need quotes when you have spaces in parameters
|
||||
REM # 2 examples:
|
||||
REM SET LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan"
|
||||
REM SET LDAP_AUTHENTIFICATION_USERDN="CN=wekan_adm,OU=serviceaccounts,OU=admin,OU=prod,DC=mydomain,DC=com"
|
||||
|
||||
REM # LDAP_AUTHENTIFICATION_PASSWORD : The password for the search user
|
||||
REM # example : AUTHENTIFICATION_PASSWORD=admin
|
||||
REM SET LDAP_AUTHENTIFICATION_PASSWORD=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue