<?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>Snapt &#187; authentication</title>
	<atom:link href="http://www.snapt-ui.com/tag/authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snapt-ui.com</link>
	<description>Professional Snap-on Frontends</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:32:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Quick Tip: Windows Update No-Auth</title>
		<link>http://www.snapt-ui.com/squid/quick-tip-windows-update-no-auth/</link>
		<comments>http://www.snapt-ui.com/squid/quick-tip-windows-update-no-auth/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:15:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Squid]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.snapt-ui.com/?p=326</guid>
		<description><![CDATA[Here&#8217;s a quick Squid tip from their wiki, if you&#8217;ve ever wanted to not require authentication for the Windows Update services you can just add the following before any other ACL&#8217;s in your config file &#8211; acl windowsupdate dstdomain windowsupdate.microsoft.com acl windowsupdate dstdomain .update.microsoft.com acl windowsupdate dstdomain download.windowsupdate.com acl windowsupdate dstdomain redir.metaservices.microsoft.com acl windowsupdate dstdomain [...]<p><a href="http://www.snapt-ui.com/squid/quick-tip-windows-update-no-auth/">Quick Tip: Windows Update No-Auth</a> is a post from <a href="http://www.snapt-ui.com">Snapt</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick Squid tip from their wiki, if you&#8217;ve ever wanted to not require authentication for the Windows Update services you can just add the following before any other ACL&#8217;s in your config file &#8211;</p>
<pre>acl windowsupdate dstdomain windowsupdate.microsoft.com
acl windowsupdate dstdomain .update.microsoft.com
acl windowsupdate dstdomain download.windowsupdate.com
acl windowsupdate dstdomain redir.metaservices.microsoft.com
acl windowsupdate dstdomain images.metaservices.microsoft.com
acl windowsupdate dstdomain c.microsoft.com
acl windowsupdate dstdomain www.download.windowsupdate.com
acl windowsupdate dstdomain wustat.windows.com
acl windowsupdate dstdomain crl.microsoft.com
acl windowsupdate dstdomain sls.microsoft.com
acl windowsupdate dstdomain productactivation.one.microsoft.com
acl windowsupdate dstdomain ntservicepack.microsoft.com

acl CONNECT method CONNECT
acl wuCONNECT dstdomain www.update.microsoft.com
acl wuCONNECT dstdomain sls.microsoft.com

http_access allow CONNECT wuCONNECT localnet
http_access allow windowsupdate localnet</pre>
<p>This allows the HTTPS and HTTP connections to the suite of Microsoft update sites without authentication. This can be particularly useful if you want to ensure users can update at any time, without needing to enter their information into popup boxes (i.e. non single sign-on setups). There is a quick wizard included in Snapt if you want to automate this!</p>
<p><a href="http://www.snapt-ui.com/squid/quick-tip-windows-update-no-auth/">Quick Tip: Windows Update No-Auth</a> is a post from <a href="http://www.snapt-ui.com">Snapt</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snapt-ui.com/squid/quick-tip-windows-update-no-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
