mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-24 15:52:54 -05:00
Trim debug flag
This commit is contained in:
parent
67ec05ef18
commit
62b0b10edf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue