<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Kerberos troubleshooting from IIS perspective</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx</link><description>Hi All, This is my first posting in the blog. I really had to take enough courage to start blogging, but with some help from one of my mentors in MS, I am finally here. I hope people really get benefitted from the articles that I post in here. Today,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Kerberos troubleshooting from IIS perspective</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx#5921529</link><pubDate>Tue, 06 Nov 2007 01:50:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5921529</guid><dc:creator>Grant Earl</dc:creator><description>&lt;p&gt;Great entry with some very valuable information.&lt;/p&gt;
</description></item><item><title>re: Kerberos troubleshooting from IIS perspective</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx#8705152</link><pubDate>Tue, 08 Jul 2008 03:08:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8705152</guid><dc:creator>C. List</dc:creator><description>&lt;p&gt;Thanks for the informative post. It's a very confusing topic, and I'm amazed MS hasn't released a more intuitive graphical tool for managing SPNs.&lt;/p&gt;
&lt;p&gt;When you say:&lt;/p&gt;
&lt;p&gt;SPN:&lt;/p&gt;
&lt;p&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http/&amp;lt;computer-name&amp;gt;:&amp;lt;port&amp;gt; &amp;lt;iis-computer-name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;http/&amp;lt;FQDN&amp;gt; &amp;lt;iis computer-name&amp;gt;&lt;/p&gt;
&lt;p&gt;What is &amp;quot;computer name&amp;quot;? The IE computer or the SQL Server computer? I assume it's not the IE computer because adding the SPN for every IE computer that will be accessing the site is impossible.&lt;/p&gt;
&lt;p&gt;Am I correct in this assumption?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Chris&lt;/p&gt;</description></item><item><title>re: Kerberos troubleshooting from IIS perspective</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx#8705214</link><pubDate>Tue, 08 Jul 2008 03:22:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8705214</guid><dc:creator>Saurabh Singh</dc:creator><description>&lt;p&gt;Chris, you are right. This has to be the server name and not the client (IE) name. My mistake I will rectify this to clear the confusion. If you are setting SPN for a web site this is the IIS server's netbios name. Similarly for a SQL server.&lt;/p&gt;
&lt;p&gt;I understand that we do not have a very friendly public utility to handle these issues. However I would suggest you to go through this tool. It was &amp;nbsp;written by an Escalation engg in IIS support business.&lt;/p&gt;
&lt;p&gt;Please read these: &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.iis.net/brian-murphy-booth/archive/2007/03/09/delegconfig-delegation-configuration-reporting-tool.aspx"&gt;http://blogs.iis.net/brian-murphy-booth/archive/2007/03/09/delegconfig-delegation-configuration-reporting-tool.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.iis.net/bretb/archive/2008/03/27/How-to-Use-DelegConfig.aspx"&gt;http://blogs.iis.net/bretb/archive/2008/03/27/How-to-Use-DelegConfig.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Kerberos troubleshooting from IIS perspective</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx#8717131</link><pubDate>Thu, 10 Jul 2008 17:32:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8717131</guid><dc:creator>C. List</dc:creator><description>&lt;p&gt;Thank you very much. With the help of your post and the report-configuarion tool you posted the link to, we were able to fix our delegation problems!&lt;/p&gt;
&lt;p&gt;In retrospect, I think one of the most confusing thing for Kerberos newbies is; &amp;quot;What *is* an SPN?&amp;quot;. After getting this working, my understanding is that it's something that tells AD what services an account can *receive* credentials for. The other piece of the puzzle in 2003 is that you have to tell the delegation tab what services each account *send* credentials to. My confusion was that I thought the delegation tab was like a GUI into the SPN list for a given account, but that is not the case. The fact that you need to tell the delegation tab on the IIS account to delegate to the SPN for the SQL account, but that you should NOT have a MSSQLSvc SPN for the IIS account is rather confusing unless you think of SPNs as &amp;quot;can receive credentials&amp;quot; entries, and the delegation tab list as &amp;quot;can send&amp;quot; entries.&lt;/p&gt;
&lt;p&gt;The fact that one uses the AD GUI and the other uses a command line tool is certainly less than intuitive!&lt;/p&gt;
&lt;p&gt;Cheers, and thanks again for your blog!&lt;/p&gt;
&lt;p&gt;- Chris &amp;nbsp;&lt;/p&gt;</description></item><item><title>Who knows! You may be missing these points for Kerberos authentication failures for Web applications...</title><link>http://blogs.msdn.com/saurabh_singh/archive/2007/01/29/kerberos-troubleshooting-from-iis-perspective.aspx#9102794</link><pubDate>Sun, 16 Nov 2008 13:11:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9102794</guid><dc:creator>Penning my thoughts...</dc:creator><description>&lt;p&gt;I am sharing here some of the general + elusive + ignored + must-have info that you may want to recheck&lt;/p&gt;
</description></item></channel></rss>