Technical Tip: RADIUS user credential verification via GUI/web interface
Description
This article describes how to verify Radius server user credentials via the GUI/web interface of the FortiGate.
Scope
FortiGate.
Solution
Before FortiOS 6.0.0, it was only possible to check the Radius user credentials via CLI.
However, starting from FortiOS 6.0.0 and onward, this feature is available on the GUI as well.
To check the Radius server user credentials, go to User & Device -> Radius servers
Edit the configured Radius Server and click on the 'Test User Credentials' button.

After that, enter the username and password of the user.

Note: Until FortiOS 6.2.6 and FortiOS 6.4.2, the Radius server user credentials check via GUI/web interface works only with the PAP (Password authentication protocol) scheme. This behavior is fixed in later versions of FortiOS.

diagnose test authserver radius
<server_name> <chap | pap | mschap | mschap2> <username> <password>
diagnose test authserver radius WIN16 mschap2 radiususer1 password
authenticate 'radiususer1' against 'mschap2' succeeded, server=primary assigned_rad_session_id=457812022 session_timeout=0 secs idle_timeout=0 secs!
Group membership(s) - radiusgroup
diagnose debug reset
diagnose debug console time enable
diagnose debug application fnbamd -1
diagnose debug enable
To stop debugging:
diagnose debug disable
Related articles:
