# Admin schema password
dn: cn=admin,{{ LDAP_BASE_DN }}
changetype: modify
replace: userPassword
userPassword: {{ LDAP_ADMIN_PASSWORD_ENCRYPTED }}