<?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: SLED Integration into Active Directory</title>
	<atom:link href="http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Tue, 09 Mar 2010 22:15:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Planet Malaysia</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-40647</link>
		<dc:creator>Planet Malaysia</dc:creator>
		<pubDate>Fri, 15 Aug 2008 08:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-40647</guid>
		<description>If you're looking for SLES9, probably you can check here:
http://www.planetmy.com/blog/how-to-authenticate-to-active-directory-on-suse-linux-9/</description>
		<content:encoded><![CDATA[<p>If you&#8217;re looking for SLES9, probably you can check here:<br />
<a href="http://www.planetmy.com/blog/how-to-authenticate-to-active-directory-on-suse-linux-9/" rel="nofollow">http://www.planetmy.com/blog/how-to-authenticate-to-active-directory-on-suse-linux-9/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Courtney</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-37331</link>
		<dc:creator>Courtney</dc:creator>
		<pubDate>Fri, 02 May 2008 20:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-37331</guid>
		<description>While I have managed to get this solution to work with SLES 10, it takes between 20-30 seconds to log in with a domain account.  Using network monitor on my domain controller I've narrowed this down to a problem with kerberos.  The trace shows that within a fraction of a second there is a KRB_ERROR.  Exactly 10 seconds later there is another kerberos query, but it appears to succeed.  There is no activity for another 10 seconds, and then the authentication succeeds a few seconds later.  There are no errors in syslog on the Linux server, and the log files specified in the krb5.conf file are empty.

Has anyone else seen a problem similar to this?  My krb5.conf file is identical to the one in this article (with the domain names changed of course).</description>
		<content:encoded><![CDATA[<p>While I have managed to get this solution to work with SLES 10, it takes between 20-30 seconds to log in with a domain account.  Using network monitor on my domain controller I&#8217;ve narrowed this down to a problem with kerberos.  The trace shows that within a fraction of a second there is a KRB_ERROR.  Exactly 10 seconds later there is another kerberos query, but it appears to succeed.  There is no activity for another 10 seconds, and then the authentication succeeds a few seconds later.  There are no errors in syslog on the Linux server, and the log files specified in the krb5.conf file are empty.</p>
<p>Has anyone else seen a problem similar to this?  My krb5.conf file is identical to the one in this article (with the domain names changed of course).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-36380</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Tue, 18 Mar 2008 15:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-36380</guid>
		<description>Hi!

I configured my linux box (openSuSE 10.2) as described in this article and nearly all works perfect. AD users can login into KDE as well as root can. 
Both can login remotely with SSH too. AD users get their home directory mounted with pam_mount from windows file server per nfs. So far it's perfect.

But: no one can login into console or when linux box is in runlevel 3. Can someone approve this please?

My /etc/pam.d/common-*-pc files look as follows:

account sufficient pam_krb5.so   
account required   pam_unix2.so    
auth	optional   pam_mount.so    
auth    required   pam_env.so      
auth    sufficient pam_krb5.so     
auth    required   pam_unix2.so    
password required   pam_pwcheck.so nullok  
password sufficient pam_winbind.so          
password required   pam_unix2.so nullok use_first_pass use_authtok 
session optional   pam_mount.so    
session required   pam_limits.so
session required   pam_unix2.so    
session optional   pam_umask.so

BTW: without the line â€œpassword sufficient pam_winbind.soâ€ it was not possible to change user password when expired because the cursor is jumping between two password fields.

Regards,
Sven</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I configured my linux box (openSuSE 10.2) as described in this article and nearly all works perfect. AD users can login into KDE as well as root can.<br />
Both can login remotely with SSH too. AD users get their home directory mounted with pam_mount from windows file server per nfs. So far it&#8217;s perfect.</p>
<p>But: no one can login into console or when linux box is in runlevel 3. Can someone approve this please?</p>
<p>My /etc/pam.d/common-*-pc files look as follows:</p>
<p>account sufficient pam_krb5.so<br />
account required   pam_unix2.so<br />
auth	optional   pam_mount.so<br />
auth    required   pam_env.so<br />
auth    sufficient pam_krb5.so<br />
auth    required   pam_unix2.so<br />
password required   pam_pwcheck.so nullok<br />
password sufficient pam_winbind.so<br />
password required   pam_unix2.so nullok use_first_pass use_authtok<br />
session optional   pam_mount.so<br />
session required   pam_limits.so<br />
session required   pam_unix2.so<br />
session optional   pam_umask.so</p>
<p>BTW: without the line â€œpassword sufficient pam_winbind.soâ€ it was not possible to change user password when expired because the cursor is jumping between two password fields.</p>
<p>Regards,<br />
Sven</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars MÃ¼ller</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-36068</link>
		<dc:creator>Lars MÃ¼ller</dc:creator>
		<pubDate>Mon, 10 Mar 2008 12:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-36068</guid>
		<description>The configuration (Samba, krb5, NSS) created by YaST is kerberized.  Therefore authentication is possible as soon as the Domain Controller is available.  And after a first login to Microsoft's (MS) Active Directory (AD) environment even off line use is possible.

By intention the SUSE Linux solution doesn't require any modification to MS AD.  It's aimed to be a drop in replacement.

In addition it's still possible to change the configuration without any conflict to YaST.

Check http://suse.de/~lmuelle with a link to a white paper.</description>
		<content:encoded><![CDATA[<p>The configuration (Samba, krb5, NSS) created by YaST is kerberized.  Therefore authentication is possible as soon as the Domain Controller is available.  And after a first login to Microsoft&#8217;s (MS) Active Directory (AD) environment even off line use is possible.</p>
<p>By intention the SUSE Linux solution doesn&#8217;t require any modification to MS AD.  It&#8217;s aimed to be a drop in replacement.</p>
<p>In addition it&#8217;s still possible to change the configuration without any conflict to YaST.</p>
<p>Check <a href="http://suse.de/~lmuelle" rel="nofollow">http://suse.de/~lmuelle</a> with a link to a white paper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-34658</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 14 Dec 2007 13:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-34658</guid>
		<description>The yast2 approach only maps AD users to Unix accounts on the local machine, it's no true single sign on solution. 

In contrary, this solution stores Unix UIDs in Active Directory, you have network-wide authentication.</description>
		<content:encoded><![CDATA[<p>The yast2 approach only maps AD users to Unix accounts on the local machine, it&#8217;s no true single sign on solution. </p>
<p>In contrary, this solution stores Unix UIDs in Active Directory, you have network-wide authentication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Knust</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-34373</link>
		<dc:creator>Benjamin Knust</dc:creator>
		<pubDate>Tue, 27 Nov 2007 11:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-34373</guid>
		<description>Hi nice blog !

I would like to pick up Adams and Nachos question ?
Can anyone tell where  benefits are and especially 
Adams question "how this approach compares to the yast2 module" ?

Greetz

ps. I saw the date anyway :-)</description>
		<content:encoded><![CDATA[<p>Hi nice blog !</p>
<p>I would like to pick up Adams and Nachos question ?<br />
Can anyone tell where  benefits are and especially<br />
Adams question &#8220;how this approach compares to the yast2 module&#8221; ?</p>
<p>Greetz</p>
<p>ps. I saw the date anyway <img src='http://blog.scottlowe.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Spiers</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-33809</link>
		<dc:creator>Adam Spiers</dc:creator>
		<pubDate>Fri, 19 Oct 2007 18:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-33809</guid>
		<description>I would also love to know how this approach compares to the yast2 module for AD integration which is built into SLED10.  From my limited experience they do pretty much the same thing, but the yast2 module just requires filling in a few boxes and clicking the mouse a few times.</description>
		<content:encoded><![CDATA[<p>I would also love to know how this approach compares to the yast2 module for AD integration which is built into SLED10.  From my limited experience they do pretty much the same thing, but the yast2 module just requires filling in a few boxes and clicking the mouse a few times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-33475</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Mon, 24 Sep 2007 11:09:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-33475</guid>
		<description>Jeff,

Actually, the Novell Cool Solutions article was also submitted by Shannon VanWagner (the same reader to which I attributed the instructions in this article; see the first sentence).  This article was published on 3/22/07; the Novell Cool Solutions article was published on 4/4/07.  So it would appear that this article is NOT a "copy and paste" from another site.

Thanks for reading!</description>
		<content:encoded><![CDATA[<p>Jeff,</p>
<p>Actually, the Novell Cool Solutions article was also submitted by Shannon VanWagner (the same reader to which I attributed the instructions in this article; see the first sentence).  This article was published on 3/22/07; the Novell Cool Solutions article was published on 4/4/07.  So it would appear that this article is NOT a &#8220;copy and paste&#8221; from another site.</p>
<p>Thanks for reading!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-33473</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 24 Sep 2007 07:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-33473</guid>
		<description>Copy and Paste from :
http://www.novell.com/coolsolutions/feature/18851.html</description>
		<content:encoded><![CDATA[<p>Copy and Paste from :<br />
<a href="http://www.novell.com/coolsolutions/feature/18851.html" rel="nofollow">http://www.novell.com/coolsolutions/feature/18851.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/comment-page-1/#comment-33383</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Mon, 17 Sep 2007 10:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/03/22/sled-integration-into-active-directory/#comment-33383</guid>
		<description>Hi, SLED 10 already comes with AD authentication, are there any improvements using this method?
Regards</description>
		<content:encoded><![CDATA[<p>Hi, SLED 10 already comes with AD authentication, are there any improvements using this method?<br />
Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>
