Unable to authenticate radius users
Greetings,
I am configuring RADIUS authentication on my Fortigate 101F running FortiOS Version 7.4.3.
The Microsoft NPS Server has been configured according to this guide.
My radius configuration is as follows:
config user radius
edit "RADIUS"
set server "172.16.9.3"
set secret PSK
set nas-ip x.x.x.x
set auth-type ms_chap_v2
set source-ip "x.x.x.x"
next
end
The connection between the Fortigate and the NPS is successful, but test user credentials test fails.
The CLI test output is as follows:
diagnose test authserver radius RADIUS mschap2 user password
authenticate 'user' against 'mschap2' failed, assigned_rad_session_id=1486429090 session_timeout=0 secs idle_timeout=0 secs!
Running a packet capture between the Firewall and the Radius Server I get an access-reject response with the following MS-CHAP error
Code: 3
ID: 190
Length: 42
Auth: 91 C7 F9 28 0A 50 59 33 13 39 B3 75 58 04 AC EE
AVP: l=22 t=Vendor-Specific(26) v=Microsoft(311)
VSA: l=16 t=MS-CHAP-Error(2)
Value: '<00>E=649 R=0 V=3'
Any insight would be much appreciated.
Thanks in advance.
