]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/start-master-nolog
Replace get_filter generation of fstr with filter2bv().
[openldap] / tests / scripts / start-master-nolog
index 60553216076ba2320611024a3098d4b818dd9dfb..0dedcb752ac208e905b6e3422b7e3a63f32788b9 100755 (executable)
@@ -35,7 +35,7 @@ PID=$!
 
 echo "Using ldapsearch to retrieve all the entries..."
 for i in 0 1 2 3 4 5; do
-       $LDAPSEARCH -S "" -b "$BASEDN" -h localhost:$PORT > $SEARCHOUT 2>&1
+       $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT > $SEARCHOUT 2>&1
        RC=$?
        if test $RC = 1 ; then
                echo "Waiting 5 seconds for slapd to start..."