summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
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 d1a237c3..64d11cd0 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=
#