Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can tell Firefox to work with Windows Authentication as well. It is not turned on by default (<a href="http://markmonica.com/2007/11/20/firefox-and-integrated-windows-authentication/" rel="nofollow noreferrer">reference</a>).</p> <ol> <li>Open Firefox</li> <li>In the address bar type: "about:config"</li> <li>Firefox3.x and later requires you to agree that you will proceed with caution.</li> <li>After the config page loads, in the filter box type: "network.automatic"</li> <li>Modify <code>network.automatic-ntlm-auth.trusted-uris</code> by double clicking the row and enter <code>http://www.replacewithyoursite.com</code> or <code>http://your-intranet-server-name</code><br>Multiple sites can be added by comma delimiting them such as <code>http://www.replacewithyoursite.com, http://www.replacewithyourintranetsite.com</code></li> </ol> <p><em>To specify all subdomains use <code>.replacewithyoursite.com</code> instead of <code>www.replacewithyoursite.com, help.replacewithyoursite.com, pictures.replacewithyoursite.com</code></em></p> <p><br> If your intranet does not use a fully qualified domain name you can set the following in Firefox to avoid the prompting (<a href="http://dirq.net/2012/11/firefox-windows-authentication-iis/" rel="nofollow noreferrer">reference</a>)</p> <ol> <li>Go to "about:config"</li> <li>Filter the keys down to "network.automatic"</li> <li>Edit <code>network.automatic-ntlm-auth.allow-non-fqdn</code> value to <code>true</code> <img src="https://i.stack.imgur.com/QkOkT.png" alt="enter image description here"></li> </ol>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload