<?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: Active Directory and Kerberos SPNs Made Easy!</title>
	<atom:link href="http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/</link>
	<description>I AM the system administrator. Who do I call?</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: RhysGoodwin</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-1197</link>
		<dc:creator>RhysGoodwin</dc:creator>
		<pubDate>Fri, 01 Jul 2011 07:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-1197</guid>
		<description>Ok.a few more things to think about:
-is there any kerberos delegation involved? What&#039;s actually connecting to your sql server?
-use kerbtray on the client to see what tickets you&#039;re getting
-use wirshark to look at kerberos errors, first at the client then at any other box involved. E.g. app server etc.</description>
		<content:encoded><![CDATA[<p>Ok.a few more things to think about:<br />
-is there any kerberos delegation involved? What&#8217;s actually connecting to your sql server?<br />
-use kerbtray on the client to see what tickets you&#8217;re getting<br />
-use wirshark to look at kerberos errors, first at the client then at any other box involved. E.g. app server etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-1196</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 01 Jul 2011 04:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-1196</guid>
		<description>Thanks very much Rhys. 
That&#039;s what I have done but still getting SSPI errors. Oh well, try again.</description>
		<content:encoded><![CDATA[<p>Thanks very much Rhys.<br />
That&#8217;s what I have done but still getting SSPI errors. Oh well, try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RhysGoodwin</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-1195</link>
		<dc:creator>RhysGoodwin</dc:creator>
		<pubDate>Fri, 01 Jul 2011 03:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-1195</guid>
		<description>Yes exactly right. And no it shouldn&#039;t have the same spn registered against the computer account. It can happen though. Duplicate spn issues are reported in domain contoller event logs IIRC but it pays to do a search for servicePrincipalName with a tool like Adexplorer. Especially if it&#039;s not a new install and you&#039;re changing service accounts. I don&#039;t think setspn warns about duplicates.  Some apps try to register SPNs them self if they have enough AD permission. I can&#039;t remember what sql server does.</description>
		<content:encoded><![CDATA[<p>Yes exactly right. And no it shouldn&#8217;t have the same spn registered against the computer account. It can happen though. Duplicate spn issues are reported in domain contoller event logs IIRC but it pays to do a search for servicePrincipalName with a tool like Adexplorer. Especially if it&#8217;s not a new install and you&#8217;re changing service accounts. I don&#8217;t think setspn warns about duplicates.  Some apps try to register SPNs them self if they have enough AD permission. I can&#8217;t remember what sql server does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-1194</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 01 Jul 2011 02:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-1194</guid>
		<description>Hi Rhys, just found your blog, really usefull.

So when you look at the account domain\SQLSVC using adsi edit you will see the servicePrincipalName property set to MSSQLSvc/sql1 and MSSQLSvc/sql1.domain.com. Is that right?
If you look at the machine account sql1 it will not have an entry for  MSSQLSvc/sql1. Is that right?</description>
		<content:encoded><![CDATA[<p>Hi Rhys, just found your blog, really usefull.</p>
<p>So when you look at the account domain\SQLSVC using adsi edit you will see the servicePrincipalName property set to MSSQLSvc/sql1 and MSSQLSvc/sql1.domain.com. Is that right?<br />
If you look at the machine account sql1 it will not have an entry for  MSSQLSvc/sql1. Is that right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SalesForce SSO with ADFS 2.0 &#8211; Everything you need to know</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-929</link>
		<dc:creator>SalesForce SSO with ADFS 2.0 &#8211; Everything you need to know</dc:creator>
		<pubDate>Sun, 03 Apr 2011 12:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-929</guid>
		<description>[...] more info on Kerberos SPNs see my Active Directory and Kerberos SPNs Made Easy [...]</description>
		<content:encoded><![CDATA[<p>[...] more info on Kerberos SPNs see my Active Directory and Kerberos SPNs Made Easy [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MOSS Split Back-to-Back in the Real World - Part 1 :: Rhys Goodwin&#8217;s Weblog</title>
		<link>http://blog.rhysgoodwin.com/windows-admin/active-directory-and-kerberos-spns-made-easy/#comment-39</link>
		<dc:creator>MOSS Split Back-to-Back in the Real World - Part 1 :: Rhys Goodwin&#8217;s Weblog</dc:creator>
		<pubDate>Sat, 27 Jun 2009 06:56:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rhysgoodwin.com/?p=244#comment-39</guid>
		<description>[...] Previous Post [...]</description>
		<content:encoded><![CDATA[<p>[...] Previous Post [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

