FortiAnalyzer
FortiAnalyzer can receive logs and Windows host events directly from endpoints connected to EMS, and you can use FortiAnalyzer to analyze the logs and run reports.
vraev
Staff
Staff
Article Id 289365
Description

 

This article describes a new v7.4.2 feature: the admin password-only change profile.

 

Scope

 

FortiManager, FortiAnalyzer from v7.4.2 and upward.

 

Solution

 

With the latest release under FortiManager and FortiAnalyzer is introducing a new admin profile that can only list admin users and change the passwords under the CLI or through API calls.

 

24435_user_creation.png

 

 When the user is set up with 'Password_Change_User' profile, all other options are removed except read/change password and rpc which are the JSON API calls.

GUI is not accessible by the user with this profile assigned only CLI and JSON API calls are available.

 

24435_user_gui.png

 

To change the password under CLI:

 

24435_user_cli.png

 

config system admin user
    edit other_admin
        set password <pass>
end

 

Example:

 

pass_change_742.gif

 

Note:

  • Changing other options under the admin users is not allowed.
  • Creating a new admin user is not allowed.

 

Troubleshooting:

Connect with a local 'admin' account under CLI and start the following debugs.

After that try to connect with the password change user:

 

diagnose debug reset

diagnose debug application auth 255

diagnose debug timestamp enable

diagnose debug enable

 

user_pass_troubleshooting.png

 

diagnose debug disable

diagnose debug reset

 

After reviewing the connected user/s disable the debugs.

 

Note:

Command parameters are case-sensitive. Quotes are always used around the parameters like in this example 'my_Account'.

 

Related Article:

Technical Tip: IPS profile enhancement under FortiManager in v7.4.2