]> git.sur5r.net Git - openldap/commitdiff
Import host/port fix from HEAD
authorKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 18:40:57 +0000 (18:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 4 Dec 2001 18:40:57 +0000 (18:40 +0000)
tests/scripts/passwd-search

index c454146498379cb2526084f341fede492c4a5bc5..22b940f090d0a5e47e0f98362f63b263b105c388 100755 (executable)
@@ -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..."