]> git.sur5r.net Git - openldap/commitdiff
(ITS#5843) N-way Multi-master doesn't replicate deletes under certain circumstances.
authorGavin Henry <ghenry@openldap.org>
Thu, 22 Jan 2009 14:56:44 +0000 (14:56 +0000)
committerGavin Henry <ghenry@openldap.org>
Thu, 22 Jan 2009 14:56:44 +0000 (14:56 +0000)
doc/guide/admin/replication.sdf

index df38c61aa78868e938409feeefdcc3c367448e53..43bc3e81927bfb285c0cd54daf46f5154e8acee5 100644 (file)
@@ -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
 >