summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
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/config
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/config')
-rwxr-xr-xsnap-src/bin/config4
1 files changed, 2 insertions, 2 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index 44d30baa..72508b5d 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -176,7 +176,7 @@ KEY_LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED="ldap-background-sync-keep-
DESCRIPTION_LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS=""
DEFAULT_LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS="false"
-KEY_LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS="ldap-background-sync-import-new-users"
+KEY_LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS="ldap-background-sync-import-new-users"
DESCRIPTION_LDAP_ENCRYPTION="If using LDAPS"
DEFAULT_LDAP_ENCRYPTION="false"
@@ -194,7 +194,7 @@ DESCRIPTION_LDAP_USER_SEARCH_FILTER="Optional extra LDAP filters. Don't forget t
DEFAULT_LDAP_USER_SEARCH_FILTER=""
KEY_LDAP_USER_SEARCH_FILTER="ldap-user-search-filter"
-DESCRIPTION_LDAP_USER_SEARCH_SCOPE="Base (search only in the provided DN), one (search only in the provided DN and one level deep), or subtree (search the whole subtree)."
+DESCRIPTION_LDAP_USER_SEARCH_SCOPE="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"
DEFAULT_LDAP_USER_SEARCH_SCOPE=""
KEY_LDAP_USER_SEARCH_SCOPE="ldap-user-search-scope"