<?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: cyrus-imapd and GSSAPI authentication</title>
	<atom:link href="http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/</link>
	<description>Μη μου τους κύκλους τάρατε</description>
	<lastBuildDate>Thu, 15 Mar 2007 01:23:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kostas Georgiou</title>
		<link>http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/comment-page-1/#comment-6</link>
		<dc:creator>Kostas Georgiou</dc:creator>
		<pubDate>Thu, 15 Mar 2007 01:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/#comment-6</guid>
		<description>I forgot to switch selinux to enforcing in my last tests so I just found out that I also need to allow access to krb5.conf from cyrus-imapd &lt;a href=&quot;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232372&quot; rel=&quot;nofollow&quot;&gt;#232372&lt;/a&gt;

I suspect I am going to need similar modules for other services...
&lt;code&gt;module mycyrusimapd 1.0.0;
require {
        class dir search;
        class file { read getattr };
        type cyrus_t;
        type krb5_conf_t;
        role system_r;
};
allow cyrus_t krb5_conf_t:file read;
allow cyrus_t krb5_conf_t:file getattr;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I forgot to switch selinux to enforcing in my last tests so I just found out that I also need to allow access to krb5.conf from cyrus-imapd <a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=232372" rel="nofollow">#232372</a></p>
<p>I suspect I am going to need similar modules for other services&#8230;<br />
<code>module mycyrusimapd 1.0.0;<br />
require {<br />
        class dir search;<br />
        class file { read getattr };<br />
        type cyrus_t;<br />
        type krb5_conf_t;<br />
        role system_r;<br />
};<br />
allow cyrus_t krb5_conf_t:file read;<br />
allow cyrus_t krb5_conf_t:file getattr;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kostas Georgiou</title>
		<link>http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/comment-page-1/#comment-3</link>
		<dc:creator>Kostas Georgiou</dc:creator>
		<pubDate>Sun, 04 Mar 2007 00:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.atreides.org.uk/blog/2007/03/03/cyrus-imapd-and-gssapi-authentication/#comment-3</guid>
		<description>And of course it was me that somehow managed to get my keytabs out of sync with the krb server.</description>
		<content:encoded><![CDATA[<p>And of course it was me that somehow managed to get my keytabs out of sync with the krb server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
