summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/wekan-help
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-24 11:39:45 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-24 11:39:45 +0300
commit4cb25a5bcf5263f9c803a0a1d4ceaf6a9e5db75f (patch)
treec326c9d45b947ec9a0eb810ea503696e4a443032 /snap-src/bin/wekan-help
parent82e90f7b9424eba55435150fca8f878ac05e8634 (diff)
downloadwekan-4cb25a5bcf5263f9c803a0a1d4ceaf6a9e5db75f.tar.gz
wekan-4cb25a5bcf5263f9c803a0a1d4ceaf6a9e5db75f.tar.bz2
wekan-4cb25a5bcf5263f9c803a0a1d4ceaf6a9e5db75f.zip
- Custom Product Name in Admin Panel / Layout. In Progress, setting does not affect change UI yet. Thanks to xet7 !
- Fix LDAP User Search Scope. Thanks to Vnimos and Akuket ! Related #119 - Fix Save Admin Panel STMP password. Thanks to saurabharch and xet7 ! Closes #1856
Diffstat (limited to 'snap-src/bin/wekan-help')
-rwxr-xr-xsnap-src/bin/wekan-help2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/wekan-help b/snap-src/bin/wekan-help
index 3af19336..c8144f9a 100755
--- a/snap-src/bin/wekan-help
+++ b/snap-src/bin/wekan-help
@@ -180,7 +180,7 @@ echo -e "Optional extra LDAP filters. Don't forget the outmost enclosing parenth
echo -e "\t$ snap set $SNAP_NAME LDAP_USER_SEARCH_FILTER=''"
echo -e "\n"
echo -e "Ldap User Search Scope."
-echo -e "Base (search only in the provided DN), one (search only in the provided DN and one level deep), or subtree (search the whole subtree):"
+echo -e "base (search only in the provided DN), one (search only in the provided DN and one level deep), or sub (search the whole subtree). Example: one"
echo -e "\t$ snap set $SNAP_NAME LDAP_USER_SEARCH_SCOPE=one"
echo -e "\n"
echo -e "Ldap User Search Field."