From: Kurt Zeilenga Date: Wed, 11 Oct 2000 04:36:34 +0000 (+0000) Subject: add proxy check to passwd test X-Git-Tag: OPENLDAP_REL_ENG_2_0_7~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5174dbb25a831016aff2f228ac593a3bc975d3c1;p=thirdparty%2Fopenldap.git add proxy check to passwd test --- diff --git a/CHANGES b/CHANGES index 84975a0bd9..0cd63d276f 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/tests/scripts/test010-passwd b/tests/scripts/test010-passwd index 66c5bddfc3..a87495e1c0 100755 --- a/tests/scripts/test010-passwd +++ b/tests/scripts/test010-passwd @@ -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