<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: Internet Explorer - Enable Integrated Windows Authentication</title>
	<atom:link href="http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/</link>
	<description></description>
	<pubDate>Tue, 07 Feb 2012 18:06:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manuel</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79709</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Wed, 01 Sep 2010 15:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79709</guid>
		<description>Another good reason to give IE the boot !!</description>
		<content:encoded><![CDATA[<p>Another good reason to give IE the boot !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim K</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79707</link>
		<dc:creator>Tim K</dc:creator>
		<pubDate>Thu, 05 Aug 2010 19:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79707</guid>
		<description>Seeing another issue that is driving me mad. occasionally users who have an active session out of the blue get prompted for their credentials. We are only using Integrated Authentication and their browser trusts the IIS server along with the trusted site settings are set for use current user name and password. I am trying to trap the error in the event logs but the end users are not giving me adequate information like when it happened and what exactly were you doing. We are seeing this domain wide and on many different IIS servers.</description>
		<content:encoded><![CDATA[<p>Seeing another issue that is driving me mad. occasionally users who have an active session out of the blue get prompted for their credentials. We are only using Integrated Authentication and their browser trusts the IIS server along with the trusted site settings are set for use current user name and password. I am trying to trap the error in the event logs but the end users are not giving me adequate information like when it happened and what exactly were you doing. We are seeing this domain wide and on many different IIS servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79705</link>
		<dc:creator>Claudio</dc:creator>
		<pubDate>Tue, 08 Jun 2010 13:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79705</guid>
		<description>Thanks for the posting, we had the same problem.
with that setting.

Greetings,

Claudio</description>
		<content:encoded><![CDATA[<p>Thanks for the posting, we had the same problem.<br />
with that setting.</p>
<p>Greetings,</p>
<p>Claudio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79702</link>
		<dc:creator>Fabrice</dc:creator>
		<pubDate>Wed, 26 May 2010 19:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79702</guid>
		<description>Actually work if you want to force NTLM, do it a the server level (from IIS7 - do it a the root enable Windows Authentication on top of the one set in your web.config) and that will prevent kerberos from taking over ! - no need to untick the box !</description>
		<content:encoded><![CDATA[<p>Actually work if you want to force NTLM, do it a the server level (from IIS7 - do it a the root enable Windows Authentication on top of the one set in your web.config) and that will prevent kerberos from taking over ! - no need to untick the box !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayckel</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79699</link>
		<dc:creator>Mayckel</dc:creator>
		<pubDate>Thu, 22 Apr 2010 10:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79699</guid>
		<description>I've spend about 4 hours to fix this problem. This was causes after I 'raised the domain functionality'. In our situation these were the two problems;

- In my network properties an DNS suffix was given, because the domain functionality was updated this wasn't needed so I've deleted it.

- Second was there was no SPN for the FQD so I've added this also by using setspn -a http/crmserver.domain.local crmserver

Al this information I've found on this link below http://blog.sonomapartners.com/2007/04/kerberos_and_de.html</description>
		<content:encoded><![CDATA[<p>I&#8217;ve spend about 4 hours to fix this problem. This was causes after I &#8216;raised the domain functionality&#8217;. In our situation these were the two problems;</p>
<p>- In my network properties an DNS suffix was given, because the domain functionality was updated this wasn&#8217;t needed so I&#8217;ve deleted it.</p>
<p>- Second was there was no SPN for the FQD so I&#8217;ve added this also by using setspn -a http/crmserver.domain.local crmserver</p>
<p>Al this information I&#8217;ve found on this link below <a href="http://blog.sonomapartners.com/2007/04/kerberos_and_de.html" rel="nofollow">http://blog.sonomapartners.com/2007/04/kerberos_and_de.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79695</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 11 Dec 2009 18:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79695</guid>
		<description>Did you ever fix the kerberos problem? I have the same issue with an Exchange 2007 OWA site.</description>
		<content:encoded><![CDATA[<p>Did you ever fix the kerberos problem? I have the same issue with an Exchange 2007 OWA site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jia Ma</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79680</link>
		<dc:creator>Jia Ma</dc:creator>
		<pubDate>Thu, 10 Sep 2009 00:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79680</guid>
		<description>Thank you very much for posting the info. I have the same problem for one of my web applications. How did you fix the kerberos on the server? 

Thanks</description>
		<content:encoded><![CDATA[<p>Thank you very much for posting the info. I have the same problem for one of my web applications. How did you fix the kerberos on the server? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald Zhu</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-79664</link>
		<dc:creator>Donald Zhu</dc:creator>
		<pubDate>Thu, 30 Apr 2009 11:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-79664</guid>
		<description>How can I contact you? I got the same problem in CRM 4.0. I am using Windows 2008 Server and Vista.</description>
		<content:encoded><![CDATA[<p>How can I contact you? I got the same problem in CRM 4.0. I am using Windows 2008 Server and Vista.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE7 fails to automatically authenticate with enable integrated windows authentication checked at 1stbyte.com</title>
		<link>http://blog.super-networking.net/2008/02/internet-explorer-enable-integrated-windows-authentication/comment-page-1/#comment-68648</link>
		<dc:creator>IE7 fails to automatically authenticate with enable integrated windows authentication checked at 1stbyte.com</dc:creator>
		<pubDate>Sat, 15 Mar 2008 19:11:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/#comment-68648</guid>
		<description>[...] http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/" rel="nofollow">http://blog.super-networking.net/systems/internet-explorer-enable-integrated-windows-authentication/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

