An administrator configures FSSO (Fortinet Single Sign-On) with Active Directory polling. Users report that their web traffic is being blocked by the firewall even though they are logged into the domain. Which CLI command can the administrator use to verify the FSSO login status for a specific user?
Trap 1: diagnose user fsso poll user <username>
There is no such command. The correct command is 'diagnose debug authd fsso list'.
Trap 2: diagnose wad user list
This command shows web proxy users, not necessarily FSSO.
Trap 3: diagnose test authserver ldap <server> <username>
This tests LDAP authentication, not FSSO status.
- A
diagnose user fsso poll user <username>
Why wrong: There is no such command. The correct command is 'diagnose debug authd fsso list'.
- B
diagnose wad user list
Why wrong: This command shows web proxy users, not necessarily FSSO.
- C
diagnose debug authd fsso list
Correct. This command lists all FSSO users with their IP addresses and group memberships.
- D
diagnose test authserver ldap <server> <username>
Why wrong: This tests LDAP authentication, not FSSO status.