<?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"
	>
<channel>
	<title>Comments on: Kerberos-Based SSO with Apache</title>
	<atom:link href="http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Thu, 20 Nov 2008 16:31:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: koenzym</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-39034</link>
		<dc:creator>koenzym</dc:creator>
		<pubDate>Tue, 27 May 2008 14:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-39034</guid>
		<description>Never mind. Debug mode of logging in Apache solved my question. :-)</description>
		<content:encoded><![CDATA[<p>Never mind. Debug mode of logging in Apache solved my question. <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koenzym</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-39032</link>
		<dc:creator>koenzym</dc:creator>
		<pubDate>Tue, 27 May 2008 14:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-39032</guid>
		<description>How can I get information about what principal is used by Apache during authentication to AD? Is there any log mechanism? I've checked access log and found nothing.</description>
		<content:encoded><![CDATA[<p>How can I get information about what principal is used by Apache during authentication to AD? Is there any log mechanism? I&#8217;ve checked access log and found nothing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: n3bul4</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-36157</link>
		<dc:creator>n3bul4</dc:creator>
		<pubDate>Wed, 12 Mar 2008 13:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-36157</guid>
		<description>Hello, I have mod_auth_kerb running with my apache.
Everything is ok when I authenticate as a user with
no german Umlauts in the username.
With umlauts in the username it fails everytime.

I found out, that the Authentication is done using ISO-8859-1. UTF-8 would be correct and would also work.
I tested this with the kinit tool.
When I give kinit the username UTF-8 encoded everything is ok......

any suggestions?

regards

Alex</description>
		<content:encoded><![CDATA[<p>Hello, I have mod_auth_kerb running with my apache.<br />
Everything is ok when I authenticate as a user with<br />
no german Umlauts in the username.<br />
With umlauts in the username it fails everytime.</p>
<p>I found out, that the Authentication is done using ISO-8859-1. UTF-8 would be correct and would also work.<br />
I tested this with the kinit tool.<br />
When I give kinit the username UTF-8 encoded everything is ok&#8230;&#8230;</p>
<p>any suggestions?</p>
<p>regards</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme AraÃºjo</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-35096</link>
		<dc:creator>Guilherme AraÃºjo</dc:creator>
		<pubDate>Thu, 17 Jan 2008 12:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-35096</guid>
		<description>And another thing, could u give me an example of the ktpass command replacing the variables by their correct value?

Thank u</description>
		<content:encoded><![CDATA[<p>And another thing, could u give me an example of the ktpass command replacing the variables by their correct value?</p>
<p>Thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme AraÃºjo</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-35094</link>
		<dc:creator>Guilherme AraÃºjo</dc:creator>
		<pubDate>Thu, 17 Jan 2008 11:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-35094</guid>
		<description>Hi there. Thank u for this great article! but i  new help. What privileges does the apache server account need in LDAP? could u be specific? thank u</description>
		<content:encoded><![CDATA[<p>Hi there. Thank u for this great article! but i  new help. What privileges does the apache server account need in LDAP? could u be specific? thank u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vit</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-34470</link>
		<dc:creator>Vit</dc:creator>
		<pubDate>Tue, 04 Dec 2007 11:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-34470</guid>
		<description>Great discussion on SetSPN.exe and and ktpass.exe commands including practical examples can be found here:

http://www.openafs.org/pipermail/openafs-info/2007-January/025039.html

Shows in detail what is going on AD side.</description>
		<content:encoded><![CDATA[<p>Great discussion on SetSPN.exe and and ktpass.exe commands including practical examples can be found here:</p>
<p><a href="http://www.openafs.org/pipermail/openafs-info/2007-January/025039.html" rel="nofollow">http://www.openafs.org/pipermail/openafs-info/2007-January/025039.html</a></p>
<p>Shows in detail what is going on AD side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-33671</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Tue, 09 Oct 2007 19:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-33671</guid>
		<description>Grzegorz,

I suppose you might be able to do this as long as each area for which authentication was being mandated was being authenticated by only one realm, i.e., URL A is authenticated by realm A, URL B is authenticated by realm B, etc.  This is just a guess, though...I haven't actually tried this.

Good luck, and let us know how things turn out!</description>
		<content:encoded><![CDATA[<p>Grzegorz,</p>
<p>I suppose you might be able to do this as long as each area for which authentication was being mandated was being authenticated by only one realm, i.e., URL A is authenticated by realm A, URL B is authenticated by realm B, etc.  This is just a guess, though&#8230;I haven&#8217;t actually tried this.</p>
<p>Good luck, and let us know how things turn out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-33669</link>
		<dc:creator>Grzegorz</dc:creator>
		<pubDate>Tue, 09 Oct 2007 17:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-33669</guid>
		<description>Simple question. Is possible to configure few domainf from the forest to be authorized by one kerberos module? I can confirm that it is possible to configure multiple realms within one module, but it seems it doesnt work with authentications wi tthe second realm (added to configuration)</description>
		<content:encoded><![CDATA[<p>Simple question. Is possible to configure few domainf from the forest to be authorized by one kerberos module? I can confirm that it is possible to configure multiple realms within one module, but it seems it doesnt work with authentications wi tthe second realm (added to configuration)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-33430</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Fri, 21 Sep 2007 11:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-33430</guid>
		<description>PBL,

A couple of quick thoughts:

- If I'm not mistaken, the SPN for Apache is case-sensitive, so make sure your HTTP is in uppercase.  The error "No principal in keytab matches desired name" means that somewhere along the way there's a mismatch between the client, the server, and the KDC.

- Safari supports Kerberos authentication, but it's most likely falling back to basic (hence the prompt).

- With regards to Samba, you need to make sure you are using a (very) recent build and that you have the "use kerberos keytab = true" in your smb.conf. Otherwise, Samba won't create the keytab for you.

Good luck!</description>
		<content:encoded><![CDATA[<p>PBL,</p>
<p>A couple of quick thoughts:</p>
<p>- If I&#8217;m not mistaken, the SPN for Apache is case-sensitive, so make sure your HTTP is in uppercase.  The error &#8220;No principal in keytab matches desired name&#8221; means that somewhere along the way there&#8217;s a mismatch between the client, the server, and the KDC.</p>
<p>- Safari supports Kerberos authentication, but it&#8217;s most likely falling back to basic (hence the prompt).</p>
<p>- With regards to Samba, you need to make sure you are using a (very) recent build and that you have the &#8220;use kerberos keytab = true&#8221; in your smb.conf. Otherwise, Samba won&#8217;t create the keytab for you.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PBL</title>
		<link>http://blog.scottlowe.org/2006/08/10/kerberos-based-sso-with-apache/#comment-33422</link>
		<dc:creator>PBL</dc:creator>
		<pubDate>Thu, 20 Sep 2007 18:53:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=316#comment-33422</guid>
		<description>Actually, I do have a keytab (generated through the ktpass utility. The keytab is defined in the auth.kerb.conf file for Apache. Doing a strings command on the file shows the proper domain, HTTP, and the FQDN.</description>
		<content:encoded><![CDATA[<p>Actually, I do have a keytab (generated through the ktpass utility. The keytab is defined in the auth.kerb.conf file for Apache. Doing a strings command on the file shows the proper domain, HTTP, and the FQDN.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
