envole/docker/env/.env.zapp.openldap

11 lines
340 B
Plaintext
Raw Normal View History

2023-11-02 14:22:16 +01:00
# == OPENLDAP =============================================================================================================================
LDAP_ROOT=${LDAP_BASEDN}
LDAP_ADMIN_PASSWORD=${LDAP_PASSWORD}
LDAP_ADMIN_DN=${LDAP_USER}
LDAP_USERS="dockernouser"
LDAP_PASSWORDS="dockernouser"
LDAP_CUSTOM_SCHEMA_FILE=/envole/schema/cadoles.ldif
2023-11-06 16:18:09 +01:00