mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Added LDAP email environment variables
Support for LDAP matching existing accounts with e-mail address.
This commit is contained in:
parent
4bf0914f1e
commit
402d484182
7 changed files with 94 additions and 1 deletions
|
|
@ -221,6 +221,22 @@ REM # LDAP_MERGE_EXISTING_USERS :
|
|||
REM # example : LDAP_MERGE_EXISTING_USERS=true
|
||||
REM SET LDAP_MERGE_EXISTING_USERS=false
|
||||
|
||||
REM # LDAP_EMAIL_MATCH_ENABLE : allow existing account matching by e-mail address when username does not match
|
||||
REM # example: LDAP_EMAIL_MATCH_ENABLE=true
|
||||
REM SET LDAP_EMAIL_MATCH_ENABLE=false
|
||||
|
||||
REM # LDAP_EMAIL_MATCH_REQUIRE : require existing account matching by e-mail address when username does match
|
||||
REM # example: LDAP_EMAIL_MATCH_REQUIRE=true
|
||||
REM SET LDAP_EMAIL_MATCH_REQUIRE=false
|
||||
|
||||
REM # LDAP_EMAIL_MATCH_VERIFIED : require existing account email address to be verified for matching
|
||||
REM # example: LDAP_EMAIL_MATCH_VERIFIED=true
|
||||
REM SET LDAP_EMAIL_MATCH_VERIFIED=false
|
||||
|
||||
REM # LDAP_EMAIL_FIELD : which field contains the LDAP e-mail address
|
||||
REM # example: LDAP_EMAIL_FIELD=mail
|
||||
REM SET LDAP_EMAIL_FIELD=
|
||||
|
||||
REM # LDAP_SYNC_USER_DATA :
|
||||
REM # example : LDAP_SYNC_USER_DATA=true
|
||||
REM SET LDAP_SYNC_USER_DATA=false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue