Skip to content
Snippets Groups Projects
Commit cdff095f authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Trim debug flag

parent 8acc1f47
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >$TESTDIR/configpw.conf
echo "Running slapadd to build slapd database..."
. $CONFFILTER $BACKEND $MONITORDB < $UNIQUECONF > $CONF1
$SLAPADD -f $CONF1 -l $LDIFUNIQUE -d7
$SLAPADD -f $CONF1 -l $LDIFUNIQUE
RC=$?
if test $RC != 0 ; then
echo "slapadd failed ($RC)!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment