summaryrefslogtreecommitdiffstats
path: root/docker-compose-build.yml
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 /docker-compose-build.yml
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 'docker-compose-build.yml')
-rw-r--r--docker-compose-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose-build.yml b/docker-compose-build.yml
index ceda447b..a9b573c4 100644
--- a/docker-compose-build.yml
+++ b/docker-compose-build.yml
@@ -141,7 +141,7 @@ services:
# example : LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS=true
#- LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS=false
# LDAP_ENCRYPTION : If using LDAPS
- # example : LDAP_ENCRYPTION=true
+ # example : LDAP_ENCRYPTION=ssl
#- LDAP_ENCRYPTION=false
# LDAP_CA_CERT : The certification for the LDAPS server. Certificate needs to be included in this docker-compose.yml file.
# example : LDAP_CA_CERT=-----BEGIN CERTIFICATE-----MIIE+zCCA+OgAwIBAgIkAhwR/6TVLmdRY6hHxvUFWc0+Enmu/Hu6cj+G2FIdAgIC...-----END CERTIFICATE-----