How to enable NTLM for all intranet sites in Firefox?

I know I can add specific URLs in the network.authmatic-ntlm-auth.trusted-uris and separate them by comma delimiters, but I would like to enable NTLM for all intranet sites. I tried and but that didn't work. Also, some of the intranet sites are https.

Update

  1. Set network.automatic-ntlm-auth.allow-non-fqdn to true
  2. Set network.automatic-ntlm-auth.trusted-uris to blank

enter image description here

2 Answers

You don't have to put specific URLs in the list — you can put entire domains. So, for example, adding mycompany.com should enable NTLM for mail.mycompany.com, monitor.mycompany.com, intranet.mycompany.com, &c. (You might need to do .mycompany.com with a leading dot, actually, i can't remember — and my current job doesn't use NTLM, so i can't test.)

You can also tell Firefox to enable NTLM for any site that doesn't have an FQDN (fully qualified domain name); this is useful if your company just uses or something similar. To enable this, set network.automatic-ntlm-auth.allow-non-fqdn to true.

3

I tried everything, but the thing that worked was setting network.authmatic-ntlm-auth.trusted-uris to domain.com

Thats all you have to do. Trying to do individual websites like didnt work. Just use the domain name

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like