Use $MANAGERDN to update one of the passwords (to test proxy support)

This commit is contained in:
Kurt Zeilenga 2000-10-11 02:14:57 +00:00
parent 1ba91c7fc7
commit 659e5dac55

View File

@ -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