<?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: reset user password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584791#M230441</link>
    <description>Hi Adma&lt;BR /&gt;&lt;BR /&gt;Login as root and then passwd username ( as created in hp-ux) will change user password&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
    <pubDate>Mon, 18 Jul 2005 23:48:27 GMT</pubDate>
    <dc:creator>Mahesh Kumar Malik</dc:creator>
    <dc:date>2005-07-18T23:48:27Z</dc:date>
    <item>
      <title>reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584786#M230436</link>
      <description>I"m new to HPUX can someone tell me how to reset a users password?&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Mon, 18 Jul 2005 09:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584786#M230436</guid>
      <dc:creator>Adam Strobel</dc:creator>
      <dc:date>2005-07-18T09:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584787#M230437</link>
      <description>man passwd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 18 Jul 2005 09:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584787#M230437</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-07-18T09:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584788#M230438</link>
      <description>log in as root and enter the command passwd username.  &lt;BR /&gt;&lt;BR /&gt;You will then be prompted to enter a new password and then to confirm it...</description>
      <pubDate>Mon, 18 Jul 2005 09:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584788#M230438</guid>
      <dc:creator>Alan Meyer_4</dc:creator>
      <dc:date>2005-07-18T09:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584789#M230439</link>
      <description>Thanks everyone!!&lt;BR /&gt;&lt;BR /&gt;--ADam</description>
      <pubDate>Mon, 18 Jul 2005 09:58:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584789#M230439</guid>
      <dc:creator>Adam Strobel</dc:creator>
      <dc:date>2005-07-18T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584790#M230440</link>
      <description>and if your system is trusted and the user got locked out, make sure you unlock the userid.&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/getprpw -l -r -m lockout username_here&lt;BR /&gt;&lt;BR /&gt;if output is 0000000 (seven zeros) the user is not locked out. If you see a one in any location, means user is locked and nedds to be unlocked by :&lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -l -m alock=NO username_here&lt;BR /&gt;&lt;BR /&gt;also it is best to reset the icorrect login count by &lt;BR /&gt;&lt;BR /&gt;/usr/lbin/modprpw -k username_here&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jul 2005 10:05:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584790#M230440</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-18T10:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584791#M230441</link>
      <description>Hi Adma&lt;BR /&gt;&lt;BR /&gt;Login as root and then passwd username ( as created in hp-ux) will change user password&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Mahesh</description>
      <pubDate>Mon, 18 Jul 2005 23:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584791#M230441</guid>
      <dc:creator>Mahesh Kumar Malik</dc:creator>
      <dc:date>2005-07-18T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584792#M230442</link>
      <description>Hi Adam,&lt;BR /&gt;&lt;BR /&gt;login as root and then;&lt;BR /&gt;passwd username&lt;BR /&gt;&lt;BR /&gt;if your user locked then follow as Mel's description also i often use;&lt;BR /&gt;/usr/lbin/./modprpw -k username&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 19 Jul 2005 03:28:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584792#M230442</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-07-19T03:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584793#M230443</link>
      <description>Let us not forget SAM, there's all sorts of things you can do with SAM if you want a nice easy (well easy-ish) gui to help you do it.</description>
      <pubDate>Tue, 19 Jul 2005 03:37:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584793#M230443</guid>
      <dc:creator>Gavin Clarke</dc:creator>
      <dc:date>2005-07-19T03:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584794#M230444</link>
      <description>Hi,&lt;BR /&gt;  You can change the user passwd using sam or if you want to do it through command prompt you can use 'passwd' command. If you are not a root user and you have authority to change your passwd you can simply give passwd command to change your passwd, it asks your old passwd and if you are root then if you give passwd &lt;USERNAME&gt; it will simply allow you to give the new password.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;/USERNAME&gt;</description>
      <pubDate>Tue, 19 Jul 2005 04:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584794#M230444</guid>
      <dc:creator>Manoj_36</dc:creator>
      <dc:date>2005-07-19T04:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584795#M230445</link>
      <description>Thanks everyone! I got the password reset.&lt;BR /&gt;&lt;BR /&gt;--Adam</description>
      <pubDate>Tue, 19 Jul 2005 06:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584795#M230445</guid>
      <dc:creator>Adam Strobel</dc:creator>
      <dc:date>2005-07-19T06:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: reset user password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584796#M230446</link>
      <description>Hi Adam,&lt;BR /&gt;if you got the solution from replies then&lt;BR /&gt;would be nice submit points!!!&lt;BR /&gt;:-))&lt;BR /&gt;&lt;BR /&gt;Good Luck,</description>
      <pubDate>Tue, 19 Jul 2005 06:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reset-user-password/m-p/3584796#M230446</guid>
      <dc:creator>Cem Tugrul</dc:creator>
      <dc:date>2005-07-19T06:11:06Z</dc:date>
    </item>
  </channel>
</rss>

