mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Use $MANAGERDN to update one of the passwords (to test proxy support)
This commit is contained in:
parent
1ba91c7fc7
commit
659e5dac55
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user