]> git.sur5r.net Git - openldap/commitdiff
add proxy check to passwd test
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:36:34 +0000 (04:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:36:34 +0000 (04:36 +0000)
CHANGES
tests/scripts/test010-passwd

diff --git a/CHANGES b/CHANGES
index 84975a0bd93c4b224719aa7bf85a0ff15463b736..0cd63d276fd13ebe70adb0a7ad1963d5d7e38e4c 100644 (file)
--- 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
index 66c5bddfc3cc68ae6b2da2cb51ef3e7da845cacd..a87495e1c03fb2c4f53bd3885b2b53d2748d6d7d 100755 (executable)
@@ -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