]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Sun, 1 Oct 2000 22:49:07 +0000 (22:49 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 1 Oct 2000 22:49:07 +0000 (22:49 +0000)
tests/scripts/test010-passwd

index 2670d427c3f9b6be516096fcf062172c99479cba..69bb391620e715b8427627512b7e19e9c6339e41 100755 (executable)
@@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..."
 rm -f $DBDIR/[!C]*
 
 echo "Starting slapd on TCP/IP port $PORT..."
-. $CONFFILTER $PWCONF < $CONF > $DBCONF
+. $CONFFILTER $BACKEND < $PWCONF > $DBCONF
 $SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 &
 PID=$!