<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LDAPUX integration issues. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324823#M670889</link>
    <description>Shalom Ken,&lt;BR /&gt;&lt;BR /&gt;I struggled with this and worse as we tried to integrate with windows.&lt;BR /&gt;&lt;BR /&gt;I'm not fully sure this LDAP combination has been fully de-bugged.&lt;BR /&gt;&lt;BR /&gt;I'd take logs /var/adm/syslog/syslog.log and server logs and see if you can find something interesting to post.&lt;BR /&gt;&lt;BR /&gt;Check for a newer version of LDAP client and improvements on the server side.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 17 Dec 2008 13:21:33 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-12-17T13:21:33Z</dc:date>
    <item>
      <title>LDAPUX integration issues.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324822#M670888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am currently in the midst of setting up LDAPUX 4.17 for my company users to do authentication via our LDAP server ( Sun One ) instead of authenticate on physical server.&lt;BR /&gt;&lt;BR /&gt;Btw, my company server are running on HPUX 11.11 with Gold Patch Dec 2007.&lt;BR /&gt;&lt;BR /&gt;I have basically execute /opt/ldapux/config/setup and I have furnished with all the necessary information.&lt;BR /&gt;&lt;BR /&gt;eg:-&lt;BR /&gt;1)Directory Server ( Netscape or Red Hat Directory )&lt;BR /&gt;2)Directory server host&lt;BR /&gt;3)Directory Server port number&lt;BR /&gt;4)No printer Schema, no automount schema&lt;BR /&gt;5)Profile Entry DN&lt;BR /&gt;&lt;BR /&gt;and I have changed the necessary config on /etc/pam.conf, /etc/nsswitch.conf and /etc/opt/ldapux/ldapclientd.conf as attached.&lt;BR /&gt;&lt;BR /&gt;Right after this, I am able to add a new user to ldap server via command ldap_new_entry command and do query via ldapsearch command but I could not authenticate my password which I have set on ldap server with encryption SHA mode &lt;BR /&gt;&lt;BR /&gt;and this is my screen shot while login via my ldap login:-&lt;BR /&gt;&lt;BR /&gt;HP-UX alpha B.11.11 U 9000/800 (tb)&lt;BR /&gt;&lt;BR /&gt;login: leeck&lt;BR /&gt;Password:&lt;BR /&gt;LDAP Password:&lt;BR /&gt;Login incorrect&lt;BR /&gt;&lt;BR /&gt;Wait for login retry: ..&lt;BR /&gt;login:&lt;BR /&gt;&lt;BR /&gt;Can anyone assist me on this. Really appreciate your help.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ken&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Dec 2008 12:37:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324822#M670888</guid>
      <dc:creator>Lee Chin Ken</dc:creator>
      <dc:date>2008-12-17T12:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPUX integration issues.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324823#M670889</link>
      <description>Shalom Ken,&lt;BR /&gt;&lt;BR /&gt;I struggled with this and worse as we tried to integrate with windows.&lt;BR /&gt;&lt;BR /&gt;I'm not fully sure this LDAP combination has been fully de-bugged.&lt;BR /&gt;&lt;BR /&gt;I'd take logs /var/adm/syslog/syslog.log and server logs and see if you can find something interesting to post.&lt;BR /&gt;&lt;BR /&gt;Check for a newer version of LDAP client and improvements on the server side.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 17 Dec 2008 13:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324823#M670889</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-12-17T13:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: LDAPUX integration issues.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324824#M670890</link>
      <description>I used LDAP/UX to integrate with Microsoft AD and the integration was up and running easily. Although the integeration is made up of a set of loose components.&lt;BR /&gt;-&amp;gt; You need to configure the user "database" to look at /etc/passwd AND LDAP&lt;BR /&gt;-&amp;gt; Independent of that, you need to configure the authentication to look into /etc/passwd AND LDAP.&lt;BR /&gt;&lt;BR /&gt;So these are independent configurations.&lt;BR /&gt;&lt;BR /&gt;Do you know the command pwget ? You can try and see if it returns all the users (from /etc/passwd and LDAP) you expect to see. And grget if you have groups in the LDAP you wish to integrate with your system.&lt;BR /&gt;These commands may show if your system is able to "see" the LDAP users and groups. I think (= I am not sure) that this is the first step to be sure of.&lt;BR /&gt;&lt;BR /&gt;In my /etc/nsswitch.conf, I have set files first (so that user "root" in /etc/passwd preceeds a possible user "root" in the LDAP).&lt;BR /&gt;Maybe that makes a difference ?&lt;BR /&gt;&lt;BR /&gt;Any further issues are probably in /etc/pamconf. I have HP-UX 11.23 running, and I have the impression that /etc/pam.conf has some additional libraries compared to HP-UX 11.11, so my pam.conf is not really a reference for you.</description>
      <pubDate>Thu, 18 Dec 2008 08:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldapux-integration-issues/m-p/4324824#M670890</guid>
      <dc:creator>Wim Rombauts</dc:creator>
      <dc:date>2008-12-18T08:03:06Z</dc:date>
    </item>
  </channel>
</rss>

