]> git.sur5r.net Git - openldap/commitdiff
Overlay creates log suffix entry automatically
authorHoward Chu <hyc@openldap.org>
Mon, 21 Nov 2005 05:45:25 +0000 (05:45 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 21 Nov 2005 05:45:25 +0000 (05:45 +0000)
tests/scripts/test043-delta-syncrepl

index edff472b219653194d4ca97e2dcbda958c08fb63..ab71809d88ec3bc835db2b2a555f9b7bb9980917 100755 (executable)
@@ -73,19 +73,6 @@ if test $RC != 0 ; then
 fi
 
 echo "Using ldapadd to create the context prefix entries in the master..."
-$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD <<EOF \
-       > /dev/null 2>&1
-dn: cn=log
-objectclass: applicationProcess
-cn: log
-
-EOF
-RC=$?
-if test $RC != 0 ; then
-       echo "ldapadd failed ($RC)!"
-       test $KILLSERVERS != no && kill -HUP $KILLPIDS
-       exit $RC
-fi
 $LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD < \
        $LDIFORDEREDCP > /dev/null 2>&1
 RC=$?