<?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 management on multiple systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698658#M248936</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You configure one server as NIS , NIS+ or LDAP server and then let  all other servers refer this for passwords.&lt;BR /&gt;&lt;BR /&gt;But this will not be possible that it will be applicable for only your one user. The same will be then the case for all users.&lt;BR /&gt;&lt;BR /&gt;You can also incorporate other features also for additional advantages.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
    <pubDate>Wed, 11 Jan 2006 03:28:18 GMT</pubDate>
    <dc:creator>Devender Khatana</dc:creator>
    <dc:date>2006-01-11T03:28:18Z</dc:date>
    <item>
      <title>password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698651#M248929</link>
      <description>Howdy all,&lt;BR /&gt;&lt;BR /&gt;I am needing to login to multiple servers.&lt;BR /&gt;I would like to utilize the same password on each of these systems.  Now since there will be 45 servers, or so, when it is time to change my password I do not want to have to login to each server and change it.  Any thoughts on how I can manage my passwords on these multiple servers.  Several other admins will have the same problem.&lt;BR /&gt;&lt;BR /&gt;The root password on all the systems will be different, I'm only refering to my own "admin" account.&lt;BR /&gt;&lt;BR /&gt;These systems are not "trusted".&lt;BR /&gt;&lt;BR /&gt;Thank you for you help.&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Tue, 27 Dec 2005 16:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698651#M248929</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2005-12-27T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698652#M248930</link>
      <description>Hi Gary,&lt;BR /&gt;&lt;BR /&gt;We wrote a perl script that uses a combination of ssh with pre-authenticated keys, expect and the password command.  The perl script reads in a list of server stored in a text file, prompts for old and new passwords, and runs the passwd command via ssh (you'll have to use the "-t" option) to change passwords on each server.&lt;BR /&gt;&lt;BR /&gt;Paul</description>
      <pubDate>Tue, 27 Dec 2005 16:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698652#M248930</guid>
      <dc:creator>Paul F. Carlson</dc:creator>
      <dc:date>2005-12-27T16:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698653#M248931</link>
      <description>There are multiple options available.&lt;BR /&gt;NIS, NIS+, LDAP&lt;BR /&gt;These can help with the centralization.&lt;BR /&gt;&lt;BR /&gt;If you are not wanting to proceed down this path, look at using 'Expect'.&lt;BR /&gt;&lt;BR /&gt;A neat language (utility) that allows for the chat capabilities. Execute the command once from your desktop system and it will contact/connect the other systems listed and go through the routine of changing passwds.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 16:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698653#M248931</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-12-27T16:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698654#M248932</link>
      <description>Let's say that Ldap was a possiblity.  How would I get started setting that sort of thing up?</description>
      <pubDate>Tue, 27 Dec 2005 16:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698654#M248932</guid>
      <dc:creator>Gary Glick</dc:creator>
      <dc:date>2005-12-27T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698655#M248933</link>
      <description>&lt;A href="http://docs.hp.com/en/internet.html#LDAP-UX%20Integration" target="_blank"&gt;http://docs.hp.com/en/internet.html#LDAP-UX%20Integration&lt;/A&gt;</description>
      <pubDate>Wed, 11 Jan 2006 03:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698655#M248933</guid>
      <dc:creator>dirk dierickx</dc:creator>
      <dc:date>2006-01-11T03:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698656#M248934</link>
      <description>Why don't you generate same type of account in all accounts and change /etc/passwd entry? It is easy to do right.&lt;BR /&gt;&lt;BR /&gt;Are you having password less remote login? Or a account with password known account then you can achive it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 11 Jan 2006 03:21:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698656#M248934</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-11T03:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698657#M248935</link>
      <description>Use like this,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=981127" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=981127&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 11 Jan 2006 03:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698657#M248935</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-11T03:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: password management on multiple systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698658#M248936</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You configure one server as NIS , NIS+ or LDAP server and then let  all other servers refer this for passwords.&lt;BR /&gt;&lt;BR /&gt;But this will not be possible that it will be applicable for only your one user. The same will be then the case for all users.&lt;BR /&gt;&lt;BR /&gt;You can also incorporate other features also for additional advantages.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Wed, 11 Jan 2006 03:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-management-on-multiple-systems/m-p/3698658#M248936</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-01-11T03:28:18Z</dc:date>
    </item>
  </channel>
</rss>

