summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-04 13:59:43 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-04 13:59:43 +0300
commitc74934836ff7f55df7864ab71d106ac31224f5a8 (patch)
tree14d09df8f137fa2fb2dc1eae25d4c469e697fa0c /docker-compose.yml
parentec35c544b780e563a973fd887c5190f429431bfb (diff)
parent2bd48bc45c86d19db1038fcf160433b46f53340f (diff)
downloadwekan-c74934836ff7f55df7864ab71d106ac31224f5a8.tar.gz
wekan-c74934836ff7f55df7864ab71d106ac31224f5a8.tar.bz2
wekan-c74934836ff7f55df7864ab71d106ac31224f5a8.zip
Merge branch 'master' of https://github.com/Trekky12/wekan into Trekky12-master
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7ced8df4..0a1fc4f8 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -454,6 +454,9 @@ services:
# 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).
#- LDAP_USER_AUTHENTICATION="true"
#
+ # Which field is used to find the user for the user authentication. Default: uid.
+ #- LDAP_USER_AUTHENTICATION_FIELD="uid"
+ #
# Optional extra LDAP filters. Don't forget the outmost enclosing parentheses if needed
#- LDAP_USER_SEARCH_FILTER=
#