documented environment variables, cleanup
parent
3d7e2e9c47
commit
3054f38d7c
@ -1,10 +1,18 @@
|
||||
LDAP_ORGANISATION="LDAP Account Manager Demo"
|
||||
LDAP_DOMAIN=mydomain.com
|
||||
LDAP_BASE_DN=dc=mydomain,dc=com
|
||||
# domain of LDAP database root entry, will be converted to dc=...,dc=...
|
||||
LDAP_DOMAIN=my-domain.com
|
||||
# LDAP base DN to overwrite value generated by LDAP_DOMAIN
|
||||
LDAP_BASE_DN=dc=my-domain,dc=com
|
||||
# LDAP server URL
|
||||
LDAP_SERVER=ldap://ldap:389
|
||||
# LDAP admin user (set as login user for LAM)
|
||||
LDAP_USER=cn=admin111,dc=my-domain,dc=com
|
||||
# LDAP admin password
|
||||
LDAP_ADMIN_PASSWORD=adminpw
|
||||
LDAP_READONLY_USER_PASSWORD=readonlypw
|
||||
LDAP_BIND_DN=cn=readonly,dc=mydomain,dc=com
|
||||
LDAP_SEARCH_BASE=dc=mydomain,dc=com
|
||||
|
||||
# LAM configuration master password and password for server profile "lam"
|
||||
LAM_PASSWORD=lam
|
||||
|
||||
# docker-compose only, LDAP organisation name for OpenLDAP
|
||||
LDAP_ORGANISATION="LDAP Account Manager Demo"
|
||||
# docker-compose only, password for LDAP read-only user
|
||||
LDAP_READONLY_USER_PASSWORD=readonlypw
|
||||
|
Loading…
Reference in New Issue