Hi,
I need help with command line for our F5 LTM. I am working on a project where I need to create a user in F5 LTM who only logs in, change passwords of other users and save it - that's all. That user should not be able to run any other command Can I achieve it through GUI. If not can this be done on command line. if through command line, need to know the commands Thank you!
Try creating a user with role 'User manager'.
https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-user-account-administration-11-6-0/3.html
Hope this helps.
-Jinshu
Hi - thanks for your reply. I would create the user manager role via GUI But that user is actually a tool. And in that tool we have to add the commands to allow that tool to ssh the F5, change users passwords and log it. So from command line, how we can change user passwords and save work. Thanks
Login into the tmos using the 'User manager' role and change password of other using below command.
modify /auth user testuser password mypassword
There are options to change the partiion level access, allow users to access bash etc.