From: Kurt Zeilenga Date: Wed, 11 Oct 2000 02:14:57 +0000 (+0000) Subject: Use $MANAGERDN to update one of the passwords (to test proxy support) X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1785 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=659e5dac5530b39995933cd7fff91f09b09274da;p=openldap Use $MANAGERDN to update one of the passwords (to test proxy support) --- diff --git a/tests/scripts/test010-passwd b/tests/scripts/test010-passwd index 69bb391620..593a2de8ad 100755 --- a/tests/scripts/test010-passwd +++ b/tests/scripts/test010-passwd @@ -65,8 +65,8 @@ if test $RC != 0 ; then exit $RC fi $LDAPPASSWD -h localhost -p $PORT \ - -w secret -s newsecret \ - -D "cn=smd5, $BASEDN" >> $TESTOUT 2>&1 + -w $PASSWD -s newsecret \ + -D $MANAGERDN "cn=smd5, $BASEDN" >> $TESTOUT 2>&1 if test $RC != 0 ; then echo "ldappasswd failed ($RC)!" kill -HUP $PID