We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635034a commit 865f034Copy full SHA for 865f034
image/service/slapd/startup.sh
@@ -456,7 +456,8 @@ EOF
456
function disableReplication() {
457
sed -i "s|{{ LDAP_BACKEND }}|${LDAP_BACKEND}|g" ${CONTAINER_SERVICE_DIR}/slapd/assets/config/replication/replication-disable.ldif
458
ldapmodify -c -Y EXTERNAL -Q -H ldapi:/// -f ${CONTAINER_SERVICE_DIR}/slapd/assets/config/replication/replication-disable.ldif 2>&1 | log-helper debug || true
459
- [[ -f "$WAS_STARTED_WITH_REPLICATION" ]] && rm -f "$WAS_STARTED_WITH_REPLICATION"
+ [[ -f "$WAS_STARTED_WITH_REPLICATION" ]] && rm -f "$WAS_STARTED_WITH_REPLICATION" && \
460
+ sed -i '/^# Add syncprov/,/^$/d' ${CONTAINER_SERVICE_DIR}/slapd/assets/config/replication/replication-enable.ldif
461
}
462
463
if [ "${LDAP_REPLICATION,,}" == "true" ]; then
0 commit comments