2019-12-07 20:41:36 +00:00
|
|
|
# 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
|
2019-11-03 09:31:42 +00:00
|
|
|
LDAP_SERVER=ldap://ldap:389
|
2019-12-07 20:41:36 +00:00
|
|
|
# LDAP admin user (set as login user for LAM)
|
|
|
|
LDAP_USER=cn=admin111,dc=my-domain,dc=com
|
|
|
|
# LDAP admin password
|
2019-11-03 09:31:42 +00:00
|
|
|
LDAP_ADMIN_PASSWORD=adminpw
|
|
|
|
|
2019-12-07 20:41:36 +00:00
|
|
|
# LAM configuration master password and password for server profile "lam"
|
2019-11-03 09:31:42 +00:00
|
|
|
LAM_PASSWORD=lam
|
2019-12-07 20:41:36 +00:00
|
|
|
|
|
|
|
# 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
|