mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
fix LDAP_USER
This commit is contained in:
parent
26c06a40e6
commit
ec3f206d10
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ services:
|
||||||
- LDAP_SERVER=${LDAP_SERVER}
|
- LDAP_SERVER=${LDAP_SERVER}
|
||||||
- LDAP_DOMAIN=${LDAP_DOMAIN}
|
- LDAP_DOMAIN=${LDAP_DOMAIN}
|
||||||
- LDAP_BASE_DN=${LDAP_BASE_DN}
|
- LDAP_BASE_DN=${LDAP_BASE_DN}
|
||||||
- ADMIN_USER=cn=admin,${LDAP_BASE_DN}
|
- LDAP_USER=cn=admin,${LDAP_BASE_DN}
|
||||||
- DEBUG=true
|
- DEBUG=true
|
||||||
hostname: ldap-account-manager
|
hostname: ldap-account-manager
|
||||||
ldap:
|
ldap:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue