version 1.21, 2004/04/28 18:10:22
|
version 1.22, 2004/05/15 12:35:05
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.20 2004/04/28 03:12:54 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.21 2004/04/28 18:10:22 kurt Exp $ |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## This work is part of OpenLDAP Software <http://www.openldap.org/>. |
## |
## |
## Copyright 1998-2004 The OpenLDAP Foundation. |
## Copyright 1998-2004 The OpenLDAP Foundation. |
Line 49 if test $RC = 0 ; then
|
Line 49 if test $RC = 0 ; then
|
|
|
fi |
fi |
|
|
if test $RC = 0 -a $MONITORDB = yes ; then |
if test $RC = 0 ; then |
echo "Using ldapsearch to retrieve the cn=Monitor..." |
if test $MONITORDB = yes -o $MONITORDB = mod ; then |
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \ |
echo "Using ldapsearch to retrieve the cn=Monitor..." |
'+extensibleObject' >> $SEARCHOUT 2>&1 |
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \ |
RC=$? |
'+extensibleObject' >> $SEARCHOUT 2>&1 |
|
RC=$? |
|
fi |
fi |
fi |
|
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS |
test $KILLSERVERS != no && kill -HUP $KILLPIDS |