Files
docker-gitlab/contrib/docker-swarm/gitlab.secrets
Hannes Römer ea1fce2c4b Documentation update on Docker config and secrets file env and example fix (#1980)
* fixed typos in referenced config and secret files

* updated documentation on external configs and secrets and added note on hard-coded config keys

* updated documentation link to sample config

* updated documentation link to sample config

* updated documentation links to config keys

* updated documentation links to config keys

* updated documentation links to config keys
2019-09-26 06:26:12 +02:00

14 lines
344 B
Plaintext

# config file to be sourced on startup - will over-ride any env set in the docker-compose.yml
LDAP_ENABLED=true
LDAP_LABEL="LDAP login"
LDAP_HOST=pool.ldap.example.com
LDAP_PORT=3268
LDAP_BIND_DN=the-ldap
LDAP_PASS=no-not-really
LDAP_BASE=ou=People,dc=example,dc=com
#LDAP_LOWERCASE_USERNAMES=true
##LDAP_USER_FILTER=uid={login}
##LDAP_UID=
#