<?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: Singlre Sign on Username and password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051024#M434823</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could install the Red Hat or Netscape LDAP server for HP-UX &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; and have centralized authentication based on your Unix host.&lt;BR /&gt;&lt;BR /&gt;If you have a windows domain, you can install samba CIFS/9000 from the above site and integrate the systems into an ADS domain and let Windows do it (arrrhg).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 05 Jun 2007 04:14:59 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-06-05T04:14:59Z</dc:date>
    <item>
      <title>Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051022#M434821</link>
      <description>I have a customer who has 3 HP rp8400 HP-UX 11i machines. Each run +- 30 Oracle databases.&lt;BR /&gt;&lt;BR /&gt;The Application is a Terminal based app requiring System Usernames and passwords.(Local on each machine at this time)&lt;BR /&gt;&lt;BR /&gt;They wish to cluster these machines. How do they syncronise usernames and passwords between the 3 machines? To ensue the user can login after the DB is failed over.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 05 Jun 2007 02:54:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051022#M434821</guid>
      <dc:creator>Brian Duthie</dc:creator>
      <dc:date>2007-06-05T02:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051023#M434822</link>
      <description>Have you looked at Kerberos(5) ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sarah Plunkett</description>
      <pubDate>Tue, 05 Jun 2007 03:37:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051023#M434822</guid>
      <dc:creator>S Plunkett</dc:creator>
      <dc:date>2007-06-05T03:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051024#M434823</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You could install the Red Hat or Netscape LDAP server for HP-UX &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt; and have centralized authentication based on your Unix host.&lt;BR /&gt;&lt;BR /&gt;If you have a windows domain, you can install samba CIFS/9000 from the above site and integrate the systems into an ADS domain and let Windows do it (arrrhg).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Jun 2007 04:14:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051024#M434823</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-05T04:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051025#M434824</link>
      <description>Also, you may want to consider SelectAccess, though that may be for a scale beyond what you want here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.openview.hp.com/products/select/index.html" target="_blank"&gt;http://www.openview.hp.com/products/select/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-R</description>
      <pubDate>Wed, 06 Jun 2007 12:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051025#M434824</guid>
      <dc:creator>Robert Fritz</dc:creator>
      <dc:date>2007-06-06T12:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051026#M434825</link>
      <description>As already suggested, LDAP (ADS) may be "best"...&lt;BR /&gt;&lt;BR /&gt;But if you don't want to or can't do that for some reason, - possibly easier to accomplish(?) is the way I have done it. Initially make sure the regular ux accounts uids and gids (and group info) are the same on all systems. If they aren't already, then you'll have to make them so (usermod, or remove and recreate accounts if necessary, which can be quite a hassle if they are way out of sync). Then make sure whenever you make a change on one system you make the same changes on the other systems ( add, modify accts, etc.). Keeping in sync is manual process, but I have a nightly cron job that checks and reminds me if I forget anything. Then the last piece is the passwords, - I have a twice daily cron job that copies the user's tcb files (not system accounts) from the node that has the application package active, to the other node. We have a simple two node active-active cluster, and I have had no problems over the past 3 years doing it this way.&lt;BR /&gt;&lt;BR /&gt;(probably) other responders will comment further on the deficiencies of this method...</description>
      <pubDate>Wed, 06 Jun 2007 13:26:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051026#M434825</guid>
      <dc:creator>John Kittel</dc:creator>
      <dc:date>2007-06-06T13:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Singlre Sign on Username and password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051027#M434826</link>
      <description>Good Day All&lt;BR /&gt;&lt;BR /&gt;Thank you for the tips and comments .&lt;BR /&gt;&lt;BR /&gt;We are going to install LDAP and see how that goes.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;Brian</description>
      <pubDate>Thu, 07 Jun 2007 01:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/singlre-sign-on-username-and-password/m-p/5051027#M434826</guid>
      <dc:creator>Brian Duthie</dc:creator>
      <dc:date>2007-06-07T01:37:12Z</dc:date>
    </item>
  </channel>
</rss>

