<?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: Want to test and troubleshoot Kerberos authentication to your MOSS site?</title>
	<atom:link href="http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/</link>
	<description>Microsoft / Windows / SharePoint / Exchange / Security</description>
	<lastBuildDate>Tue, 13 Oct 2009 09:30:10 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emmanuel ISSALY</title>
		<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/comment-page-1/#comment-111</link>
		<dc:creator>Emmanuel ISSALY</dc:creator>
		<pubDate>Wed, 19 Aug 2009 07:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/#comment-111</guid>
		<description>Nice post, but the pictures look broken on my side.</description>
		<content:encoded><![CDATA[<p>Nice post, but the pictures look broken on my side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bookerdog</title>
		<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/comment-page-1/#comment-16</link>
		<dc:creator>bookerdog</dc:creator>
		<pubDate>Mon, 10 Nov 2008 21:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/#comment-16</guid>
		<description>Very useful post, though I still haven&#039;t figured out my issue yet.  But I wanted to mention to anybody else that might try and use the script posted on the Microsoft site, there is a small, but very important typo in the code that they have posted.

The first line reads:
&#039;Dim argSPN, argUser, argComputer, spnToSearch, objCategory, strFilter , searchCategory, domainInput

Well the apostrophe in VB is how you comment out a line, so all of these variable declarations are commented out.

Delete the first apostrophe, resave the script, and it will work as advertised.</description>
		<content:encoded><![CDATA[<p>Very useful post, though I still haven&#8217;t figured out my issue yet.  But I wanted to mention to anybody else that might try and use the script posted on the Microsoft site, there is a small, but very important typo in the code that they have posted.</p>
<p>The first line reads:<br />
&#8216;Dim argSPN, argUser, argComputer, spnToSearch, objCategory, strFilter , searchCategory, domainInput</p>
<p>Well the apostrophe in VB is how you comment out a line, so all of these variable declarations are commented out.</p>
<p>Delete the first apostrophe, resave the script, and it will work as advertised.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/comment-page-1/#comment-15</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/#comment-15</guid>
		<description>Hi Adam,

Windows Server 2008 has an integrated search for duplicate SPNs:

Identify the duplicate SPN
To identify the duplicate SPN:
1. 	Log on to the computer referenced in the event log message. If this computer is not running Windows Server 2008, you must download and install the Windows Server 2003 Resource Kit, which includes setspn.exe.
2. 	Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
3. 	If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
4. 	Type setspn -X.
5. 	The output of this command will show the duplicate SPNs.
6. 	Use the following procedure to remove one of the duplicate SPNs.
http://technet2.microsoft.com/windowsserver2008/en/library/39b7428a-2b45-4640-9bd7-46833007d38d1033.mspx?mfr=true

Regards,

Christian</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Windows Server 2008 has an integrated search for duplicate SPNs:</p>
<p>Identify the duplicate SPN<br />
To identify the duplicate SPN:<br />
1. 	Log on to the computer referenced in the event log message. If this computer is not running Windows Server 2008, you must download and install the Windows Server 2003 Resource Kit, which includes setspn.exe.<br />
2. 	Click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.<br />
3. 	If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.<br />
4. 	Type setspn -X.<br />
5. 	The output of this command will show the duplicate SPNs.<br />
6. 	Use the following procedure to remove one of the duplicate SPNs.<br />
<a href="http://technet2.microsoft.com/windowsserver2008/en/library/39b7428a-2b45-4640-9bd7-46833007d38d1033.mspx?mfr=true" rel="nofollow">http://technet2.microsoft.com/windowsserver2008/en/library/39b7428a-2b45-4640-9bd7-46833007d38d1033.mspx?mfr=true</a></p>
<p>Regards,</p>
<p>Christian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caulkett</title>
		<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/comment-page-1/#comment-14</link>
		<dc:creator>caulkett</dc:creator>
		<pubDate>Thu, 17 Jul 2008 14:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/#comment-14</guid>
		<description>Hey Christian,

Awesome post, has come in really handy.

I wouldn’t mind some help if you don’t mind. I’m trying to use the SPN helper script but it keeps popping up a usage window. As if I’m getting the path wrong. Have you seen this before?

Im using -
cscript spnhelper.vbs /f:duplicatespn /spn:HTTP/intranetportal

It is worth mentioning that I’m using Windows Server 2008.


Thanks for your time</description>
		<content:encoded><![CDATA[<p>Hey Christian,</p>
<p>Awesome post, has come in really handy.</p>
<p>I wouldn’t mind some help if you don’t mind. I’m trying to use the SPN helper script but it keeps popping up a usage window. As if I’m getting the path wrong. Have you seen this before?</p>
<p>Im using -<br />
cscript spnhelper.vbs /f:duplicatespn /spn:HTTP/intranetportal</p>
<p>It is worth mentioning that I’m using Windows Server 2008.</p>
<p>Thanks for your time</p>
]]></content:encoded>
	</item>
</channel>
</rss>
