Adding LDAP_GROUPS_DN und LDAP_USERS_DN
This commit is contained in:
parent
b91333ff12
commit
1081b51fe9
|
@ -8,6 +8,11 @@ LAM_SKIP_PRECONFIGURE=false
|
||||||
LDAP_DOMAIN=my-domain.com
|
LDAP_DOMAIN=my-domain.com
|
||||||
# LDAP base DN to overwrite value generated by LDAP_DOMAIN
|
# LDAP base DN to overwrite value generated by LDAP_DOMAIN
|
||||||
LDAP_BASE_DN=dc=my-domain,dc=com
|
LDAP_BASE_DN=dc=my-domain,dc=com
|
||||||
|
# LDAP users DN to overwrite value provided by LDAP_BASE_DN
|
||||||
|
LDAP_USERS_DN=ou=people,dc=my-domain,dc=com
|
||||||
|
# LDAP groups DN to overwrite value provided by LDAP_BASE_DN
|
||||||
|
LDAP_GROUPS_DN=ou=groups,dc=my-domain,dc=com
|
||||||
|
|
||||||
# LDAP server URL
|
# LDAP server URL
|
||||||
LDAP_SERVER=ldap://ldap:389
|
LDAP_SERVER=ldap://ldap:389
|
||||||
# LDAP admin user (set as login user for LAM)
|
# LDAP admin user (set as login user for LAM)
|
||||||
|
|
Loading…
Reference in New Issue