Enabling automatic NTLM identification is done as follows.
Internet Explorer
- From IE, Access Internet Settings via "IE -> Tools -> Internet Options", or via Control Panel -> Internet Options
- Go to the Security tab
- Click Sites
- Click either Local Intranet or Trusted sites
- Add your sites to the list
- If required, uncheck "Require server verification (https:) for all sites in this zone"
- Click Close
- Click Custom level
- Scroll right to the bottom under User Authentication / Logon and ensure that "Automatic logon with current user name and password" is checked.
- Click OK
Google Chrome
Google Chrome actually uses the same settings that IE uses, that is the above Control Panel -> Internet Options settings, so nothing more to do.
Firefox
- Open Firefox and type "about:config" in the address bar (without the quotes)
- In the 'Filter' field type
network.automatic-ntlm-auth.trusted-uris
- Double-click the above and enter the URLs of sites or entire domains, separated by commas
- if your sites do no use FQDN (for example
http://intranet
instead ofhttp://intranet.domain.com
), do also:- Set
network.automatic-ntlm-auth.allow-non-fqdn
to true - Set
network.negotiate-auth.allow-non-fqdn
to true
- Set