Added docker composr env_file note to LDAP docs

This commit is contained in:
Dan Brown 2022-04-27 12:00:29 +01:00
commit 2785c4a9b8
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -35,7 +35,8 @@ LDAP_PASS="my#super#secret#password543"
# A filter to use when searching for users
# The user-provided user-name used to replace any occurrences of '${user}'
# If you're setting this option via other means, such as within a docker-compose.yml,
# you may need escape the $, often using $$ or \$ instead.
# you may need escape the $, often using $$ or \$ instead.
# Note: This option cannot be used with the docker-compose.yml `env_file` option.
LDAP_USER_FILTER=(&(uid=${user}))
# Set the LDAP version to use when connecting to the server