mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
ITS#9197 fix info msg for slapd check
This commit is contained in:
parent
1290251a6f
commit
dc3ad2338b
@ -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 New Issue
Block a user