From: Hallvard Furuseth Date: Sun, 21 Aug 2005 01:01:24 +0000 (+0000) Subject: Support --disable-monitor: slapadd -b "" instead of -n 3. X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~629 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=657da89181ea82c1d0d82896999d908792ccb16d;p=openldap Support --disable-monitor: slapadd -b "" instead of -n 3. --- diff --git a/tests/scripts/test027-emptydn b/tests/scripts/test027-emptydn index 3290075836..9951fa848b 100755 --- a/tests/scripts/test027-emptydn +++ b/tests/scripts/test027-emptydn @@ -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)!"