From: Kurt Zeilenga Date: Wed, 28 Nov 2001 02:20:36 +0000 (+0000) Subject: Use -h URL, not -p port X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~820 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=99a6d0a552f79071664500ef6cb3fae42c9205e6;p=openldap Use -h URL, not -p port --- diff --git a/tests/scripts/passwd-search b/tests/scripts/passwd-search index c454146498..22b940f090 100755 --- a/tests/scripts/passwd-search +++ b/tests/scripts/passwd-search @@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..." rm -f $DBDIR/[!C]* echo "Starting slapd on TCP/IP port $PORT..." -$SLAPD -f $PASSWDCONF -p $PORT -d $LVL $TIMING > $MASTERLOG 2>&1 & +$SLAPD -f $PASSWDCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & PID=$! echo "Testing slapd searching..."