RSSO Logging
Hi!
Firmware version of our Fortigate is FortiGate-100F v6.4.4,build5540,201210 (GA)
I have configured the RSSO Agent like this:
config user radius
edit "RSSO Agent"
set interface-select-method specify
set interface "port12"
set rsso enable
set rsso-radius-response enable
set rsso-validate-request-secret enable
set rsso-secret ENC ******==
set rsso-endpoint-attribute User-Name
next
end
To enable logging I try to do the following:
fortinet-01 # config user radius
fortinet-01 (radius) # edit "RSSO Agent"
fortinet-01 (RSSO Agent) # set rsso-log-period 0
fortinet-01 (RSSO Agent) # set rsso-log-flags protocol-error profile-missing accounting-stop-missed accounting-event endpoint-block radiusd-other
fortinet-01 (RSSO Agent) # end
fortinet-01 #
When checking, nothing has been entered:
fortinet-01 # show user radius
config user radius
edit "RSSO Agent"
set interface-select-method specify
set interface "port12"
set rsso enable
set rsso-radius-response enable
set rsso-validate-request-secret enable
set rsso-secret ENC *********==
set rsso-endpoint-attribute User-Name
next
end
What am I doing wrong?
Thanks, Mike