<?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 Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444212#M769245</link>
    <description>Yes I did here this as well have a look at &lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/internet/" target="_blank"&gt;http://docs.hp.com/hpux/internet/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which seems to suggest an LDAP-UX client and some NIS/LDAP integration</description>
    <pubDate>Mon, 11 Sep 2000 00:36:56 GMT</pubDate>
    <dc:creator>Anthony Goonetilleke</dc:creator>
    <dc:date>2000-09-11T00:36:56Z</dc:date>
    <item>
      <title>LDAP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444211#M769244</link>
      <description>I was told that HPUX 11.0 comes with a LDAP server.  Is this true?  If yes, is it a full version of the software or do I need to get a vendor X version of the software.</description>
      <pubDate>Mon, 11 Sep 2000 00:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444211#M769244</guid>
      <dc:creator>Roger G. Vincent</dc:creator>
      <dc:date>2000-09-11T00:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444212#M769245</link>
      <description>Yes I did here this as well have a look at &lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/internet/" target="_blank"&gt;http://docs.hp.com/hpux/internet/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which seems to suggest an LDAP-UX client and some NIS/LDAP integration</description>
      <pubDate>Mon, 11 Sep 2000 00:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444212#M769245</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-11T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444213#M769246</link>
      <description>Yes I did here this as well have a look at &lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/internet/" target="_blank"&gt;http://docs.hp.com/hpux/internet/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which seems to suggest an LDAP-UX client and some NIS/LDAP integration</description>
      <pubDate>Mon, 11 Sep 2000 00:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444213#M769246</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-09-11T00:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444214#M769247</link>
      <description>LDAP Cookbook&lt;BR /&gt;&lt;BR /&gt;LDAP is an internet protocol initially developed as a front end to&lt;BR /&gt;X.500 (DAP) servers - X.500 was complex, cumbersome and used the&lt;BR /&gt;OSI communications stack. LDAP has become the Internet directory&lt;BR /&gt;standard, widely adapted by vendors everywhere. It was first developed&lt;BR /&gt;at the University of Michigan and is an open standard under IETF change&lt;BR /&gt;control. It also supports SASL (Simple Authentication and Security Layer)&lt;BR /&gt;and SSL (Secure Socket Layer).&lt;BR /&gt;&lt;BR /&gt;Entries in an LDAP directory are generally stored in a hierarchical&lt;BR /&gt;tree structure. Each entry in the hierarchy is a collection of attributes.&lt;BR /&gt;For example, an entry for a person might contain attributes such as&lt;BR /&gt;name, phone number, email address, etc. LDAP is extensible in that&lt;BR /&gt;the standard schema of the directory can easily be tailored to&lt;BR /&gt;suit one's needs.&lt;BR /&gt;&lt;BR /&gt;* Directory Server Setup&lt;BR /&gt;&lt;BR /&gt;1. swinstall LDAP Lite (J4257AA)&lt;BR /&gt;&lt;BR /&gt;2. cd /var/opt/netscape/server4/setup&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3. ./setup -k # (use this option to keep the install.inf file)&lt;BR /&gt;&lt;BR /&gt;4. A name for the serverID was chosen at the time of setting up the&lt;BR /&gt;   directory server. The setup program creates a directory in&lt;BR /&gt;   /var/opt/netscape/server4/slapd-serverid.&lt;BR /&gt;&lt;BR /&gt;5. Commands to start and stop the directory server daemon&lt;BR /&gt;   cd /var/top/netscape/server4/slapd-serverid&lt;BR /&gt;   ./start-slapd&lt;BR /&gt;   ./stop-slapd&lt;BR /&gt;&lt;BR /&gt;6. Commands to start and stop the administration server daemon&lt;BR /&gt;   cd /var/opt/netscape/server4&lt;BR /&gt;   ./start-admin&lt;BR /&gt;   ./stop-admin&lt;BR /&gt;&lt;BR /&gt;* Client System Setup&lt;BR /&gt;&lt;BR /&gt;1. Download ljdk30_tar.tar from Netscape&lt;BR /&gt;&lt;BR /&gt;2. mkdir /opt/ljdk; cd /opt/jdk&lt;BR /&gt;&lt;BR /&gt;3. tar xvf /tmp/jdk30_tar.tar&lt;BR /&gt;&lt;BR /&gt;4. Add the following paths to environment variable CLASSPATH.&lt;BR /&gt;   This environment variable is used by the Java compiler and&lt;BR /&gt;   interpreter to find the necessary archived library files.&lt;BR /&gt;&lt;BR /&gt;export CLASSPATH=./:/opt/ljdk/packages/ldapjdk.jar:/opt/ljdk/packages/ &lt;BR /&gt;ldapfilt.jar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2000 07:04:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ldap-server/m-p/2444214#M769247</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2000-09-11T07:04:51Z</dc:date>
    </item>
  </channel>
</rss>

