Forum Discussion

Steven_J__Marti's avatar
Steven_J__Marti
Icon for Nimbostratus rankNimbostratus
Oct 01, 2009

iControl Perl is it possible to change a USER PASSWORD

This would be helpful in automating elevated access.

 

Are there any example snippets for changing a users password via iControl.

 

 

  • I found this inside the iControl-9.4.0 directory.

     

    Should suffice as a starting point: iControl-9.4.0/sdk/samples/soap/perl/soaplite/Management/UserManagement.pl

     

     

    Method is: change_password or change_password_2.
  • Glad you found them. The methods are documented here:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iControl/Management__UserManagement.html

     

    Click here

     

     

     

    -Joe