Skip to content
Snippets Groups Projects
Commit 05fbd963 authored by Gavin Henry's avatar Gavin Henry
Browse files

(ITS#5843) N-way Multi-master doesn't replicate deletes under certain circumstances.

parent 2421515c
No related branches found
No related tags found
No related merge requests found
......@@ -823,13 +823,13 @@ We still have to replicate the actual data, not just the config, so add to the m
> olcRootPW: $PASSWD
> olcLimits: dn.exact="$MANAGERDN" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited
> olcSyncRepl: rid=004 provider=$URI1 binddn="$MANAGERDN" bindmethod=simple
> credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
> credentials=$PASSWD searchbase="$BASEDN" type=refreshAndPersist
> interval=00:00:00:10 retry="5 5 300 5" timeout=1
> olcSyncRepl: rid=005 provider=$URI2 binddn="$MANAGERDN" bindmethod=simple
> credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
> credentials=$PASSWD searchbase="$BASEDN" type=refreshAndPersist
> interval=00:00:00:10 retry="5 5 300 5" timeout=1
> olcSyncRepl: rid=006 provider=$URI3 binddn="$MANAGERDN" bindmethod=simple
> credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
> credentials=$PASSWD searchbase="$BASEDN" type=refreshAndPersist
> interval=00:00:00:10 retry="5 5 300 5" timeout=1
> olcMirrorMode: TRUE
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment