summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-11-20 12:11:37 +0200
committerLauri Ojansivu <x@xet7.org>2018-11-20 12:11:37 +0200
commit8e3f53021775069dba125efd4b7200d0d70a1ed1 (patch)
treed20495c8f50060f3fc16d96cb8f65a9f5805b031 /snap-src/bin/wekan-help
parentf9b272c223fb61d35dbf6cb741df80c96a0f0118 (diff)
downloadwekan-8e3f53021775069dba125efd4b7200d0d70a1ed1.tar.gz
wekan-8e3f53021775069dba125efd4b7200d0d70a1ed1.tar.bz2
wekan-8e3f53021775069dba125efd4b7200d0d70a1ed1.zip
- 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
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help4
1 files changed, 4 insertions, 0 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index c488a538..f28f8f9d 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -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"