auth::password::ChangePassword (private)

 auth::password::ChangePassword -username username \
    [ -old_password old_password ] -new_password new_password \
    -authority_id authority_id

Defined in packages/acs-authentication/tcl/password-procs.tcl

Invoke the ChangePassword operation on the given authority. Throws an error if the authority does not have a password management driver.

Switches:
-username (required)
-old_password (optional)
-new_password (required)
-authority_id (required)
The ID of the authority the user belongs to.
Author:
Peter Marklund

Testcases:
No testcase defined.
[ show source ]
Show another procedure: