<?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"
	>
<channel>
	<title>Comments on: Solaris 10-AD Integration, Version 3</title>
	<atom:link href="http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/</link>
	<description>The weblog of an IT pro specializing in virtualization, storage, and servers</description>
	<pubDate>Fri, 21 Nov 2008 06:37:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: vanpeer</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-42392</link>
		<dc:creator>vanpeer</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-42392</guid>
		<description>Hello, 

Some body know how to debug the pam_mkhomedir.so for Solaris? 

I followed this http://www.keutel.de/pam_mkhomedir/index.html to compile the pam_mkhomedir.so and the compilation is fine
I put this line into /etc/pam.conf :
other   session required        pam_mkhomedir.so.1 skel=/etc/skel umask=0022 debug

But nothing work. The user of openldap base can logon but no directory create. Is it normal ? How can i debug it ? 
Thanks by advance for you answer.</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Some body know how to debug the pam_mkhomedir.so for Solaris? </p>
<p>I followed this <a href="http://www.keutel.de/pam_mkhomedir/index.html" rel="nofollow">http://www.keutel.de/pam_mkhomedir/index.html</a> to compile the pam_mkhomedir.so and the compilation is fine<br />
I put this line into /etc/pam.conf :<br />
other   session required        pam_mkhomedir.so.1 skel=/etc/skel umask=0022 debug</p>
<p>But nothing work. The user of openldap base can logon but no directory create. Is it normal ? How can i debug it ?<br />
Thanks by advance for you answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Enblom</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-42260</link>
		<dc:creator>Henrik Enblom</dc:creator>
		<pubDate>Tue, 04 Nov 2008 09:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-42260</guid>
		<description>Tony,

I had the same problem - ForestDnsZones.xxxxx.xxx did not resolve. It seems I had forgotten to add the adequate 'dns' entries in 'nsswitch.conf' after running the 'ldapclient' utility...

------------------
hosts  files dns
------------------

//Henrik</description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>I had the same problem - ForestDnsZones.xxxxx.xxx did not resolve. It seems I had forgotten to add the adequate &#8216;dns&#8217; entries in &#8216;nsswitch.conf&#8217; after running the &#8216;ldapclient&#8217; utility&#8230;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
hosts  files dns<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>//Henrik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-41863</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-41863</guid>
		<description>Dstan,

The domain_realm section isn't about multiple AD domains, it's about multiple DNS domains, and mapping those DNS domains to the corresponding Kerberos realm (or AD domain). In the example configuration, systems from both the example.com and subdomain.example.com DNS domains will authenticate against the EXAMPLE.COM Kerberos realm (or AD domain). I haven't found a way to authenticate against multiple AD domains, although I'm sure there is a way.

