Chapter 4 Authentication : Configuring authenticated access : Authentication in security policies : NTLM authentication : NTLM enabled browsers - CLI
  
NTLM enabled browsers - CLI
User agent strings for NTLM enabled browsers allow the inspection of initial HTTP-User-Agent values, so that non-supported browsers are able to go straight to guest access without needlessly prompting the user for credentials that will fail. ntlm-guest must be enabled to use this option.
config firewall policy
edit 4
set ntlm enable
set ntlm-guest enable
set ntlm-enabled-browsers <user_agent_string>
next
end
<user_agent_string> is the name of the browser that is NTLM enabled. Examples of these values include “MSIE”, “Mozilla” (which includes FireFox), and “Opera”.
Value strings can be up to 63 characters in length, and may not contain cross site scripting (XSS) vulnerability characters such as brackets. The FortiGate unit prevents use of these characters to prevent exploit of cross site scripting (XSS) vulnerabilities.