]> git.sur5r.net Git - openldap/commitdiff
Additional command line argument ordering fixes
authorKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 12:48:14 +0000 (12:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 30 Dec 2004 12:48:14 +0000 (12:48 +0000)
tests/scripts/test030-relay
tests/scripts/test032-proxymassage

index 293b0586590bf97fdfc60087f4b1019559a41fb4..03538daf113faec4d57d90aa2a114cee644ff051 100755 (executable)
@@ -274,8 +274,8 @@ fi
 BASEDN="o=Example,c=US"
 echo "changing password to database \"$BASEDN\"..."
 $LDAPPASSWD -h $LOCALHOST -p $PORT1 -D "cn=Manager,$BASEDN" -w $PASSWD \
-       "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \
-       -s $PASSWD >> $TESTOUT 2>&1
+       -s $PASSWD "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \
+       >> $TESTOUT 2>&1
 RC=$?
 if test $RC != 0 ; then
        echo "Passwd ExOp failed ($RC)!"
index da7fd5ffd968a92de2483a2070d501469369c6e9..eef2a51e1aefc3b3c5802cdbb8e3c326bfeabf02 100755 (executable)
@@ -282,8 +282,8 @@ fi
 BASEDN="o=Example,c=US"
 echo "changing password to database \"$BASEDN\"..."
 $LDAPPASSWD -h $LOCALHOST -p $PORT1 -D "cn=Manager,$BASEDN" -w $PASSWD \
-       "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \
-       -s $PASSWD >> $TESTOUT 2>&1
+       -s $PASSWD "cn=Added User,ou=Alumni Association,ou=People,$BASEDN" \
+       >> $TESTOUT 2>&1
 RC=$?
 if test $RC != 0 ; then
        echo "Passwd ExOp failed ($RC)!"