<?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/2631618#M921373</link>
    <description>I just got through try to do that, it won't work.  The only thing you can you do is get the expect program and write a wrapper for it. If you get the program I can send you the wrapper script</description>
    <pubDate>Fri, 14 Dec 2001 18:16:20 GMT</pubDate>
    <dc:creator>Jeff Machols</dc:creator>
    <dc:date>2001-12-14T18:16:20Z</dc:date>
    <item>
      <title>change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631617#M921372</link>
      <description>somebody knows a sotware graphic or script so that the users can change passsword en the server unix remote&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2001 18:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631617#M921372</guid>
      <dc:creator>Jairo Campana</dc:creator>
      <dc:date>2001-12-14T18:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631618#M921373</link>
      <description>I just got through try to do that, it won't work.  The only thing you can you do is get the expect program and write a wrapper for it. If you get the program I can send you the wrapper script</description>
      <pubDate>Fri, 14 Dec 2001 18:16:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631618#M921373</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-14T18:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631619#M921374</link>
      <description>hey,&lt;BR /&gt;&lt;BR /&gt;R u looking for script, which helps ur user to change their password ?&lt;BR /&gt;&lt;BR /&gt;Shiju</description>
      <pubDate>Fri, 14 Dec 2001 18:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631619#M921374</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2001-12-14T18:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631620#M921375</link>
      <description>HI&lt;BR /&gt;I guess you are looking for a utility for users to change password with out actually loging in.&lt;BR /&gt;If you have x-emulation software installed on desktops, configure it to use #xterm -e "passwd" command.&lt;BR /&gt;This will pop up a window to change password.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Mon, 17 Dec 2001 19:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631620#M921375</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-12-17T19:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631621#M921376</link>
      <description>Hello Jairo,&lt;BR /&gt;&lt;BR /&gt;the only solution (using standard tools) I can think of, would be a DeskTop KornShell script (for the GUI part) wrapped around "remsh" and "passwd".&lt;BR /&gt;But that would need "equivalency" of the hosts running that script and the hosts where the password should be modified, and then no password would be needed at all...&lt;BR /&gt;To automate a remote login with password you will need to use "expect", which is a "TCL" passed tool, and then it would be easier to use "TCL/Tk" for the whole thing, instead of "dtksh".&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 18 Dec 2001 07:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631621#M921376</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-18T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631622#M921377</link>
      <description>Can't you use NIS to do this job?</description>
      <pubDate>Tue, 18 Dec 2001 07:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631622#M921377</guid>
      <dc:creator>Hartmut Lang</dc:creator>
      <dc:date>2001-12-18T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: change password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631623#M921378</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Hartmut, NIS or NIS+ should be the ideal solution in such cases.&lt;BR /&gt;&lt;BR /&gt;To change your password remotely, execute&lt;BR /&gt;&lt;BR /&gt;# yppasswd userid&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PS. Have been wanting to post this last week but the Forum was "unwriteable". Almost forgotten this posting.</description>
      <pubDate>Tue, 18 Dec 2001 07:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-password/m-p/2631623#M921378</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-18T07:52:33Z</dc:date>
    </item>
  </channel>
</rss>

