ITS#9197 fix info msg for slapd check

This commit is contained in:
Howard Chu 2021-02-26 14:47:18 +00:00
parent 1290251a6f
commit dc3ad2338b

View File

@ -48,7 +48,7 @@ if test $WAIT != 0 ; then
read foo
fi
echo "Testing slapd modify operations..."
echo "Using ldapsearch to check that slapd is running..."
for i in 0 1 2 3 4 5; do
$LDAPSEARCH -s base -b "$MONITOR" -H $URI1 \
'objectclass=*' > /dev/null 2>&1
@ -84,7 +84,7 @@ fi
KILLPIDS="$SERVERPID $PROXYPID"
echo "Testing slapd modify operations..."
echo "Using ldapsearch to check that slapd is running..."
for i in 0 1 2 3 4 5; do
$LDAPSEARCH -s base -b "$MONITOR" -H $URI2 \
'objectclass=*' > /dev/null 2>&1