- Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10). Thanks to alkemyst and xet7.

Closes wekan/wekan-ldap#21,
closes wekan/wekan-ldap#10
This commit is contained in:
Lauri Ojansivu 2018-11-20 12:11:37 +02:00
parent f9b272c223
commit 8e3f530217
8 changed files with 334 additions and 30 deletions

View file

@ -180,6 +180,9 @@ services:
# LDAP_USERNAME_FIELD : Which field contains the ldap username
# example : LDAP_USERNAME_FIELD=username
#- LDAP_USERNAME_FIELD=
# LDAP_FULLNAME_FIELD : Which field contains the ldap fullname
# example : LDAP_FULLNAME_FIELD=fullname
#- LDAP_FULLNAME_FIELD=
# LDAP_MERGE_EXISTING_USERS :
# example : LDAP_MERGE_EXISTING_USERS=true
#- LDAP_MERGE_EXISTING_USERS=false