version 1.1.2.2, 2000/09/13 00:42:37
|
version 1.1.2.3, 2000/09/13 18:16:13
|
Line 1
|
Line 1
|
#! /bin/sh |
#! /bin/sh |
# $OpenLDAP$ |
# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.4 2000/09/13 12:31:22 kurt Exp $ |
|
|
if test $# -eq 0 ; then |
if test $# -eq 0 ; then |
SRCDIR="." |
SRCDIR="." |
Line 21 echo "Cleaning up in $DBDIR..."
|
Line 21 echo "Cleaning up in $DBDIR..."
|
rm -f $DBDIR/[!C]* |
rm -f $DBDIR/[!C]* |
|
|
echo "Starting slapd on TCP/IP port $PORT..." |
echo "Starting slapd on TCP/IP port $PORT..." |
$SLAPD -f $CONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & |
$SLAPD -f $SCHEMACONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & |
PID=$! |
PID=$! |
|
|
echo "Using ldapsearch to retrieve all the entries..." |
echo "Using ldapsearch to retrieve all the entries..." |