]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test053-syncprov-glue
s/ldap_sync.h/ldap.h/
[openldap] / tests / scripts / test053-syncprov-glue
index ed9d61819f8f6cb2a0e2c70c2f707e96f87f50be..e375c0a0f97219f9aae5558ed17294e131da7ec4 100755 (executable)
@@ -50,6 +50,7 @@ $SLAPADD -F $CFPROD -n 0 <<EOF
 dn: cn=config
 objectClass: olcGlobal
 cn: config
+olcServerID: 1
 
 dn: olcDatabase={0}config,cn=config
 objectClass: olcDatabaseConfig
@@ -112,7 +113,7 @@ fi
 
 echo "Starting producer2 slapd on TCP/IP port $PORT2..."
 cd $PRO2DIR
-$SLAPD -F slapd.d -h $URI2 -d $LVL $TIMING > $LOG1 2>&1 &
+$SLAPD -F slapd.d -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 &
 PID=$!
 if test $WAIT != 0 ; then
     echo PID $PID
@@ -140,7 +141,7 @@ fi
 
 echo "Starting consumer slapd on TCP/IP port $PORT3..."
 cd $CONSDIR
-$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG2 2>&1 &
+$SLAPD -F slapd.d -h $URI3 -d $LVL $TIMING > $LOG3 2>&1 &
 PID=$!
 if test $WAIT != 0 ; then
     echo PID $PID