mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
(ITS#5843) N-way Multi-master doesn't replicate deletes under certain circumstances.
This commit is contained in:
parent
2421515c57
commit
05fbd96356
@ -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
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user