fix LDAP_USER

This commit is contained in:
Aj Wang 2023-07-05 16:54:35 +08:00 committed by GitHub
parent 26c06a40e6
commit ec3f206d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: