<?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: Integrating LDAP and Kerberos: Part One (Kerberos)</title>
	<atom:link href="http://www.linux-mag.com/id/4738/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/4738/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Fri, 10 Feb 2012 08:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Discount Windows 7</title>
		<link>http://www.linux-mag.com/id/4738/#comment-110143</link>
		<dc:creator>Discount Windows 7</dc:creator>
		<pubDate>Tue, 03 Jan 2012 19:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-110143</guid>
		<description>I will right away take hold of your rss as I can&#039;t find your e-mail subscription hyperlink or newsletter service. Do you have any? Kindly permit me understand in order that I could subscribe. Thanks.</description>
		<content:encoded><![CDATA[<p>I will right away take hold of your rss as I can&#8217;t find your e-mail subscription hyperlink or newsletter service. Do you have any? Kindly permit me understand in order that I could subscribe. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: racerx</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4971</link>
		<dc:creator>racerx</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4971</guid>
		<description>Here again - I would love to see someone do an article on one-way syncing from Active Directory to and ldap server.</description>
		<content:encoded><![CDATA[<p>Here again &#8211; I would love to see someone do an article on one-way syncing from Active Directory to and ldap server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jmpoth</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4972</link>
		<dc:creator>jmpoth</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4972</guid>
		<description>this is a very relevant article.</description>
		<content:encoded><![CDATA[<p>this is a very relevant article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jbuurman</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4973</link>
		<dc:creator>jbuurman</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4973</guid>
		<description>One-way syncing of AD is also an issue at my work. Love to read something more about that.</description>
		<content:encoded><![CDATA[<p>One-way syncing of AD is also an issue at my work. Love to read something more about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mlix</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4974</link>
		<dc:creator>mlix</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4974</guid>
		<description>Actually as I know red hat is doing some project&lt;br /&gt;
&lt;br /&gt;
freeipa.org I think will integrate DS and kerberos.&lt;br /&gt;
&lt;br /&gt;
also it will support migrate from AD to IPA.&lt;br /&gt;
&lt;br /&gt;
Cheers</description>
		<content:encoded><![CDATA[<p>Actually as I know red hat is doing some project</p>
<p>freeipa.org I think will integrate DS and kerberos.</p>
<p>also it will support migrate from AD to IPA.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsdlogical</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4975</link>
		<dc:creator>bsdlogical</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4975</guid>
		<description>While following this article (and Part Two), I finally managed to install Kerberos and OpenLDAP together. However, I ran into some problems with the howto posted here on the way. I&#039;ve made an effort to describe how I fixed them as well as I can, and I hope it helps others attempting to do the same thing. I installed this on Ubuntu 8.04, and some of the corrections come from a partially finished guide at https://help.ubuntu.com/community/SingleSignOn. However, if I&#039;ve inadvertently made any mistakes in these comments, please post that as well so others won&#039;t be misled.&lt;br /&gt;
&lt;br /&gt;
Problems/Comments in Part 1:&lt;br /&gt;
1) I had to run sudo dpkg-reconfigure krb5-kdc before starting up the KDC and admin server with /etc/init.d/krb5-admin-server start and /etc/init.d/krb5-kdc start. The answers to the questions in order were: Yes to Create Kerberos KDC configuration automatically, Disable Kerberos v4 compatibility mode, No to run a ticket conversion daemon, and No to purging data when krb5-kdc package is removed. See also #3.&lt;br /&gt;
2) There&#039;s a significant problem in the example krb5.conf posted above that took me ages to figure out. There&#039;s actually an equals sign missing after the default_realm parameter.&lt;br /&gt;
3) I also had to set up the database (by running kdb5_util, as well as everything in the Setting up the database section) before starting the KDC and admin server.&lt;br /&gt;
4) In Ubuntu, libsasl2-gssapi-mit is no longer available. It&#039;s replaced by libsasl2-modules-gssapi-mit. I executed the following: apt-get install libpam-krb5 libsasl2-dev libsasl2-modules-gssapi-mit libsasl2-modules&lt;br /&gt;
5) I was not able to login as a principal I just added, even with the PAM configuration correct (under the Testing section). I had to get LDAP up and running first.&lt;br /&gt;
&lt;br /&gt;
(continued in Part 2)</description>
		<content:encoded><![CDATA[<p>While following this article (and Part Two), I finally managed to install Kerberos and OpenLDAP together. However, I ran into some problems with the howto posted here on the way. I&#8217;ve made an effort to describe how I fixed them as well as I can, and I hope it helps others attempting to do the same thing. I installed this on Ubuntu 8.04, and some of the corrections come from a partially finished guide at <a href="https://help.ubuntu.com/community/SingleSignOn" rel="nofollow">https://help.ubuntu.com/community/SingleSignOn</a>. However, if I&#8217;ve inadvertently made any mistakes in these comments, please post that as well so others won&#8217;t be misled.</p>
<p>Problems/Comments in Part 1:<br />
1) I had to run sudo dpkg-reconfigure krb5-kdc before starting up the KDC and admin server with /etc/init.d/krb5-admin-server start and /etc/init.d/krb5-kdc start. The answers to the questions in order were: Yes to Create Kerberos KDC configuration automatically, Disable Kerberos v4 compatibility mode, No to run a ticket conversion daemon, and No to purging data when krb5-kdc package is removed. See also #3.<br />
2) There&#8217;s a significant problem in the example krb5.conf posted above that took me ages to figure out. There&#8217;s actually an equals sign missing after the default_realm parameter.<br />
3) I also had to set up the database (by running kdb5_util, as well as everything in the Setting up the database section) before starting the KDC and admin server.<br />
4) In Ubuntu, libsasl2-gssapi-mit is no longer available. It&#8217;s replaced by libsasl2-modules-gssapi-mit. I executed the following: apt-get install libpam-krb5 libsasl2-dev libsasl2-modules-gssapi-mit libsasl2-modules<br />
5) I was not able to login as a principal I just added, even with the PAM configuration correct (under the Testing section). I had to get LDAP up and running first.</p>
<p>(continued in Part 2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwilleke</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4976</link>
		<dc:creator>jwilleke</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4976</guid>
		<description>Please explain your statement: &quot;...Kerberos is a massive security increase over LDAP authentication.&quot;&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
-jim</description>
		<content:encoded><![CDATA[<p>Please explain your statement: &#8220;&#8230;Kerberos is a massive security increase over LDAP authentication.&#8221;</p>
<p>Thanks<br />
-jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbmethods</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4977</link>
		<dc:creator>dbmethods</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4977</guid>
		<description>I hope this can be more clear such as from start up.&lt;br /&gt;
Showing&lt;br /&gt;
&lt;br /&gt;
$ hostname&lt;br /&gt;
&lt;br /&gt;
$ ping or Kerberos utlilites&lt;br /&gt;
&lt;br /&gt;
$ dnsdomainname&lt;br /&gt;
&lt;br /&gt;
And how to set this up with MySQL to have single sign on on 2 nodes?&lt;br /&gt;
If I get errors, how to trace them and fix that.</description>
		<content:encoded><![CDATA[<p>I hope this can be more clear such as from start up.<br />
Showing</p>
<p>$ hostname</p>
<p>$ ping or Kerberos utlilites</p>
<p>$ dnsdomainname</p>
<p>And how to set this up with MySQL to have single sign on on 2 nodes?<br />
If I get errors, how to trace them and fix that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: opc0d3</title>
		<link>http://www.linux-mag.com/id/4738/#comment-4978</link>
		<dc:creator>opc0d3</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/4738/#comment-4978</guid>
		<description>Nice article</description>
		<content:encoded><![CDATA[<p>Nice article</p>
]]></content:encoded>
	</item>
</channel>
</rss>

