From 1759552607ea842300108f4756b74856e81c8d08 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 24 Jun 2006 02:09:42 +0000 Subject: [PATCH] Fix typos --- tests/scripts/test034-translucent | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/scripts/test034-translucent b/tests/scripts/test034-translucent index 4337b32a66..5882da170e 100755 --- a/tests/scripts/test034-translucent +++ b/tests/scripts/test034-translucent @@ -15,7 +15,7 @@ echo "running defines.sh" . $SRCDIR/scripts/defines.sh -LVL=-1 + PERSONAL="(objectClass=inetOrgPerson)" NOWHERE="/dev/null" FAILURE="additional info:" @@ -73,12 +73,11 @@ fi # configure frontside mkdir -p $DBDIR2 -mkdir -p testrun/conf2 . $CONFFILTER $BACKEND $MONITORDB < $TRANSLUCENTLOCALCONF > $CONF2 echo "Starting local slapd on TCP/IP port $PORT2..." -$SLAPD -f $CONF2 -F testrun/conf2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 & +$SLAPD -f $CONF2 -h $URI2 -d $LVL $TIMING > $LOG2 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID @@ -598,7 +597,7 @@ if test "$ATTR" != "preferredLanguage: ISO8859-1" ; then exit 1 fi -echo "Dynamically configuring local slapd with translucent_no_glue and translucent_string..." +echo "Dynamically configuring local slapd with translucent_no_glue and translucent_strict..." $LDAPMODIFY -D cn=config -H $URI2 -y $CONFIGPWF <