<?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&#8242;s native LDAP client and an OpenLDAP server</title>
	<atom:link href="http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/</link>
	<description>I&#039;m not creative enough for this, and you can&#039;t help me.</description>
	<lastBuildDate>Fri, 09 Sep 2011 13:30:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta name="generator" content="deGusto 1.0" />
	<item>
		<title>By: admin</title>
		<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/comment-page-1/#comment-135</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 19 Mar 2010 11:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://uminac.com/?p=218#comment-135</guid>
		<description>I wish I could help more than simply saying to start over, but it was what I had to do about 5 times before I got it right.

It&#039;s also been so long that I&#039;m not sure at all about the problem you&#039;re having, specifically.  

Have you restarted the SSH service?
Watch the LDAP server&#039;s logs to see if the SSH service is even making LDAP queries.
If it is, make sure that the queries look right.</description>
		<content:encoded><![CDATA[<p>I wish I could help more than simply saying to start over, but it was what I had to do about 5 times before I got it right.</p>
<p>It&#8217;s also been so long that I&#8217;m not sure at all about the problem you&#8217;re having, specifically.  </p>
<p>Have you restarted the SSH service?<br />
Watch the LDAP server&#8217;s logs to see if the SSH service is even making LDAP queries.<br />
If it is, make sure that the queries look right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kopare</title>
		<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/comment-page-1/#comment-134</link>
		<dc:creator>Kopare</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://uminac.com/?p=218#comment-134</guid>
		<description>U can see the error below

# 1.
bash-3.00# su mandar
solaris-test% bash-3.00# ssh
bash-3.00# su mandar
solaris-test% ls
Desktop          dev              lib              proc             tmp
Documents        devices          lost+found       ro               usr
TT_DB            etc              mnt              sbin             var
bin              export           net              sshd_config.org  vol
boot             hgfs             noautoshutdown   system
cdrom            home             opt              temp
centrify         kernel           platform         test.txt

# 2.

solaris-test% bash-3.00# ssh mandar@localhost
Password:
Password:
Password:
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).


On the second part iam not able to login .

please suggest</description>
		<content:encoded><![CDATA[<p>U can see the error below</p>
<p># 1.<br />
bash-3.00# su mandar<br />
solaris-test% bash-3.00# ssh<br />
bash-3.00# su mandar<br />
solaris-test% ls<br />
Desktop          dev              lib              proc             tmp<br />
Documents        devices          lost+found       ro               usr<br />
TT_DB            etc              mnt              sbin             var<br />
bin              export           net              sshd_config.org  vol<br />
boot             hgfs             noautoshutdown   system<br />
cdrom            home             opt              temp<br />
centrify         kernel           platform         test.txt</p>
<p># 2.</p>
<p>solaris-test% bash-3.00# ssh mandar@localhost<br />
Password:<br />
Password:<br />
Password:<br />
Permission denied (gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive).</p>
<p>On the second part iam not able to login .</p>
<p>please suggest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zedman9991</title>
		<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/comment-page-1/#comment-130</link>
		<dc:creator>zedman9991</dc:creator>
		<pubDate>Mon, 24 Aug 2009 14:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://uminac.com/?p=218#comment-130</guid>
		<description>I too have been banging my head against documentation shortfalls working to get Solaris 10&#039;s native LDAP client online (in my case with OpenDS).  On the first page of your attachment are insights that I can find no where else in Sun&#039;s LDAP docs and wikis (referencing needed mechanism for NSS authentication requiring DNS ).  The hard coding of several LDAP configuration variables in Solaris became evident after reading Warren Strange&#039;s and Barbara Joyes Sun blogs on OpenDS furstration resolution and the related OpenSolaris OpenDS configuration docs and OpenDS wiki.  I have never worked a Solaris issue so tied to Sun&#039;s commercial product that the default installation command assumes installation of same and thus the beginnings of our headaches...  Thanks much!!!</description>
		<content:encoded><![CDATA[<p>I too have been banging my head against documentation shortfalls working to get Solaris 10&#8242;s native LDAP client online (in my case with OpenDS).  On the first page of your attachment are insights that I can find no where else in Sun&#8217;s LDAP docs and wikis (referencing needed mechanism for NSS authentication requiring DNS ).  The hard coding of several LDAP configuration variables in Solaris became evident after reading Warren Strange&#8217;s and Barbara Joyes Sun blogs on OpenDS furstration resolution and the related OpenSolaris OpenDS configuration docs and OpenDS wiki.  I have never worked a Solaris issue so tied to Sun&#8217;s commercial product that the default installation command assumes installation of same and thus the beginnings of our headaches&#8230;  Thanks much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/comment-page-1/#comment-117</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 11:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://uminac.com/?p=218#comment-117</guid>
		<description>That&#039;s wonderful.  This is a good tutorial.  As I said I&#039;d been through plenty of them and this was the first that had all the necessary detail.

As for writing a tutorial...  I figured I may write one that&#039;s geared toward people who aren&#039;t familiar with these resources and just want a result on Google to work.

I have to ask...  If you&#039;re an &#039;ldapguru&#039;, why are you searching for help on LDAP ?</description>
		<content:encoded><![CDATA[<p>That&#8217;s wonderful.  This is a good tutorial.  As I said I&#8217;d been through plenty of them and this was the first that had all the necessary detail.</p>
<p>As for writing a tutorial&#8230;  I figured I may write one that&#8217;s geared toward people who aren&#8217;t familiar with these resources and just want a result on Google to work.</p>
<p>I have to ask&#8230;  If you&#8217;re an &#8216;ldapguru&#8217;, why are you searching for help on LDAP ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ldapguru</title>
		<link>http://uminac.com/2009/07/29/solaris-10s-native-ldap-client-and-an-openldap-server/comment-page-1/#comment-116</link>
		<dc:creator>ldapguru</dc:creator>
		<pubDate>Thu, 30 Jul 2009 10:45:04 +0000</pubDate>
		<guid isPermaLink="false">http://uminac.com/?p=218#comment-116</guid>
		<description>There&#039;s a million tutorials already at http://wikis.sun.com.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a million tutorials already at <a href="http://wikis.sun.com" rel="nofollow">http://wikis.sun.com</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

