<?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: Active Directory Integration Index</title>
	<atom:link href="http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Sun, 14 Mar 2010 08:23:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kathy</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-44347</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Wed, 29 Apr 2009 19:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-44347</guid>
		<description>1.	Hi
I have server running Red Hat Enterprise Linux ES release 4 (Nahant Update 6). we have ldap configured on it, here is several problems that we have encountered and i’m wondering if anyone else has seen them:
1. doing the following causes segmentation fault.
#getent -s ‘dns ldap’ passwd
Segmentation fault
2. using sudo gets the followign error:
#sudo getent passwd
Password:
sudo: ../../../libraries/liblber/sockbuf.c:90: ber_sockbuf_ctrl: Assertion `sb != ((void *)0)’ failed.
Aborted
any comments is appreciated.
regards,
Kathy</description>
		<content:encoded><![CDATA[<p>1.	Hi<br />
I have server running Red Hat Enterprise Linux ES release 4 (Nahant Update 6). we have ldap configured on it, here is several problems that we have encountered and i’m wondering if anyone else has seen them:<br />
1. doing the following causes segmentation fault.<br />
#getent -s ‘dns ldap’ passwd<br />
Segmentation fault<br />
2. using sudo gets the followign error:<br />
#sudo getent passwd<br />
Password:<br />
sudo: ../../../libraries/liblber/sockbuf.c:90: ber_sockbuf_ctrl: Assertion `sb != ((void *)0)’ failed.<br />
Aborted<br />
any comments is appreciated.<br />
regards,<br />
Kathy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juna</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-41132</link>
		<dc:creator>juna</dc:creator>
		<pubDate>Thu, 04 Sep 2008 00:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-41132</guid>
		<description>hi i need setup activity directory via pam aix 5.2 any idea? tks</description>
		<content:encoded><![CDATA[<p>hi i need setup activity directory via pam aix 5.2 any idea? tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-40755</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-40755</guid>
		<description>I previously had an apache server configured to authenticate against AD using a service account.  Everything worked fine, until the primary DC tanked one day.  The failover did not work and when the primary DC was brought up, the ldap auth did not work any more.  Upon investigation, the SPN (as viewed in adsiedit.msc had duplicate entries, so I deleted them, thinking that ktpass would regenerate the mapping.  HOWEVER:

ktpass.exe -princ boxname.domain.com@DOMAIN.COM -mapus
er service.svc -crypto des-cbc-md5 +DesOnly -pass password -kvno 19 -ptype KRB5_NT_PRINCIPAL -out keytab.keytab
Targeting domain controller: domaincontroller.domain.com
Failed to set property "servicePrincipalName" to "boxname.domain.com" on Dn "CN=service.svc,OU=ServiceAccounts,D
C=Domain1,DC=Domain2,DC=com": 0x13.
WARNING: Unable to set SPN mapping data.
  If service.svc already has an SPN mapping installed for  boxname.domain.com, this is no cause for concern.
Key created.
Output keytab to keytab.keytab:
Keytab version: 0x502
keysize 75 boxname.domain.com@DOMAIN.COM ptype 1 (KRB5_NT_PRINCIPAL) vno 19 etype 0x3 (DES-CBC-MD5)
keylength 8 (0x19624394c2434fb5)
Account service.svc has been set for DES-only encryption.

so, question:  what is my best course of action from this point?

thanks</description>
		<content:encoded><![CDATA[<p>I previously had an apache server configured to authenticate against AD using a service account.  Everything worked fine, until the primary DC tanked one day.  The failover did not work and when the primary DC was brought up, the ldap auth did not work any more.  Upon investigation, the SPN (as viewed in adsiedit.msc had duplicate entries, so I deleted them, thinking that ktpass would regenerate the mapping.  HOWEVER:</p>
<p>ktpass.exe -princ <a href="mailto:boxname.domain.com@DOMAIN.COM">boxname.domain.com@DOMAIN.COM</a> -mapus<br />
er service.svc -crypto des-cbc-md5 +DesOnly -pass password -kvno 19 -ptype KRB5_NT_PRINCIPAL -out keytab.keytab<br />
Targeting domain controller: domaincontroller.domain.com<br />
Failed to set property &#8220;servicePrincipalName&#8221; to &#8220;boxname.domain.com&#8221; on Dn &#8220;CN=service.svc,OU=ServiceAccounts,D<br />
C=Domain1,DC=Domain2,DC=com&#8221;: 0&#215;13.<br />
WARNING: Unable to set SPN mapping data.<br />
  If service.svc already has an SPN mapping installed for  boxname.domain.com, this is no cause for concern.<br />
Key created.<br />
Output keytab to keytab.keytab:<br />
Keytab version: 0&#215;502<br />
keysize 75 <a href="mailto:boxname.domain.com@DOMAIN.COM">boxname.domain.com@DOMAIN.COM</a> ptype 1 (KRB5_NT_PRINCIPAL) vno 19 etype 0&#215;3 (DES-CBC-MD5)<br />
keylength 8 (0&#215;19624394c2434fb5)<br />
Account service.svc has been set for DES-only encryption.</p>
<p>so, question:  what is my best course of action from this point?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-33991</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Fri, 02 Nov 2007 00:34:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-33991</guid>
		<description>MSB,

I haven't run into any situations in which an ordinary user (UNIX-enabled or not) can't be used as the proxy account for nss_ldap to lookup attributes.  Then again, I haven't done any testing on SBS, so it's entirely possible that the permissions on the attributes is different.  You might try granting the permission to read the UNIX attributes to your proxy account to see if that helps at all.  Good luck, and keep us posted!</description>
		<content:encoded><![CDATA[<p>MSB,</p>
<p>I haven&#8217;t run into any situations in which an ordinary user (UNIX-enabled or not) can&#8217;t be used as the proxy account for nss_ldap to lookup attributes.  Then again, I haven&#8217;t done any testing on SBS, so it&#8217;s entirely possible that the permissions on the attributes is different.  You might try granting the permission to read the UNIX attributes to your proxy account to see if that helps at all.  Good luck, and keep us posted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: msb</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-33952</link>
		<dc:creator>msb</dc:creator>
		<pubDate>Tue, 30 Oct 2007 21:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-33952</guid>
		<description>We're having some real goofy experiences with the Unix Identity Management components of R2 within our network...

Situation: we're running an SBS 2003 R2 domain with a member server (also a DC) that is Server 2003 x64 R2.  The member server has Unix Id Management installed on it.  Also installed on the primary DC (ie: SBS server) is the IDMU.EXE as described in ( http://support.microsoft.com/kb/921913 ) to ensure all the properties tabs are there (they are).

When we query the 2003 ldap database for unix attributes, they can only be seen if the user whose attributes we want to access is the one accessing LDAP, for example on the â€œUnix Attributesâ€ tab we have setup information for home directories, uid, etcâ€¦ on a user called test.  If we use a LDAP browser and bind using the test user we can see the attributes, but if we bind using a generic user (as anticipated in just about every how-to we've come across), the unix attributes cannot be seen.

All of the recommendations for accessing unix attributes through LDAP, create a proxy user to access the attributes for authorization purposes, but if this proxy user cannot see the attributes, then obviously something is not working.

Any insight on how the permissions are supposed to be setup within AD to ensure LDAP bindings are successful??

Thanks!</description>
		<content:encoded><![CDATA[<p>We&#8217;re having some real goofy experiences with the Unix Identity Management components of R2 within our network&#8230;</p>
<p>Situation: we&#8217;re running an SBS 2003 R2 domain with a member server (also a DC) that is Server 2003 x64 R2.  The member server has Unix Id Management installed on it.  Also installed on the primary DC (ie: SBS server) is the IDMU.EXE as described in ( <a href="http://support.microsoft.com/kb/921913" rel="nofollow">http://support.microsoft.com/kb/921913</a> ) to ensure all the properties tabs are there (they are).</p>
<p>When we query the 2003 ldap database for unix attributes, they can only be seen if the user whose attributes we want to access is the one accessing LDAP, for example on the â€œUnix Attributesâ€ tab we have setup information for home directories, uid, etcâ€¦ on a user called test.  If we use a LDAP browser and bind using the test user we can see the attributes, but if we bind using a generic user (as anticipated in just about every how-to we&#8217;ve come across), the unix attributes cannot be seen.</p>
<p>All of the recommendations for accessing unix attributes through LDAP, create a proxy user to access the attributes for authorization purposes, but if this proxy user cannot see the attributes, then obviously something is not working.</p>
<p>Any insight on how the permissions are supposed to be setup within AD to ensure LDAP bindings are successful??</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-32465</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Tue, 19 Jun 2007 19:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-32465</guid>
		<description>Suresh,

A quick Google search should give you plenty of information on using BIND as your DNS for Active Directory.  I personally haven't had the opportunity to do it, so I can't share any information with you.  Likewise, a perusal of the Cisco web site or a Google search should turn up plenty of information on using RADIUS to handle PIX authentication.  You can also refer to my article on PIX VPN integration with Active Directory (link above).</description>
		<content:encoded><![CDATA[<p>Suresh,</p>
<p>A quick Google search should give you plenty of information on using BIND as your DNS for Active Directory.  I personally haven&#8217;t had the opportunity to do it, so I can&#8217;t share any information with you.  Likewise, a perusal of the Cisco web site or a Google search should turn up plenty of information on using RADIUS to handle PIX authentication.  You can also refer to my article on PIX VPN integration with Active Directory (link above).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-32464</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Tue, 19 Jun 2007 18:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-32464</guid>
		<description>I am looking for a setup as follow:

DNS - Runs on Linux
ADS - Windows 2000 or Windows 2003 - Pointing to Linux DNS (BIND 9)
Radius Authentication for Admins to access PIX and other network resources including Servers

- Could you please, guide me, if you have any resources.

Many thanks,

Suresh</description>
		<content:encoded><![CDATA[<p>I am looking for a setup as follow:</p>
<p>DNS - Runs on Linux<br />
ADS - Windows 2000 or Windows 2003 - Pointing to Linux DNS (BIND 9)<br />
Radius Authentication for Admins to access PIX and other network resources including Servers</p>
<p>- Could you please, guide me, if you have any resources.</p>
<p>Many thanks,</p>
<p>Suresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Batey</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-31908</link>
		<dc:creator>Rob Batey</dc:creator>
		<pubDate>Tue, 17 Apr 2007 20:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-31908</guid>
		<description>Wondering if anyone has run across either articles on integrating AD with a java app server (such as BEA's WebLogic Server) via SPNEGO, or articles troubleshooting AD to non-MS application servers. I've got most of it worked out, but having issues with certain user IDs in AD not authenticating properly, even from the same client machine.

Thanks!
Rob</description>
		<content:encoded><![CDATA[<p>Wondering if anyone has run across either articles on integrating AD with a java app server (such as BEA&#8217;s WebLogic Server) via SPNEGO, or articles troubleshooting AD to non-MS application servers. I&#8217;ve got most of it worked out, but having issues with certain user IDs in AD not authenticating properly, even from the same client machine.</p>
<p>Thanks!<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linux/Solaris - Active Directory Integration - Oracle OTM / G-Log GC3 Community Forums</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-26492</link>
		<dc:creator>Linux/Solaris - Active Directory Integration - Oracle OTM / G-Log GC3 Community Forums</dc:creator>
		<pubDate>Fri, 16 Feb 2007 14:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-26492</guid>
		<description>[...] Linux/Solaris - Active Directory Integration   Hello!  While setting up servers for a hosted environment, I ran across a blog by Scott Lowe which has some fantastic information on integrating Linux and Solaris with Microsoft's Active Directory for a single source of user authentication. In other words, a username and password repository so I don't have to remember (or change) passwords on hundreds of servers. If you're interested, he has an index of the AD related articles at:blog.scottlowe.org » Blog Archive » Active Directory Integration IndexIn addition, these are the articles that I found most helpful:blog.scottlowe.org » Blog Archive » Linux-AD Integration, Version 4blog.scottlowe.org » Blog Archive » Complete Linux-AD Authentication Detailsblog.scottlowe.org » Blog Archive » Refined Solaris 10-AD Integration InstructionsI'm eagerly awaiting the next revision of his Solaris - AD integration post, as we maintain a minority of Solaris servers in addition to the Linux servers.  I hope this helps!  --Chris  __________________ Thank you!  Chris Plough MavenWire Consultants www.mavenwire.com [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux/Solaris - Active Directory Integration   Hello!  While setting up servers for a hosted environment, I ran across a blog by Scott Lowe which has some fantastic information on integrating Linux and Solaris with Microsoft&#8217;s Active Directory for a single source of user authentication. In other words, a username and password repository so I don&#8217;t have to remember (or change) passwords on hundreds of servers. If you&#8217;re interested, he has an index of the AD related articles at:blog.scottlowe.org » Blog Archive » Active Directory Integration IndexIn addition, these are the articles that I found most helpful:blog.scottlowe.org » Blog Archive » Linux-AD Integration, Version 4blog.scottlowe.org » Blog Archive » Complete Linux-AD Authentication Detailsblog.scottlowe.org » Blog Archive » Refined Solaris 10-AD Integration InstructionsI&#8217;m eagerly awaiting the next revision of his Solaris - AD integration post, as we maintain a minority of Solaris servers in addition to the Linux servers.  I hope this helps!  &#8211;Chris  __________________ Thank you!  Chris Plough MavenWire Consultants <a href="http://www.mavenwire.com" rel="nofollow">http://www.mavenwire.com</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim Pushkin</title>
		<link>http://blog.scottlowe.org/2007/01/15/active-directory-integration-index/comment-page-1/#comment-21787</link>
		<dc:creator>Vadim Pushkin</dc:creator>
		<pubDate>Wed, 31 Jan 2007 21:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=401#comment-21787</guid>
		<description>Scott;

I currently use NIS and I need to get my Solaris 8, 9 &amp;10 machines to use AD for at least passwd, netgroup, group and my various automounter maps.  At some point I would like to integrate my entire set of NIS maps, but the ones mentioned above are the most important.  

I've seen, but have not tested, articles on setting up Solaris 9 and 10, but none for 8.  My understanding of how PAM works is very limited, and I understand that PAM would play a major role here.  

Can you, or someone else reading this, recommend what steps and software I would need to do this?  Ideally, I would be talking to my AD server in using either SSL or like crypto solution.

Many thanks,

.vp

PS:  I've looked at winbind and found that it would not work for ssh auth.</description>
		<content:encoded><![CDATA[<p>Scott;</p>
<p>I currently use NIS and I need to get my Solaris 8, 9 &amp;10 machines to use AD for at least passwd, netgroup, group and my various automounter maps.  At some point I would like to integrate my entire set of NIS maps, but the ones mentioned above are the most important.  </p>
<p>I&#8217;ve seen, but have not tested, articles on setting up Solaris 9 and 10, but none for 8.  My understanding of how PAM works is very limited, and I understand that PAM would play a major role here.  </p>
<p>Can you, or someone else reading this, recommend what steps and software I would need to do this?  Ideally, I would be talking to my AD server in using either SSL or like crypto solution.</p>
<p>Many thanks,</p>
<p>.vp</p>
<p>PS:  I&#8217;ve looked at winbind and found that it would not work for ssh auth.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
