docker-openldap/image/service/slapd/assets/config/admin/root-password-change.ldif

14 lines
321 B
Plaintext

# Change config password
dn: cn=config
changeType: modify
dn: olcDatabase={0}config,cn=config
replace: olcRootPW
olcRootPW: {{ LDAP_CONFIG_PASSWORD_ENCRYPTED }}
# Change schema password
dn: olcDatabase={1}{{ LDAP_BACKEND }},cn=config
changetype: modify
replace: olcRootPW
olcRootPW: {{ LDAP_ADMIN_PASSWORD_ENCRYPTED }}