Improve RADIUS Setup
The FortiManager RADIUS setup now includes the Test Connectivity and Test User Credentials options. The Administrators > Advanced Options now include Admin Profile Override and other minor usability improvements.
List of Improvements
- RADIUS Configuration now includes Test Connectivity and Test User Credentials buttons.
-
Test User Credentials shows success or failure.
- Eye icon added to show or hide the Server Secret.
- Wildcard option changed to Match all users on remote server in GUI.
- Go to System Settings > Administrators > Advanced Options to add admin profile override configuration.
- Wildcard and override feature can also be configured via CLI.
config system admin user
edit "Radius"
set adom "all_adoms"
set policy-package "all_policy_packages"
set user_type radius
set radius_server "test-Radius"
set wildcard enable
set ext-auth-accprofile-override enable
set ext-auth-adom-override enable
next
end