]> git.sur5r.net Git - openldap/commitdiff
It's verified that back-hdb performs as a sync provider as well as a sync consumer.
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 5 Sep 2003 18:11:39 +0000 (18:11 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 5 Sep 2003 18:11:39 +0000 (18:11 +0000)
tests/scripts/test017-syncreplication-refresh
tests/scripts/test018-syncreplication-persist
tests/scripts/test020-syncreplication-cascading

index 3f1d42e27d5a0999a8f7e30bc41167acfea61b31..be59b12298236b957414e0b154bf81c9180b944d 100755 (executable)
@@ -27,7 +27,9 @@ rm -rf $R1REPLDIR
 mkdir $R1REPLDIR
 
 SAVE=$BACKEND
-BACKEND=bdb
+if test $BACKEND = ldbm; then
+       BACKEND=bdb
+fi
 echo "Starting master slapd on TCP/IP port $PORT..."
 . $CONFFILTER $BACKEND $MONITORDB < $SRMASTERCONF > $DBCONF
 $SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &
index 3a71e5959c5ab1d329ebfc47e16035611ea537b5..66f5637673511218aaf1df6bf5c451e384d6e213 100755 (executable)
@@ -27,7 +27,9 @@ rm -rf $P1REPLDIR
 mkdir $P1REPLDIR
 
 SAVE=$BACKEND
-BACKEND=bdb
+if test $BACKEND = ldbm; then
+       BACKEND=bdb
+fi
 echo "Starting master slapd on TCP/IP port $PORT..."
 . $CONFFILTER $BACKEND $MONITORDB < $SRMASTERCONF > $DBCONF
 $SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &
index 6ffb6852c6d33a0c587554ccd70c8c75c35ae862..7fff42ec59ee1af28248329dbc2d136ef3f97ca5 100755 (executable)
@@ -39,7 +39,9 @@ rm -rf $P3REPLDIR
 mkdir $P3REPLDIR
 
 SAVE=$BACKEND
-BACKEND=bdb
+if test $BACKEND = ldbm; then
+       BACKEND=bdb
+fi
 echo "Starting master slapd on TCP/IP port $PORT..."
 . $CONFFILTER $BACKEND $MONITORDB < $SRMASTERCONF > $DBCONF
 $SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &