mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Trim debug flag
This commit is contained in:
parent
67ec05ef18
commit
62b0b10edf
@ -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 New Issue
Block a user