<?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: Solaris 10 and Active Directory Integration</title>
	<atom:link href="http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:13:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-2/#comment-52637</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 04 Feb 2012 17:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-52637</guid>
		<description>Thanks for a great post. I&#039;m currently setting up a Linux/win7 lan under a Samba 4 PDCand have used much of the stuff you mention here.
http://linuxcostablanca.blogspot.com/p/samba-4.html
It addresses some of the problems mentioned here and suggests alternatives which may also work with AD/Linux.
Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for a great post. I&#8217;m currently setting up a Linux/win7 lan under a Samba 4 PDCand have used much of the stuff you mention here.<br />
<a href="http://linuxcostablanca.blogspot.com/p/samba-4.html" rel="nofollow">http://linuxcostablanca.blogspot.com/p/samba-4.html</a><br />
It addresses some of the problems mentioned here and suggests alternatives which may also work with AD/Linux.<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert Kwok</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-2/#comment-52605</link>
		<dc:creator>Albert Kwok</dc:creator>
		<pubDate>Wed, 01 Feb 2012 01:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-52605</guid>
		<description>Did you ever try to configure Solaris 10 as NIS client to Win 08 R2 AD NIS server? I saw you other post at http://www.seedsofgenius.net/solaris/solaris-authentication-login-with-active-directory but don&#039;t understand why we need to configure LDAP in additional to NIS.</description>
		<content:encoded><![CDATA[<p>Did you ever try to configure Solaris 10 as NIS client to Win 08 R2 AD NIS server? I saw you other post at <a href="http://www.seedsofgenius.net/solaris/solaris-authentication-login-with-active-directory" rel="nofollow">http://www.seedsofgenius.net/solaris/solaris-authentication-login-with-active-directory</a> but don&#8217;t understand why we need to configure LDAP in additional to NIS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Jester</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-2/#comment-52545</link>
		<dc:creator>Brian Jester</dc:creator>
		<pubDate>Fri, 20 Jan 2012 22:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-52545</guid>
		<description>I found a mistake in our /var/ldap/ldap_client_file, I had:

     group:posixAccount=group

And it should have read:

     group:posixGroup=group

Once I made the change, I could query groups.</description>
		<content:encoded><![CDATA[<p>I found a mistake in our /var/ldap/ldap_client_file, I had:</p>
<p>     group:posixAccount=group</p>
<p>And it should have read:</p>
<p>     group:posixGroup=group</p>
<p>Once I made the change, I could query groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Jester</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-2/#comment-52538</link>
		<dc:creator>Brian Jester</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-52538</guid>
		<description>Our Solaris 10 clients are using Windows 2008 R2 Active Directory for authentication (Kerberos) and (attempting) authorization (LDAP), but the LDAP part is erroring out.  Here&#039;s the sequence of events:

On Solaris 10 client:

     ldaplist passwd \*

-Works correctly, and lists all users from Windows 2008 R2 Active Directory

However, when I do the same command for groups, it errors out:

     ldaplist group \*

-Errors out with:

     ldaplist: Object not found

The AD groups for UNIX I&#039;ve chosen the NIS domain on the UNIX Attributes tab, just like I did with AD UNIX users.

Other commands that do work between Solaris 10 and Win 2008 R2 AD:

     kinit 
     klist 
     klist -k
     ldapsearch -h  -D cn=proxy,cn=users,dc=mydomain,dc=com -w  -b dc=mydomain,dc=com -s sub &#039;(cn=tst*)&#039;
     ldapsearch -h  -s base -b &quot;&quot; &quot;(objectclass=*)&quot;

The ldapsearch will actually list my groups (my groups are named tstgrp1, tstgrp2, tstgrp3, tstgrp4), but I think this works because it&#039;s searching for the Common Name (CN) tst*, and not for a type of object (group).

These commands do not work as expected:

     getent passwd

-This only shows local UNIX users

     getent group

-This only shows local UNIX users

The /etc/nsswitch.conf is set up for:

     passwd: files ldap [TRYAGAIN=continue]
     group: files ldap [TRYAGAIN=continue]
     hosts: files dns

My references are:
&quot;Windows Security and Directory Services for UNIX v1.0&quot;, Microsoft
     http://technet.microsoft.com/en-us/library/bb496504.aspx
&quot;Authenticating UNIX/Linux to Windows 2008R2. Part 1 : Set up Windows&quot;
&quot;Authenticating UNIX/Linux to Windows 2008R2. Part 2 : Solaris 10&quot;
     http://osdude.wordpress.com/2011/08/

Systems:
     Solaris 10 (sparc)
     Windows 2008 R2 with Identity Management for UNIX Role added.</description>
		<content:encoded><![CDATA[<p>Our Solaris 10 clients are using Windows 2008 R2 Active Directory for authentication (Kerberos) and (attempting) authorization (LDAP), but the LDAP part is erroring out.  Here&#8217;s the sequence of events:</p>
<p>On Solaris 10 client:</p>
<p>     ldaplist passwd \*</p>
<p>-Works correctly, and lists all users from Windows 2008 R2 Active Directory</p>
<p>However, when I do the same command for groups, it errors out:</p>
<p>     ldaplist group \*</p>
<p>-Errors out with:</p>
<p>     ldaplist: Object not found</p>
<p>The AD groups for UNIX I&#8217;ve chosen the NIS domain on the UNIX Attributes tab, just like I did with AD UNIX users.</p>
<p>Other commands that do work between Solaris 10 and Win 2008 R2 AD:</p>
<p>     kinit<br />
     klist<br />
     klist -k<br />
     ldapsearch -h  -D cn=proxy,cn=users,dc=mydomain,dc=com -w  -b dc=mydomain,dc=com -s sub &#8216;(cn=tst*)&#8217;<br />
     ldapsearch -h  -s base -b &#8220;&#8221; &#8220;(objectclass=*)&#8221;</p>
<p>The ldapsearch will actually list my groups (my groups are named tstgrp1, tstgrp2, tstgrp3, tstgrp4), but I think this works because it&#8217;s searching for the Common Name (CN) tst*, and not for a type of object (group).</p>
<p>These commands do not work as expected:</p>
<p>     getent passwd</p>
<p>-This only shows local UNIX users</p>
<p>     getent group</p>
<p>-This only shows local UNIX users</p>
<p>The /etc/nsswitch.conf is set up for:</p>
<p>     passwd: files ldap [TRYAGAIN=continue]<br />
     group: files ldap [TRYAGAIN=continue]<br />
     hosts: files dns</p>
<p>My references are:<br />
&#8220;Windows Security and Directory Services for UNIX v1.0&#8243;, Microsoft<br />
     <a href="http://technet.microsoft.com/en-us/library/bb496504.aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/bb496504.aspx</a><br />
&#8220;Authenticating UNIX/Linux to Windows 2008R2. Part 1 : Set up Windows&#8221;<br />
&#8220;Authenticating UNIX/Linux to Windows 2008R2. Part 2 : Solaris 10&#8243;<br />
     <a href="http://osdude.wordpress.com/2011/08/" rel="nofollow">http://osdude.wordpress.com/2011/08/</a></p>
<p>Systems:<br />
     Solaris 10 (sparc)<br />
     Windows 2008 R2 with Identity Management for UNIX Role added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Hitchcock</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-50464</link>
		<dc:creator>Greg Hitchcock</dc:creator>
		<pubDate>Thu, 24 Mar 2011 11:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-50464</guid>
		<description>Hi Scott

Thanks for a great blog it&#039;s helped clarify things a lot for me.

Is there any way you know to integrate the solaris /etc/user_attr file into Windows 2008 AD ?</description>
		<content:encoded><![CDATA[<p>Hi Scott</p>
<p>Thanks for a great blog it&#8217;s helped clarify things a lot for me.</p>
<p>Is there any way you know to integrate the solaris /etc/user_attr file into Windows 2008 AD ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Pablo Soto</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-49270</link>
		<dc:creator>Juan Pablo Soto</dc:creator>
		<pubDate>Fri, 01 Oct 2010 13:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-49270</guid>
		<description>Thank you so much for this detailed post. It&#039;s quite useful and it clears me a lot of things about AD integration with Solaris 10. 
In the end, I&#039;ve done the level of integration that I need using a third-party free product (LikeWise Open http://www.likewiseopen.org/ ). I&#039;m an IBM Rational ClearCase Administrator and using this product my users can view the network drives that the application use regardless which OS they&#039;re using and sharing a synchronized login. SSO it&#039;s the next step for us, but before to find an get LikeWise up and running this document was really useful for me and my team. 
Cheers and keep the good work.

Juan Pablo Soto
IBM Rational Consultant</description>
		<content:encoded><![CDATA[<p>Thank you so much for this detailed post. It&#8217;s quite useful and it clears me a lot of things about AD integration with Solaris 10.<br />
In the end, I&#8217;ve done the level of integration that I need using a third-party free product (LikeWise Open <a href="http://www.likewiseopen.org/" rel="nofollow">http://www.likewiseopen.org/</a> ). I&#8217;m an IBM Rational ClearCase Administrator and using this product my users can view the network drives that the application use regardless which OS they&#8217;re using and sharing a synchronized login. SSO it&#8217;s the next step for us, but before to find an get LikeWise up and running this document was really useful for me and my team.<br />
Cheers and keep the good work.</p>
<p>Juan Pablo Soto<br />
IBM Rational Consultant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernd Markgraf</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-47841</link>
		<dc:creator>Bernd Markgraf</dc:creator>
		<pubDate>Sun, 11 Apr 2010 21:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-47841</guid>
		<description>Excellent post, very helpful!
One thing I noticed on my clients running Solaris 10 10/09 is that getent cannot enumerate the users or groups and also finger username fails when I use the objectClassMap provided in your examples.
What works are logins with domainaccounts and also getent username finds the user.  Does that work on your setup as expected? 
If i leave out the objectclassmap and instead give the user the additional objectclass posixaccount everything works including finger and getting the user/group list with getent.</description>
		<content:encoded><![CDATA[<p>Excellent post, very helpful!<br />
One thing I noticed on my clients running Solaris 10 10/09 is that getent cannot enumerate the users or groups and also finger username fails when I use the objectClassMap provided in your examples.<br />
What works are logins with domainaccounts and also getent username finds the user.  Does that work on your setup as expected?<br />
If i leave out the objectclassmap and instead give the user the additional objectclass posixaccount everything works including finger and getting the user/group list with getent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohannad</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-47321</link>
		<dc:creator>Mohannad</dc:creator>
		<pubDate>Mon, 18 Jan 2010 10:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-47321</guid>
		<description>Dears,

I am a little bit confused, when to use the authentication bind account we created and when to use the user account (created for each host) in below command:

ldapclient manual \
-a credentialLevel=anonymous \
-a authenticationMethod=none \
-a defaultSearchBase=dc=example,dc=com \
-a domainName=example.com \
-a â€œdefaultServerList=172.16.1.10â€ \
-a attributeMap=group:userpassword=userPassword \
-a attributeMap=group:memberuid=memberUid \
-a attributeMap=group:gidnumber=gidNumber \
-a attributeMap=passwd:gecos=cn \
-a attributeMap=passwd:gidnumber=gidNumber \
-a attributeMap=passwd:uidnumber=uidNumber \
-a attributeMap=passwd:homedirectory=unixHomeDirectory \
-a attributeMap=passwd:loginshell=loginShell \
-a attributeMap=shadow:shadowflag=shadowFlag \
-a attributeMap=shadow:userpassword=userPassword \
-a objectClassMap=group:posixGroup=group \
-a objectClassMap=passwd:posixAccount=user \
-a objectClassMap=shadow:shadowAccount=user \
-a serviceSearchDescriptor=passwd:dc=example,dc=com?sub \
-a serviceSearchDescriptor=group:dc=example,dc=com?sub


please help</description>
		<content:encoded><![CDATA[<p>Dears,</p>
<p>I am a little bit confused, when to use the authentication bind account we created and when to use the user account (created for each host) in below command:</p>
<p>ldapclient manual \<br />
-a credentialLevel=anonymous \<br />
-a authenticationMethod=none \<br />
-a defaultSearchBase=dc=example,dc=com \<br />
-a domainName=example.com \<br />
-a â€œdefaultServerList=172.16.1.10â€ \<br />
-a attributeMap=group:userpassword=userPassword \<br />
-a attributeMap=group:memberuid=memberUid \<br />
-a attributeMap=group:gidnumber=gidNumber \<br />
-a attributeMap=passwd:gecos=cn \<br />
-a attributeMap=passwd:gidnumber=gidNumber \<br />
-a attributeMap=passwd:uidnumber=uidNumber \<br />
-a attributeMap=passwd:homedirectory=unixHomeDirectory \<br />
-a attributeMap=passwd:loginshell=loginShell \<br />
-a attributeMap=shadow:shadowflag=shadowFlag \<br />
-a attributeMap=shadow:userpassword=userPassword \<br />
-a objectClassMap=group:posixGroup=group \<br />
-a objectClassMap=passwd:posixAccount=user \<br />
-a objectClassMap=shadow:shadowAccount=user \<br />
-a serviceSearchDescriptor=passwd:dc=example,dc=com?sub \<br />
-a serviceSearchDescriptor=group:dc=example,dc=com?sub</p>
<p>please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RACH</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-46236</link>
		<dc:creator>RACH</dc:creator>
		<pubDate>Sun, 18 Oct 2009 00:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-46236</guid>
		<description>Hi i am looking for a process document or user guide how can integrate solares, 7, 8,9,10 to actie directory , In order to migrate all users to active directory
tx</description>
		<content:encoded><![CDATA[<p>Hi i am looking for a process document or user guide how can integrate solares, 7, 8,9,10 to actie directory , In order to migrate all users to active directory<br />
tx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalpeshkumar Patel</title>
		<link>http://blog.scottlowe.org/2006/08/15/solaris-10-and-active-directory-integration/comment-page-1/#comment-43860</link>
		<dc:creator>Kalpeshkumar Patel</dc:creator>
		<pubDate>Fri, 13 Mar 2009 20:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/?p=320#comment-43860</guid>
		<description>Hi,

I am trying to use NISnetgroup created in ADS through my solaris 10 ldapclient.

Basically I am trying to setup Solaris authentication using ldap client and windows ADS. (as replacement of NIS).

Please suggest good client configuration and configuration changes on ADS if any.

Without netgroups, I am able to authenticate users of ADS.

Any help will be a great help to me.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to use NISnetgroup created in ADS through my solaris 10 ldapclient.</p>
<p>Basically I am trying to setup Solaris authentication using ldap client and windows ADS. (as replacement of NIS).</p>
<p>Please suggest good client configuration and configuration changes on ADS if any.</p>
<p>Without netgroups, I am able to authenticate users of ADS.</p>
<p>Any help will be a great help to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

