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

Import host/port fix from HEAD

parent 29d6405b
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