2000-09-08 01:38:08 -04:00
|
|
|
#! /bin/sh
|
|
|
|
|
# $OpenLDAP$
|
2003-11-28 15:00:23 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2006-01-03 18:11:52 -05:00
|
|
|
## Copyright 1998-2006 The OpenLDAP Foundation.
|
2003-11-28 15:00:23 -05:00
|
|
|
## All rights reserved.
|
|
|
|
|
##
|
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
|
## Public License.
|
|
|
|
|
##
|
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
2000-09-08 01:38:08 -04:00
|
|
|
|
2000-10-01 18:46:52 -04:00
|
|
|
echo "running defines.sh"
|
2000-09-08 01:38:08 -04:00
|
|
|
. $SRCDIR/scripts/defines.sh
|
|
|
|
|
|
2005-09-20 22:40:09 -04:00
|
|
|
mkdir -p $TESTDIR $DBDIR1
|
2000-09-08 01:38:08 -04:00
|
|
|
|
2003-10-22 01:14:08 -04:00
|
|
|
echo "Starting slapd on TCP/IP port $PORT1..."
|
|
|
|
|
. $CONFFILTER $BACKEND $MONITORDB < $SCHEMACONF > $CONF1
|
|
|
|
|
$SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 &
|
2000-09-08 01:38:08 -04:00
|
|
|
PID=$!
|
2001-09-22 01:34:22 -04:00
|
|
|
if test $WAIT != 0 ; then
|
|
|
|
|
echo PID $PID
|
|
|
|
|
read foo
|
|
|
|
|
fi
|
2003-10-22 01:14:08 -04:00
|
|
|
KILLPIDS="$PID"
|
2000-09-08 01:38:08 -04:00
|
|
|
|
2005-09-30 03:32:49 -04:00
|
|
|
sleep 1
|
|
|
|
|
|
2002-06-19 02:00:48 -04:00
|
|
|
echo "Using ldapsearch to retrieve the root DSE..."
|
2000-09-08 01:38:08 -04:00
|
|
|
for i in 0 1 2 3 4 5; do
|
2004-04-28 01:12:53 -04:00
|
|
|
$LDAPSEARCH -b "" -s base -h $LOCALHOST -p $PORT1 \
|
|
|
|
|
'+extensibleObject' > $SEARCHOUT 2>&1
|
2000-09-08 01:38:08 -04:00
|
|
|
RC=$?
|
2002-09-01 07:39:08 -04:00
|
|
|
if test $RC = 0 ; then
|
|
|
|
|
break
|
2000-09-08 01:38:08 -04:00
|
|
|
fi
|
2002-09-01 07:39:08 -04:00
|
|
|
echo "Waiting 5 seconds for slapd to start..."
|
|
|
|
|
sleep 5
|
2000-09-08 01:38:08 -04:00
|
|
|
done
|
|
|
|
|
|
2004-04-28 01:12:53 -04:00
|
|
|
if test $RC = 0 ; then
|
|
|
|
|
echo "Using ldapsearch to retrieve the cn=Subschema..."
|
|
|
|
|
$LDAPSEARCH -b "cn=Subschema" -s base -h $LOCALHOST -p $PORT1 \
|
2004-04-28 16:10:21 -04:00
|
|
|
'(&(objectClasses=top)(objectClasses=2.5.6.0))' cn objectClass \
|
|
|
|
|
>> $SEARCHOUT 2>&1
|
2004-04-28 01:12:53 -04:00
|
|
|
RC=$?
|
|
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
2005-08-20 20:59:34 -04:00
|
|
|
count=2
|
2004-05-15 10:35:05 -04:00
|
|
|
if test $RC = 0 ; then
|
2005-09-17 18:22:15 -04:00
|
|
|
case $MONITORDB in yes | mod)
|
2005-08-20 20:59:34 -04:00
|
|
|
count=3
|
2004-05-15 10:35:05 -04:00
|
|
|
echo "Using ldapsearch to retrieve the cn=Monitor..."
|
|
|
|
|
$LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT1 \
|
|
|
|
|
'+extensibleObject' >> $SEARCHOUT 2>&1
|
|
|
|
|
RC=$?
|
2005-09-17 18:22:15 -04:00
|
|
|
;;
|
|
|
|
|
esac
|
2002-06-19 02:00:48 -04:00
|
|
|
fi
|
|
|
|
|
|
2003-10-22 01:14:08 -04:00
|
|
|
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
2000-09-08 01:38:08 -04:00
|
|
|
|
|
|
|
|
cat $SEARCHOUT
|
|
|
|
|
|
2004-04-28 01:12:53 -04:00
|
|
|
|
2000-09-08 01:38:08 -04:00
|
|
|
if test $RC != 0 ; then
|
|
|
|
|
echo ">>>>> Test failed"
|
|
|
|
|
else
|
2004-04-28 01:12:53 -04:00
|
|
|
RC=`grep '^dn:' $SEARCHOUT | wc -l`
|
2005-08-20 20:59:34 -04:00
|
|
|
if test $RC != $count ; then
|
|
|
|
|
echo ">>>>> Test failed: expected $count entries, got" $RC
|
2004-04-28 01:12:53 -04:00
|
|
|
RC=1
|
2000-09-10 15:38:21 -04:00
|
|
|
else
|
2004-04-28 01:12:53 -04:00
|
|
|
echo ">>>>> Test succeeded"
|
|
|
|
|
RC=0
|
2000-09-10 15:38:21 -04:00
|
|
|
fi
|
2000-09-08 01:38:08 -04:00
|
|
|
fi
|
|
|
|
|
|
2006-01-11 00:25:09 -05:00
|
|
|
test $KILLSERVERS != no && wait
|
|
|
|
|
|
2000-09-08 01:38:08 -04:00
|
|
|
exit $RC
|