Added docker composr env_file note to LDAP docs
This commit is contained in:
parent 00aa2229e8
commit 2785c4a9b8
1 changed files with 2 additions and 1 deletions
| @ -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 | ||||
| |
Loading…
Add table
Add a link
Reference in a new issue