<?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: Change password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464245#M210626</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you have 100 hosts, why not you implement NIS. You can centralize user passwd and group in one server. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Rashid &lt;BR /&gt;</description>
    <pubDate>Mon, 17 Jan 2005 03:22:59 GMT</pubDate>
    <dc:creator>Rashid Hamid</dc:creator>
    <dc:date>2005-01-17T03:22:59Z</dc:date>
    <item>
      <title>Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464242#M210623</link>
      <description>Hi, &lt;BR /&gt;I've the same user on 100 hosts. I must change its password on every host. I'd like to do this with a script. I can use the remsh command. For example:&lt;BR /&gt;for host in $(cat host.txt)&lt;BR /&gt;do &lt;BR /&gt;remsh $host -n ..........&lt;BR /&gt;&lt;BR /&gt;where hosts.txt is a file with the hosts' name&lt;BR /&gt;Any idea?&lt;BR /&gt;Thanks&lt;BR /&gt;Giada</description>
      <pubDate>Mon, 17 Jan 2005 02:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464242#M210623</guid>
      <dc:creator>giada</dc:creator>
      <dc:date>2005-01-17T02:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464243#M210624</link>
      <description>Hi,&lt;BR /&gt;for a script to change pwd see:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=141759" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=141759&lt;/A&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Mon, 17 Jan 2005 02:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464243#M210624</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-17T02:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464244#M210625</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;your script works, if the rsh has been configured on all the 100 hosts, else the passwd will not change on which rsh has not been configured.&lt;BR /&gt;&lt;BR /&gt;NIS can be used here.</description>
      <pubDate>Mon, 17 Jan 2005 03:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464244#M210625</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-17T03:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464245#M210626</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;If you have 100 hosts, why not you implement NIS. You can centralize user passwd and group in one server. &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Rashid &lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 03:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464245#M210626</guid>
      <dc:creator>Rashid Hamid</dc:creator>
      <dc:date>2005-01-17T03:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464246#M210627</link>
      <description>The rsh has been configured on all hosts. I couldn't use NIS for organizational and managerial problems.&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 17 Jan 2005 03:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464246#M210627</guid>
      <dc:creator>giada</dc:creator>
      <dc:date>2005-01-17T03:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464247#M210628</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;for host in 'cat host.txt'&lt;BR /&gt;do&lt;BR /&gt;rsh $host&lt;BR /&gt;echo " password for the user in host $host"&lt;BR /&gt;passwd &lt;USER&gt;&lt;BR /&gt;done&lt;/USER&gt;</description>
      <pubDate>Mon, 17 Jan 2005 04:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464247#M210628</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-17T04:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464248#M210629</link>
      <description>Giada,&lt;BR /&gt;please have a look at my previous reply re. updating multiple hosts automatically.&lt;BR /&gt;&lt;BR /&gt;I though you may want to set passwords automatically on each host, rather than from the command line.&lt;BR /&gt;&lt;BR /&gt;Can you please clarify: commandline or multiple change? &lt;BR /&gt;Regards</description>
      <pubDate>Mon, 17 Jan 2005 04:37:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464248#M210629</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-17T04:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464249#M210630</link>
      <description>Peter,&lt;BR /&gt;I want to change passwords (the password will be the same for all hosts) from one host automatically on all the other hosts.</description>
      <pubDate>Mon, 17 Jan 2005 05:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464249#M210630</guid>
      <dc:creator>giada</dc:creator>
      <dc:date>2005-01-17T05:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464250#M210631</link>
      <description>Giada,&lt;BR /&gt;thanks for the clarification.&lt;BR /&gt;NIS would be the ideal solution, but as you said is not available.&lt;BR /&gt;So the process would be:&lt;BR /&gt;automatic&lt;BR /&gt;copy the password file from the host&lt;BR /&gt;modify it with sed &lt;BR /&gt;copy it back&lt;BR /&gt;or&lt;BR /&gt;manual&lt;BR /&gt;remsh $host -n vipw&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464250#M210631</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-01-17T08:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464251#M210632</link>
      <description>You can change the password on the remote hosts by using SAM's usermod command which is found in /usr/sam/lbin/usermod.sam &lt;BR /&gt;&lt;BR /&gt;/usr/sam/lbin/usermod.sam -p wehbTH45!i login_name&lt;BR /&gt; &lt;BR /&gt;The -p option allows you to place an encrypted password on the usermod.sam command line. To get the encrypted password, change the password on one of the machines, then copy the encrypted password for use with usermod.sam</description>
      <pubDate>Mon, 17 Jan 2005 09:34:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/3464251#M210632</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-01-17T09:34:51Z</dc:date>
    </item>
  </channel>
</rss>