Good luck!</description>
		<content:encoded><![CDATA[<p>Dstan,</p>
<p>The domain_realm section isn&#8217;t about multiple AD domains, it&#8217;s about multiple DNS domains, and mapping those DNS domains to the corresponding Kerberos realm (or AD domain). In the example configuration, systems from both the example.com and subdomain.example.com DNS domains will authenticate against the EXAMPLE.COM Kerberos realm (or AD domain). I haven&#8217;t found a way to authenticate against multiple AD domains, although I&#8217;m sure there is a way.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dstan</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-41862</link>
		<dc:creator>dstan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 12:11:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-41862</guid>
		<description>I am working on the same issue as Hayat - trying to authenticate members of multiple domains to the same UNIX server.  Of course we are having some issues, but we are still working through it and if we find a cmoplete solution I will post here again.  But my question is regarding your sample krb5.conf file.

You have multiple domains listed in the realms section
[domain_realm]
.example.com = EXAMPLE.COM
.subdomain.example.com = EXAMPLE.COM
Which would seem to indicate that both users from example.com and subdomain.example.com should be able to authenticate.  Is this the case in your testing, or were you testing strictly against a single domain structure?

I know in LDAP is we actually had UNIX hosts acting ad KDC's we can do cross realm authentication (both heirarchical and non) but as of yet, since the AD servers act as the KDC's and trust is setup within AD, we have not been able to find a definitive answer.

The only thing we can think of, and we will be trying today, is to create the machine in both domains and merge the keytabs so that the machine essentially exists in both domains.

Oh yes, of course we have to use the GC port (3268) and there was a specific patch level we had to be on for the follow referrers for the GC port to work, but that is as far as we have gotten so far.  Any ideas are welcome.

Thanks</description>
		<content:encoded><![CDATA[<p>I am working on the same issue as Hayat - trying to authenticate members of multiple domains to the same UNIX server.  Of course we are having some issues, but we are still working through it and if we find a cmoplete solution I will post here again.  But my question is regarding your sample krb5.conf file.</p>
<p>You have multiple domains listed in the realms section<br />
[domain_realm]<br />
.example.com = EXAMPLE.COM<br />
.subdomain.example.com = EXAMPLE.COM<br />
Which would seem to indicate that both users from example.com and subdomain.example.com should be able to authenticate.  Is this the case in your testing, or were you testing strictly against a single domain structure?</p>
<p>I know in LDAP is we actually had UNIX hosts acting ad KDC&#8217;s we can do cross realm authentication (both heirarchical and non) but as of yet, since the AD servers act as the KDC&#8217;s and trust is setup within AD, we have not been able to find a definitive answer.</p>
<p>The only thing we can think of, and we will be trying today, is to create the machine in both domains and merge the keytabs so that the machine essentially exists in both domains.</p>
<p>Oh yes, of course we have to use the GC port (3268) and there was a specific patch level we had to be on for the follow referrers for the GC port to work, but that is as far as we have gotten so far.  Any ideas are welcome.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40883</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Mon, 25 Aug 2008 16:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40883</guid>
		<description>Hayat,

AFAIK, you can't authenticate against multiple AD domains.</description>
		<content:encoded><![CDATA[<p>Hayat,</p>
<p>AFAIK, you can&#8217;t authenticate against multiple AD domains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayat</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40867</link>
		<dc:creator>Hayat</dc:creator>
		<pubDate>Sun, 24 Aug 2008 11:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40867</guid>
		<description>Thank you so much slowe,
it is working fine but i have one more question i have one parent domain and 4 child domain.my all parent dc users are working fine my question is how can add my all child domain nd how can assign the unix attributes for child and how can use remot NIS server as PDC please help.mean i need to authenticate all domain users (parnet domain,child domain users) throgh sun box1 using ldap if you have any sample EXample?any sugguation for that??
Thanks Again for great help
Regards
Hayat</description>
		<content:encoded><![CDATA[<p>Thank you so much slowe,<br />
it is working fine but i have one more question i have one parent domain and 4 child domain.my all parent dc users are working fine my question is how can add my all child domain nd how can assign the unix attributes for child and how can use remot NIS server as PDC please help.mean i need to authenticate all domain users (parnet domain,child domain users) throgh sun box1 using ldap if you have any sample EXample?any sugguation for that??<br />
Thanks Again for great help<br />
Regards<br />
Hayat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40844</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Fri, 22 Aug 2008 21:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40844</guid>
		<description>Hi Scott  -

I've been excited by the possibilities of Single Sign On and *NIX/AD integration since I first learned that Micro$oft had elected to implement LDAP and Kerberos.  Fantastic to see the state of the technology on this so far along now.

You have performed quite a service to the tech community by pulling all this together, thank you.

Can you or anyone here give us all a sense of what the sizes are of the environments where *NIX/AD integration is being used?

How many *NIX systems?
How many users?

What *NIX variants have been successfully integrated besides Solaris &#38; Linux?  HP-UX?  AIX?  *BSD?

How about if we all agree to keep our organizations anonymous, but some quantification of where we are all at would be great.

Thank you all for working to move the world forward.

Warm regards,

Bart</description>
		<content:encoded><![CDATA[<p>Hi Scott  -</p>
<p>I&#8217;ve been excited by the possibilities of Single Sign On and *NIX/AD integration since I first learned that Micro$oft had elected to implement LDAP and Kerberos.  Fantastic to see the state of the technology on this so far along now.</p>
<p>You have performed quite a service to the tech community by pulling all this together, thank you.</p>
<p>Can you or anyone here give us all a sense of what the sizes are of the environments where *NIX/AD integration is being used?</p>
<p>How many *NIX systems?<br />
How many users?</p>
<p>What *NIX variants have been successfully integrated besides Solaris &amp; Linux?  HP-UX?  AIX?  *BSD?</p>
<p>How about if we all agree to keep our organizations anonymous, but some quantification of where we are all at would be great.</p>
<p>Thank you all for working to move the world forward.</p>
<p>Warm regards,</p>
<p>Bart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slowe</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40784</link>
		<dc:creator>slowe</dc:creator>
		<pubDate>Wed, 20 Aug 2008 10:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40784</guid>
		<description>Hayat,

Try this:

-a serviceSearchDescriptor=passwd:dc=mani,dc=com?sub \
-a serviceSearchDescriptor=group:dc=mani,dc=com?sub

See if that helps. Good luck!</description>
		<content:encoded><![CDATA[<p>Hayat,</p>
<p>Try this:</p>
<p>-a serviceSearchDescriptor=passwd:dc=mani,dc=com?sub \<br />
-a serviceSearchDescriptor=group:dc=mani,dc=com?sub</p>
<p>See if that helps. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayat</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40780</link>
		<dc:creator>Hayat</dc:creator>
		<pubDate>Wed, 20 Aug 2008 08:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40780</guid>
		<description>Hi slowe,
Still no luck 

ldapclient manual \
-a credentialLevel=proxy \
-a authenticationMethod=simple \
-a proxyDN=cn=test,cn=users,dc=mani,dc=com \
-a proxyPassword=Admin123 \
-a defaultSearchBase=dc=mani,dc=com \
-a domainName=mani.com \
-a "defaultServerList=192.168.1.89" \
-a attributeMap=group:userpassword=msSFU30Password \
-a attributeMap=group:memberuid=msSFU30MemberUid \
-a attributeMap=group:gidnumber=msSFU30GidNumber \
-a attributeMap=passwd:gecos=msSFU30Gecos \
-a attributeMap=passwd:gidnumber=msSFU30GidNumber \
-a attributeMap=passwd:uidnumber=msSFU30UidNumber \
-a attributeMap=passwd:uid=sAMAccountName \
-a attributeMap=passwd:homedirectory=msSFU30HomeDirectory \
-a attributeMap=passwd:loginshell=msSFU30LoginShell \
-a attributeMap=shadow:shadowflag=msSFU30ShadowFlag \
-a attributeMap=shadow:userpassword=msSFU30Password \
-a attributeMap=shadow:uid=sAMAccountName \
-a objectClassMap=group:posixGroup=group \
-a objectClassMap=passwd:posixAccount=user \
-a objectClassMap=shadow:shadowAccount=user \
-a serviceSearchDescriptor=passwd:dc=mani,dc=com? \
-a serviceSearchDescriptor=group:dc=mani,dc=com?

"newall.sh" 26 lines, 1104 characters
bash-3.00#
bash-3.00# sh  newall.sh
System successfully configured
bash-3.00# cp /opt/nsswitch.conf /etc
bash-3.00# id test
id: invalid user name: "test"
bash-3.00# id test01
id: invalid user name: "test01"
bash-3.00#

Please help Thanks 
Hayat</description>
		<content:encoded><![CDATA[<p>Hi slowe,<br />
Still no luck </p>
<p>ldapclient manual \<br />
-a credentialLevel=proxy \<br />
-a authenticationMethod=simple \<br />
-a proxyDN=cn=test,cn=users,dc=mani,dc=com \<br />
-a proxyPassword=Admin123 \<br />
-a defaultSearchBase=dc=mani,dc=com \<br />
-a domainName=mani.com \<br />
-a &#8220;defaultServerList=192.168.1.89&#8243; \<br />
-a attributeMap=group:userpassword=msSFU30Password \<br />
-a attributeMap=group:memberuid=msSFU30MemberUid \<br />
-a attributeMap=group:gidnumber=msSFU30GidNumber \<br />
-a attributeMap=passwd:gecos=msSFU30Gecos \<br />
-a attributeMap=passwd:gidnumber=msSFU30GidNumber \<br />
-a attributeMap=passwd:uidnumber=msSFU30UidNumber \<br />
-a attributeMap=passwd:uid=sAMAccountName \<br />
-a attributeMap=passwd:homedirectory=msSFU30HomeDirectory \<br />
-a attributeMap=passwd:loginshell=msSFU30LoginShell \<br />
-a attributeMap=shadow:shadowflag=msSFU30ShadowFlag \<br />
-a attributeMap=shadow:userpassword=msSFU30Password \<br />
-a attributeMap=shadow:uid=sAMAccountName \<br />
-a objectClassMap=group:posixGroup=group \<br />
-a objectClassMap=passwd:posixAccount=user \<br />
-a objectClassMap=shadow:shadowAccount=user \<br />
-a serviceSearchDescriptor=passwd:dc=mani,dc=com? \<br />
-a serviceSearchDescriptor=group:dc=mani,dc=com?</p>
<p>&#8220;newall.sh&#8221; 26 lines, 1104 characters<br />
bash-3.00#<br />
bash-3.00# sh  newall.sh<br />
System successfully configured<br />
bash-3.00# cp /opt/nsswitch.conf /etc<br />
bash-3.00# id test<br />
id: invalid user name: &#8220;test&#8221;<br />
bash-3.00# id test01<br />
id: invalid user name: &#8220;test01&#8243;<br />
bash-3.00#</p>
<p>Please help Thanks<br />
Hayat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hayat</title>
		<link>http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40777</link>
		<dc:creator>Hayat</dc:creator>
		<pubDate>Wed, 20 Aug 2008 08:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scottlowe.org/2007/04/25/solaris-10-ad-integration-version-3/#comment-40777</guid>
		<description>I check but still no luck please can you change the line for me 
for pointing the domain my domain is mani.com

-a serviceSearchDescriptor=passwd:ou=UNIX-OU?sub \
-a serviceSearchDescriptor=group:ou=UNIX-OUsub</description>
		<content:encoded><![CDATA[<p>I check but still no luck please can you change the line for me<br />
for pointing the domain my domain is mani.com</p>
<p>-a serviceSearchDescriptor=passwd:ou=UNIX-OU?sub \<br />
-a serviceSearchDescriptor=group:ou=UNIX-OUsub</p>
]]></content:encoded>
	</item>
</channel>
</rss>
