]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test001-slapadd
Extend TLS/SSL detection for use RSAref if necessary.
[openldap] / tests / scripts / test001-slapadd
index 2c9ea80826fd30d5e20ec1cb91dbc8658f8012fb..6ab1a5c52b7034a8c5be920560baa1caa772d995 100755 (executable)
@@ -28,7 +28,7 @@ if [ $RC != 0 ]; then
 fi
 
 echo "Starting slapd on TCP/IP port $PORT..."
-$SLAPD -f $CONF -p $PORT -d $LVL > $MASTERLOG 2>&1 &
+$SLAPD -f $CONF -p $PORT -d $LVL $TIMING > $MASTERLOG 2>&1 &
 PID=$!
 
 echo "Using ldapsearch to retrieve all the entries..."