]> git.sur5r.net Git - openldap/commitdiff
allow syncrepl to retry
authorPierangelo Masarati <ando@openldap.org>
Sun, 16 Nov 2008 22:55:32 +0000 (22:55 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 16 Nov 2008 22:55:32 +0000 (22:55 +0000)
tests/scripts/test049-sync-config

index b4d7b7ee39ef99d3e2683ec4e121538ec721831a..5edbc54963dfc78aa703a6585a8169857e2b2c40 100755 (executable)
@@ -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