mirror of
https://github.com/wekan/wekan.git
synced 2026-03-11 08:02:33 +01:00
- 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:
parent
f9b272c223
commit
8e3f530217
8 changed files with 334 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue