mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
allow syncrepl to retry
This commit is contained in:
parent
c7002ffed5
commit
f61459580d
1 changed files with 3 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ changetype: modify
|
|||
add: olcSyncRepl
|
||||
olcSyncRepl: rid=001 provider=$URI1 binddn="cn=config" bindmethod=simple
|
||||
credentials=$CONFIGPW searchbase="cn=config" $SYNCTYPE
|
||||
retry="5 5 300 5" timeout=3
|
||||
-
|
||||
add: olcUpdateRef
|
||||
olcUpdateRef: $URI1
|
||||
|
|
@ -170,6 +171,7 @@ changetype: modify
|
|||
add: olcSyncRepl
|
||||
olcSyncRepl: rid=001 provider=$URI1 binddn="cn=config" bindmethod=simple
|
||||
credentials=$CONFIGPW searchbase="cn=config" $SYNCTYPE
|
||||
retry="5 5 300 5" timeout=3
|
||||
-
|
||||
add: olcUpdateRef
|
||||
olcUpdateRef: $URI1
|
||||
|
|
@ -245,6 +247,7 @@ olcRootDN: $MANAGERDN
|
|||
olcRootPW: $PASSWD
|
||||
olcSyncRepl: rid=002 provider=$URI1 binddn="$MANAGERDN" bindmethod=simple
|
||||
credentials=$PASSWD searchbase="$BASEDN" $SYNCTYPE
|
||||
retry="5 5 300 5" timeout=3
|
||||
olcUpdateRef: $URI1
|
||||
|
||||
dn: olcOverlay=syncprov,olcDatabase={1}${BACKEND},cn=config
|
||||
|
|
|
|||
Loading…
Reference in a new issue