version 1.9.2.3, 2002/09/17 02:27:49
|
version 1.9.2.4, 2002/09/22 16:28:14
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.9.2.2 2002/09/01 22:02:30 kurt Exp $ |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.9.2.3 2002/09/17 02:27:49 kurt Exp $ |
|
|
SRCDIR="." |
SRCDIR="." |
if test $# -ge 1 ; then |
if test $# -ge 1 ; then |
Line 50 done
|
Line 50 done
|
|
|
if test $RC = 0 -a $MONITORDB = yes ; then |
if test $RC = 0 -a $MONITORDB = yes ; then |
echo "Using ldapsearch to retrieve the cn=Monitor..." |
echo "Using ldapsearch to retrieve the cn=Monitor..." |
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT -- '-extensibleObject' >> $SEARCHOUT 2>&1 |
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT '+extensibleObject' >> $SEARCHOUT 2>&1 |
RC=$? |
RC=$? |
fi |
fi |
|
|