<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx</link><description>Hey Rob here again, I thought that I would share with you some of the things that we see where Internet Explorer Kerberos authentication fails. 
 It is important to understand the default behavior of Internet Explorer and its support for Kerberos authentication</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx#3377042</link><pubDate>Thu, 23 Dec 2010 15:31:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3377042</guid><dc:creator>greener85</dc:creator><description>&lt;p&gt;Hey bugbunny69,&lt;/p&gt;
&lt;p&gt;As far as one IIS Server working vs another could be as simple as the required group membership is in the truncated token on the working vs missing on the failing logon.&lt;/p&gt;
&lt;p&gt;If you are not seeing an answer to the 401.1 with www-negotiate response from the IIS server then it sounds like you need to troubleshoot IE if it is not sending any response back.&lt;/p&gt;
&lt;p&gt;You will want to make sure that the site you are going to shows up in the intranet zone. &amp;nbsp;After that I would suggest opening a case with our IE team.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Rob Greene&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3377042" width="1" height="1"&gt;</description></item><item><title>re: Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx#3376598</link><pubDate>Tue, 21 Dec 2010 15:33:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3376598</guid><dc:creator>BugBunny69</dc:creator><description>&lt;p&gt;Hi Rob,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your answer. Unfortunately I don&amp;#39;t have direct access to the end users computers but will check the MaxTokenSize asap.&lt;/p&gt;
&lt;p&gt;There is however still something unclear in my head. If the issue is related to the token size, how is possible that access to one IIS server works and not to the other one while both servers seem to hae the same config? FYI, when I do a Wireshark, I see the request sent by IE to IIS, then the negotiate answer sent by IIS to IE and then nothing.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Benoit&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3376598" width="1" height="1"&gt;</description></item><item><title>re: Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx#3375836</link><pubDate>Fri, 17 Dec 2010 18:36:50 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3375836</guid><dc:creator>greener85</dc:creator><description>&lt;p&gt;Hey BugBunny69,&lt;/p&gt;
&lt;p&gt;From the error you are stating that you are seeing it sounds like you have a problem with your Kerberos ticket size. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default a Kerberos ticket can only be 12k in size, but is allowed to get to 65,535. &amp;nbsp;You can use the MaxTokenSize registry key value to set this.&lt;/p&gt;
&lt;p&gt;However, with IIS, since the Kerbeos ticket is sent in the HTTP header, you are also going to run into a problem there also because by default (for security reasons) the HTTP header size is only allowed to be 16k.&lt;/p&gt;
&lt;p&gt;So you will need to make some changes within IIS, and every computer in the mix and add MaxTokenSize to them (you can exclude domain controllers)&lt;/p&gt;
&lt;p&gt;MaxTokenSize:&lt;/p&gt;
&lt;p&gt;938118	How to use Group Policy to add the MaxTokenSize registry entry to multiple computers&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;938118"&gt;support.microsoft.com/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;327825	New resolution for problems with Kerberos authentication when users belong to many groups&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;327825"&gt;support.microsoft.com/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;NOTE: &amp;nbsp;The hotfix is not needed unless you are on Windows 2000.&lt;/p&gt;
&lt;p&gt;Also, just as a side note, if you make sure that your forest / domain functional levels are atleast Windows Server 2003, you might fix your self if you are currently at Windows 2000 levels. &amp;nbsp;This is because we use RID values for global group memberships after that.&lt;/p&gt;
&lt;p&gt;For IIS 6 and above you need to modify the following two registry keys:&lt;/p&gt;
&lt;p&gt;MaxRequestBytes&lt;/p&gt;
&lt;p&gt;MaxFieldLength &lt;/p&gt;
&lt;p&gt;2020943	&amp;quot;HTTP 400 - Bad Request (Request Header too long)&amp;quot; error in Internet Information Services (IIS)&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2020943"&gt;support.microsoft.com/default.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;p&gt;Rob Greene&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3375836" width="1" height="1"&gt;</description></item><item><title>re: Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx#3374994</link><pubDate>Tue, 14 Dec 2010 17:23:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3374994</guid><dc:creator>BugBunny69</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;We have a very strange behaviour with IE. Could you please help?&lt;/p&gt;
&lt;p&gt;I have two IIS 6.0 servers (A and B).&lt;/p&gt;
&lt;p&gt;Both are configured to use Integrated Windows Authentication.&lt;/p&gt;
&lt;p&gt;1) Access to both servers works fine for hundreds of users.&lt;/p&gt;
&lt;p&gt;2) For a very limited number of users access works fine for server A but not for server B if access is done with Internet Explorer (same issue with IE6 and IE8). For these users, access works fine for both servers if they use Firefox or Chrome.&lt;/p&gt;
&lt;p&gt;3) When I check their event log, I can see:&lt;/p&gt;
&lt;p&gt;&amp;quot;The kerberos SSPI package generated an output token size of size 3514 bytes, which was too large to fit in the 3510 buffer provided by process id 0.&amp;quot;&lt;/p&gt;
&lt;p&gt;The solution to this issue was to reduce the number of groups of the impacted users.&lt;/p&gt;
&lt;p&gt;My question: how is it possible that access was working for one server and not the other one before the group reduction?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Benoit&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3374994" width="1" height="1"&gt;</description></item><item><title>Internet Explorer behaviors with Kerberos Authentication</title><link>http://blogs.technet.com/b/askds/archive/2009/06/22/internet-explorer-behaviors-with-kerberos-authentication.aspx#3257709</link><pubDate>Tue, 23 Jun 2009 09:38:46 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3257709</guid><dc:creator>Internet Explorer behaviors with Kerberos Authentication</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.marcvalk.net/2009/06/internet-explorer-behaviors-with-kerberos-authentication/"&gt;http://www.marcvalk.net/2009/06/internet-explorer-behaviors-with-kerberos-authentication/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3257709" width="1" height="1"&gt;</description></item></channel></rss>