summaryrefslogtreecommitdiffstats
path: root/snap-src/bin/config
diff options
context:
space:
mode:
authorRobin BRUCKER <r.brucker@unistra.fr>2018-10-31 18:59:16 +0100
committerRobin BRUCKER <r.brucker@unistra.fr>2018-10-31 18:59:16 +0100
commit13aab4d410b0f7dc1105fc3a29a06831757584af (patch)
treecd7b68b223853153ad5ee31e0353ec2b2b7d891e /snap-src/bin/config
parenta06fd63690cff263fed903050ec188b3b787164a (diff)
downloadwekan-13aab4d410b0f7dc1105fc3a29a06831757584af.tar.gz
wekan-13aab4d410b0f7dc1105fc3a29a06831757584af.tar.bz2
wekan-13aab4d410b0f7dc1105fc3a29a06831757584af.zip
Fix typo about ldaps
Documentation said to set LDAP_ENCRYPTION to true if we want to use ldaps, but the code in wekan-ldap does not check if it is set to true, but if the value equals to 'ssl' instead.
Diffstat (limited to 'snap-src/bin/config')
-rwxr-xr-xsnap-src/bin/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config
index 7f829dc8..a19baf7d 100755
--- a/snap-src/bin/config
+++ b/snap-src/bin/config
@@ -178,7 +178,7 @@ 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"
-DESCRIPTION_LDAP_ENCRYPTION="If using LDAPS"
+DESCRIPTION_LDAP_ENCRYPTION="If using LDAPS, use LDAP_ENCRYPTION=ssl"
DEFAULT_LDAP_ENCRYPTION="false"
KEY_LDAP_ENCRYPTION="ldap-encryption"