Skip to content
Snippets Groups Projects
Commit 75e41547 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix test000 for back-monitor built as module

parent fa0f0205
No related branches found
No related tags found
No related merge requests found
......@@ -49,11 +49,13 @@ if test $RC = 0 ; then
fi
if test $RC = 0 -a $MONITORDB = yes ; then
echo "Using ldapsearch to retrieve the cn=Monitor..."
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \
'+extensibleObject' >> $SEARCHOUT 2>&1
RC=$?
if test $RC = 0 ; then
if test $MONITORDB = yes -o $MONITORDB = mod ; then
echo "Using ldapsearch to retrieve the cn=Monitor..."
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \
'+extensibleObject' >> $SEARCHOUT 2>&1
RC=$?
fi
fi
test $KILLSERVERS != no && kill -HUP $KILLPIDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment