summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-05-10 23:04:51 +0300
committerLauri Ojansivu <x@xet7.org>2019-05-10 23:04:51 +0300
commit3bbc805ee42e3c1638b50260d3fafc2b5f936923 (patch)
treea7122d8c933ec4ced6c556a1d6f068805f07b0d7 /Dockerfile
parentc37a454bd53fbb059d02b1ea260cb4a258596a51 (diff)
downloadwekan-3bbc805ee42e3c1638b50260d3fafc2b5f936923.tar.gz
wekan-3bbc805ee42e3c1638b50260d3fafc2b5f936923.tar.bz2
wekan-3bbc805ee42e3c1638b50260d3fafc2b5f936923.zip
Option to login to the LDAP server with the user's own username and password, instead of an administrator key. Default: false (use administrator key).
With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 213b6ae6..e02455e5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,6 +61,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LDAP_ENCRYPTION=false \
LDAP_CA_CERT="" \
LDAP_REJECT_UNAUTHORIZED=false \
+ LDAP_USER_AUTHENTICATION=false \
LDAP_USER_SEARCH_FILTER="" \
LDAP_USER_SEARCH_SCOPE="" \
LDAP_USER_SEARCH_FIELD="" \