mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +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
|
|
@ -227,6 +227,10 @@ echo -e "Ldap Username Field."
|
|||
echo -e "Which field contains the ldap username:"
|
||||
echo -e "\t$ snap set $SNAP_NAME LDAP_USERNAME_FIELD='username'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Fullname Field."
|
||||
echo -e "Which field contains the ldap fullname:"
|
||||
echo -e "\t$ snap set $SNAP_NAME LDAP_FULLNAME_FIELD='fullname'"
|
||||
echo -e "\n"
|
||||
echo -e "Ldap Merge Existing Users."
|
||||
echo -e "\t$ snap set $SNAP_NAME LDAP_MERGE_EXISTING_USERS='true'"
|
||||
echo -e "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue