From 659e5dac5530b39995933cd7fff91f09b09274da Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 11 Oct 2000 02:14:57 +0000 Subject: [PATCH] Use $MANAGERDN to update one of the passwords (to test proxy support) --- tests/scripts/test010-passwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5