<?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: LDAP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214308#M169151</link>
    <description>Assuming these are the only three boxes in the group.&lt;BR /&gt;&lt;BR /&gt;All three would need ldap/ux client&lt;BR /&gt;&lt;BR /&gt;One would need a server piece which I'm sure exists but don't know where.&lt;BR /&gt;&lt;BR /&gt;root and other sys accounts should not be tied into ldap&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 11 Mar 2004 01:51:12 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-03-11T01:51:12Z</dc:date>
    <item>
      <title>LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214303#M169146</link>
      <description>Does anyone tell me what's the LDAP? What's the relation about LDAP and /etc/passwd?</description>
      <pubDate>Wed, 10 Mar 2004 03:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214303#M169146</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2004-03-10T03:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214304#M169147</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;LDAP stands for Lightweight Directory Access Protocol. It is set of protocols for accessing information stored on directory databases. If you are familiar with Micro$oft windows, then Active Directory is an implementation of LDAP.&lt;BR /&gt;&lt;BR /&gt;LDAP can store any information such as users, groups, printers etc. That is why LDAP is an option in the nsswitch.conf file.&lt;BR /&gt;&lt;BR /&gt;Refer,&lt;BR /&gt;&lt;A href="http://www.openldap.org/faq/data/cache/3.html" target="_blank"&gt;http://www.openldap.org/faq/data/cache/3.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Karthik S S</description>
      <pubDate>Wed, 10 Mar 2004 03:16:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214304#M169147</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2004-03-10T03:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214305#M169148</link>
      <description>LDAP is a protocol, Lightweight Directory Access Protocol, which is used to store information in a directory format. &lt;BR /&gt;&lt;BR /&gt;It can store user information, group information, host information and any relevant information in the directory. It will act as a central repository for informarion. There are many advantages of USING LDAP in a unix environment.&lt;BR /&gt;&lt;BR /&gt;Say, there are 100 unix servers in a site. We can implement LDAP to store information in /etc/passwd and /etc/gorup (User login info). LDAP will store this info in the directory. So We can use single signon for all these boxes. User need only one user ID to login to all 100 boxes.&lt;BR /&gt;&lt;BR /&gt;HP delivers a free product LDAP-UX Client services to impelenment LDAP in HP-UX.&lt;BR /&gt;&lt;BR /&gt;Hope This helps.&lt;BR /&gt;Vijay</description>
      <pubDate>Wed, 10 Mar 2004 03:19:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214305#M169148</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-03-10T03:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214306#M169149</link>
      <description>If 3 unix server wants to use LDAP, are they all need install LDAP-UX software?</description>
      <pubDate>Wed, 10 Mar 2004 03:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214306#M169149</guid>
      <dc:creator>j773303</dc:creator>
      <dc:date>2004-03-10T03:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214307#M169150</link>
      <description>It all depends on how are you going to implement. Why are you going to use LDAP? for what purpose matters? I dont find reasons for using LDAP,just for 3 servers... But it is okay anyway to use. &lt;BR /&gt;&lt;BR /&gt;Steps are as follows:&lt;BR /&gt;1. Configure Active Directory (Need to install a Free product from Microsoft-Services For UNIX Version 3.5 or 3.0)&lt;BR /&gt;&lt;BR /&gt;2. Install LDAP-UX Client services in HP boxes&lt;BR /&gt;&lt;BR /&gt;3. Configure LDAP-UX Client Services to use Active Directory&lt;BR /&gt;&lt;BR /&gt;You can download LDAP-UC Client Services From here:&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4269AA" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4269AA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, Here is the documentation:&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/internet/#LDAP-UX%20Integration" target="_blank"&gt;http://docs.hp.com/hpux/internet/#LDAP-UX%20Integration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 11 Mar 2004 01:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214307#M169150</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-03-11T01:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214308#M169151</link>
      <description>Assuming these are the only three boxes in the group.&lt;BR /&gt;&lt;BR /&gt;All three would need ldap/ux client&lt;BR /&gt;&lt;BR /&gt;One would need a server piece which I'm sure exists but don't know where.&lt;BR /&gt;&lt;BR /&gt;root and other sys accounts should not be tied into ldap&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 11 Mar 2004 01:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214308#M169151</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-11T01:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214309#M169152</link>
      <description>I agree with SEP. Thanks Steven.&lt;BR /&gt;&lt;BR /&gt;LDAP-UX Client Services support only following directory Servers:&lt;BR /&gt;1. Netscape Directory Server&lt;BR /&gt;2. Active Directory Server&lt;BR /&gt;&lt;BR /&gt;You may need to go with any one. I hope you are having an active directory server already, if not you need to purchase Netscape Directory Server and install in one of these three boxes. &lt;BR /&gt;&lt;BR /&gt;Also, OpenLDAP is available as an open source LDAP server, no support is provided by HP. I hope there are some documentation available for that in openldap site.&lt;BR /&gt;&lt;BR /&gt;Vijay</description>
      <pubDate>Thu, 11 Mar 2004 01:56:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214309#M169152</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2004-03-11T01:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214310#M169153</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;LdapUX integration with OpenLDAP is not documented very well. I have it running though, so if you need some help, let me know.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Thu, 11 Mar 2004 02:26:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap/m-p/3214310#M169153</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-03-11T02:26:32Z</dc:date>
    </item>
  </channel>
</rss>

