mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
ITS#9197 fix info msg for slapd check
This commit is contained in:
parent
1290251a6f
commit
dc3ad2338b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue