version 1.3, 2000/09/12 23:16:10
|
version 1.4, 2000/09/13 12:31:22
|
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..." |