<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Cool-ade Blog: Mac-Windows, Information Security and Technology. &#187; Firefox</title>
	<atom:link href="http://www.cool-ade.co.uk/tag/firefox/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cool-ade.co.uk</link>
	<description>The Cool-ade Blog: Mac-Windows, Information Security and Technology.</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:02:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox and Windows Integrated Authentication</title>
		<link>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication</link>
		<comments>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:00:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Firefox]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=174</guid>
		<description><![CDATA[Firefox can authenticate with Active Directory using Kerberos single sign-on. It works on both Macs and PCs. This allows automatic authentication to intranets or specific internal company websites.

See http://www.mozilla.org/projects/netlib/integrated-auth.html for the specifics on how it works. [...]
]]></description>
			<content:encoded><![CDATA[<p>Firefox can authenticate with Active Directory using Kerberos single sign-on. It works on both Macs and PCs. This allows automatic authentication to intranets or specific internal company websites.</p>
<p>See<a href="http://www.mozilla.org/projects/netlib/integrated-auth.html" target="_blank"> http://www.mozilla.org/projects/netlib/integrated-auth.html</a> for the specifics on how it works.</p>
<p>Launch Firefox.  In the URL Field type <strong>about:config<br />
<img class="size-full wp-image-187 alignnone" style="border: 1px solid black; padding: 3px; margin-top: 6px; margin-bottom: 4px;" title="ffadac1" src="http://www.cool-ade.co.uk/wordpress/wp-content/uploads/ffadac1.png" alt="ffadac1" width="480" height="342" /></strong></p>
<p>Look for the following three preference names:</p>
<ul>
<li>
<address>network.automatic-ntlm-auth.trusted-uris</address>
</li>
<li>
<address>network.negotiate-auth.delegation-uris</address>
</li>
<li>
<address>network.negotiate-auth.trusted-uris.</address>
</li>
</ul>
<p>Double click on each preference name and add<strong> ‘http://yourwebsite-1, http://yourwebsite-2, yourActiveDirectoryDomainName’</strong> to its value field. You can add more sites as required.</p>
<p>Close the about:config windows and the following entries will be written into your prefs.js file which resides in the the Firefox User Profile directory:</p>
<ul>
<li>
<address>user_pref(&#8221;network.automatic-ntlm-auth.trusted-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain&#8221;);</address>
</li>
<li>
<address>user_pref(&#8221;network.negotiate-auth.delegation-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain.com&#8221;);</address>
</li>
<li>
<address>user_pref(&#8221;network.negotiate-auth.trusted-uris&#8221;, &#8220;http://yourwebsite-1, http://yourwebsite-2, yourADdomain.com&#8221;</address>
</li>
</ul>
<p>You have now configured Firefox to use Integrated Authentication on your network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/firefox-and-windows-integrated-authentication/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
