From: Kurt Zeilenga Date: Tue, 4 Dec 2001 18:40:57 +0000 (+0000) Subject: Import host/port fix from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_0_19~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0a0b4c34238e5404743099fe69721eb33f40ad2;p=thirdparty%2Fopenldap.git Import host/port fix from HEAD --- 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..."