<?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 Reset issue. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703650#M249804</link>
    <description>Execute /usr/lbin/getprpw user and note the values in the lockout field. If any of them are '1' rather than '0' then the account is locked. Next do a man getprpw and that will tell you how to interpret the positional values within the lockout field. Other things to look for are missing home directory or invalid tty device. (All of this assumes you are setup as a Trusted system.&lt;BR /&gt;</description>
    <pubDate>Thu, 05 Jan 2006 12:46:55 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-01-05T12:46:55Z</dc:date>
    <item>
      <title>Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703649#M249803</link>
      <description>I reset a password using sam. But when I try to login as the user to test it out I keep getting "password change by root" and sends me back to a login prompt. Is there a step that I'm missing? I check to see if the system was using ldap using nsquery passwd username and its going through the /etc/passwd.</description>
      <pubDate>Thu, 05 Jan 2006 12:40:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703649#M249803</guid>
      <dc:creator>Mitchell Gaddy</dc:creator>
      <dc:date>2006-01-05T12:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703650#M249804</link>
      <description>Execute /usr/lbin/getprpw user and note the values in the lockout field. If any of them are '1' rather than '0' then the account is locked. Next do a man getprpw and that will tell you how to interpret the positional values within the lockout field. Other things to look for are missing home directory or invalid tty device. (All of this assumes you are setup as a Trusted system.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 12:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703650#M249804</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-05T12:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703651#M249805</link>
      <description>Hi Gaddy ,&lt;BR /&gt;&lt;BR /&gt;Check if the user is deactivated , go to SAM and reactivate and , login again.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Thu, 05 Jan 2006 12:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703651#M249805</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-05T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703652#M249806</link>
      <description>I used the command and everything looks ok. I recreated the account and I'm able to su to the account and enter the password without any problems. When I try to telnet to the server this is where it doesn't recognize the password.</description>
      <pubDate>Thu, 05 Jan 2006 13:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703652#M249806</guid>
      <dc:creator>Mitchell Gaddy</dc:creator>
      <dc:date>2006-01-05T13:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703653#M249807</link>
      <description>try /usr/lbin/modprpw -k username .&lt;BR /&gt;&lt;BR /&gt;You can force a user password to expire by &lt;BR /&gt;&lt;BR /&gt;passwd -f username.&lt;BR /&gt;&lt;BR /&gt;Next time when user logs in , he has to  login with old passwd and immediately select a new passwd .&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;bl.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 13:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703653#M249807</guid>
      <dc:creator>baiju_3</dc:creator>
      <dc:date>2006-01-05T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Password Reset issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703654#M249808</link>
      <description>Okay, this sounds like you are using some characters which have special meanings in the password. e.g '#' - the defgault erase character before it is reset by a stty command in .profile. Possibly '@' - EOL.&lt;BR /&gt;&lt;BR /&gt;Another quirk I discovered when using Microsoft's FTP client was passwords beginning with "-". The first "-" was eaten so to use "-topsecret" as a password, you would actually have to enter "--topsecret" but that was FTP only not telnet. The fact that as an ordinary user you can su to this user and sucessfully login indicates that the password itself is valid. However, this is done after a .profile with more sane stty settings has already been run --- not the case with an initial login via telnet. You are probably the victim of a '#' in the password.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jan 2006 13:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-reset-issue/m-p/3703654#M249808</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-05T13:34:43Z</dc:date>
    </item>
  </channel>
</rss>

