mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
add proxy check to passwd test
This commit is contained in:
parent
53ffa37b24
commit
5174dbb25a
4
CHANGES
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user