fix ldap login issue

This commit is contained in:
whysthatso
2019-11-14 22:37:47 +02:00
parent ea71ae7830
commit 7993707fe3
3 changed files with 11 additions and 11 deletions

View File

@@ -460,7 +460,7 @@ services:
#- LDAP_REJECT_UNAUTHORIZED=false
#
# 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"
- LDAP_USER_AUTHENTICATION="false"
#
# Which field is used to find the user for the user authentication. Default: uid.
#- LDAP_USER_AUTHENTICATION_FIELD="uid"