<?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: Password Synchronisation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819936#M711136</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Nis should provide you with a working solution !&lt;BR /&gt;&lt;BR /&gt;see: &lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;C.</description>
    <pubDate>Mon, 07 Oct 2002 09:45:37 GMT</pubDate>
    <dc:creator>Clemens van Everdingen</dc:creator>
    <dc:date>2002-10-07T09:45:37Z</dc:date>
    <item>
      <title>Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819935#M711135</link>
      <description>What's the best way to synchronise passwords,uids between nodes from a single source.I'm currently administering the /etc/passwd file local to the nodes.&lt;BR /&gt;As you will agree this is a chore and hardly qualifys as a high availability solution.</description>
      <pubDate>Mon, 07 Oct 2002 09:38:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819935#M711135</guid>
      <dc:creator>Mahendra Luhar</dc:creator>
      <dc:date>2002-10-07T09:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819936#M711136</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Nis should provide you with a working solution !&lt;BR /&gt;&lt;BR /&gt;see: &lt;A href="http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B1031-90048/B1031-90048.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;C.</description>
      <pubDate>Mon, 07 Oct 2002 09:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819936#M711136</guid>
      <dc:creator>Clemens van Everdingen</dc:creator>
      <dc:date>2002-10-07T09:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819937#M711137</link>
      <description>The best way is probably NIS+ but the easist way is NIS. NIS+ is more difficult to set up but it's also more powerful and more secure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Oct 2002 12:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819937#M711137</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-10-07T12:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819938#M711138</link>
      <description>Thanks for your help.&lt;BR /&gt;I shall try out the NIS solution first on our test environment.</description>
      <pubDate>Tue, 08 Oct 2002 10:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819938#M711138</guid>
      <dc:creator>Mahendra Luhar</dc:creator>
      <dc:date>2002-10-08T10:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819939#M711139</link>
      <description>You could use NIS or NIS+ with og without nfs mounted home directories.&lt;BR /&gt;&lt;BR /&gt;BR&lt;BR /&gt;Jannik</description>
      <pubDate>Tue, 08 Oct 2002 10:04:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819939#M711139</guid>
      <dc:creator>Telia BackOffice</dc:creator>
      <dc:date>2002-10-08T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Password Synchronisation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819940#M711140</link>
      <description>For a small number of nodes, assuming you're set up to use rcp, you can just set up a script to copy the files to all your nodes.&lt;BR /&gt;&lt;BR /&gt;HOST=`hostname`&lt;BR /&gt;HOSTLIST=george ralph henry lydia&lt;BR /&gt;for SERVER in $HOSTLIST&lt;BR /&gt;do&lt;BR /&gt;    if [ $SERVER != $HOST ]&lt;BR /&gt;    then&lt;BR /&gt;        echo $SERVER&lt;BR /&gt;              rcp -p $FILENAME $SERVER:$FILENAME&lt;BR /&gt;    fi&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You might be better off with NIS/NIS+ but this is the simple solution.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 08 Oct 2002 10:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-synchronisation/m-p/2819940#M711140</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-10-08T10:14:36Z</dc:date>
    </item>
  </channel>
</rss>

