Skip to content
Snippets Groups Projects
Commit 659e5dac authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Use $MANAGERDN to update one of the passwords (to test proxy support)

parent 1ba91c7f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment