Skip to content
Snippets Groups Projects
Commit 99a6d0a5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use -h URL, not -p port

parent 6b88b302
No related branches found
No related tags found
No related merge requests found
......@@ -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..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment