add proxy check to passwd test

This commit is contained in:
Kurt Zeilenga 2000-10-11 04:36:34 +00:00
parent 53ffa37b24
commit 5174dbb25a
2 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@ OpenLDAP 2.0.X Engineering
Build Environment
Fixed make comment bug (ITS#811)
Fixed $(DESTDIR) install (ITS#806)
Added proxy check to passwd test
Documentation
Updated slapd(8)
Updated slapd.conf(5)
OpenLDAP 2.0.6 Release
Build Environment

View File

@ -64,8 +64,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