mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Use -h URL, not -p port
This commit is contained in:
parent
6b88b30230
commit
99a6d0a552
1 changed files with 1 additions and 1 deletions
|
|
@ -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..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue