]> git.sur5r.net Git - openldap/commitdiff
Support --disable-monitor: slapadd -b "" instead of -n 3.
authorHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 01:01:24 +0000 (01:01 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Sun, 21 Aug 2005 01:01:24 +0000 (01:01 +0000)
tests/scripts/test027-emptydn

index 32900758369844ec4d40ac7787a88ed7d6fa8a53..9951fa848b03b590658c6ca5effcb65dd3610921 100755 (executable)
@@ -28,7 +28,7 @@ if test $RC != 0 ; then
 fi
 
 echo "Running slapadd to build empty DN slapd database..."
-$SLAPADD -f $CONF1 -n 3 -l $LDIFEMPTYDN2
+$SLAPADD -f $CONF1 -b "" -l $LDIFEMPTYDN2
 RC=$?
 if test $RC != 0 ; then
        echo "slapadd failed ($RC)!"