Support --disable-monitor: slapadd -b "" instead of -n 3.

This commit is contained in:
Hallvard Furuseth 2005-08-21 01:01:24 +00:00
parent aefb0f3f05
commit 657da89181

View File

@ -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)!"