mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-05-28 04:35:57 -04:00
Additional syncrepl timeouts needed
This commit is contained in:
parent
3f20aa245f
commit
5e8207af12
1 changed files with 2 additions and 2 deletions
|
|
@ -248,10 +248,10 @@ olcRootDN: $MANAGERDN
|
|||
olcRootPW: $PASSWD
|
||||
olcSyncRepl: rid=003 provider=$URI1 binddn="$MANAGERDN" bindmethod=simple
|
||||
credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
|
||||
interval=00:00:00:10 retry="5 5 300 5"
|
||||
interval=00:00:00:10 retry="5 5 300 5" timeout=1
|
||||
olcSyncRepl: rid=004 provider=$URI2 binddn="$MANAGERDN" bindmethod=simple
|
||||
credentials=$PASSWD searchbase="$BASEDN" type=refreshOnly
|
||||
interval=00:00:00:10 retry="5 5 300 5"
|
||||
interval=00:00:00:10 retry="5 5 300 5" timeout=1
|
||||
olcMirrorMode: TRUE
|
||||
|
||||
dn: olcOverlay=syncprov,olcDatabase={1}${BACKEND},cn=config
|
||||
|
|
|
|||
Loading…
Reference in a new issue