<?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: Account/password problem on J2240 and J6000 series workstations. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199649#M166378</link>
    <description>See if you can login at the system console.  &lt;BR /&gt;It may say account locked but login possible in no windows mode  ... it should let you in &lt;BR /&gt;then try:&lt;BR /&gt; &lt;BR /&gt;#modprpw -k root&lt;BR /&gt;#passwd root &lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;fwc&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Mar 2004 17:28:47 GMT</pubDate>
    <dc:creator>Floyd Curtis</dc:creator>
    <dc:date>2004-03-17T17:28:47Z</dc:date>
    <item>
      <title>Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199642#M166371</link>
      <description>Running 11.x on both systems.  The security settings we were forced to implement last year are apparently causing the root(and some user) accounts to be locked.  The message when you try to login is:&lt;BR /&gt;&lt;BR /&gt;"Account locked in the commercial security database."&lt;BR /&gt;&lt;BR /&gt;I could simply reactivate normal user accounts, but the root is locked on a couple of the machines as well.  In addition, the secure flag is set to on, so I can't just go to single user mode either.  Anyway to fix this for root?</description>
      <pubDate>Mon, 23 Feb 2004 11:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199642#M166371</guid>
      <dc:creator>Mark Stewart</dc:creator>
      <dc:date>2004-02-23T11:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199643#M166372</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By default, if you enabled trustedness on the system, the number of unsuccessful attempts would be set to 3 which is in most of the cases too less. So, you will often find the accounts being disabled. You can increase this number. &lt;BR /&gt;&lt;BR /&gt;modprpw -m umaxlntr=10 root&lt;BR /&gt;&lt;BR /&gt;About single user mode, you can disable it by running the command&lt;BR /&gt;&lt;BR /&gt;modprpw -m bootpw=NO root&lt;BR /&gt;&lt;BR /&gt;modprdef will change the system wide parameters which means all the users will inherit these values if they were not customized.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 23 Feb 2004 11:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199643#M166372</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-23T11:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199644#M166373</link>
      <description>This is not a standard message from trusted systems.&lt;BR /&gt;&lt;BR /&gt;When my root account gets locked the message is Account diabled&lt;BR /&gt;&lt;BR /&gt;Nothing more.&lt;BR /&gt;&lt;BR /&gt;I suspect the presenece of third party software or scripting that you have not told us about yet.&lt;BR /&gt;&lt;BR /&gt;You can if you have root access null out the root password.&lt;BR /&gt;&lt;BR /&gt;Assuming the system is trusted, this is done like this:&lt;BR /&gt;vi /etc/files/auth/r/root&lt;BR /&gt;erase the data between the = and : on the u_pwd line.&lt;BR /&gt;&lt;BR /&gt;Now root has no password.&lt;BR /&gt;&lt;BR /&gt;Very quickly run the passwd command as root.&lt;BR /&gt;&lt;BR /&gt;You also might have an unauthorized login attempt as root, such as a hacker, external or internal. I'm attaching a script that checks that.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Feb 2004 12:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199644#M166373</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-23T12:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199645#M166374</link>
      <description>There is no third party script or anything that I am aware of..  If I try to rlogin into the machine as root from another machine, I do get the Account Disabled - See Administrator (which I find terribly ironic) message.&lt;BR /&gt;&lt;BR /&gt;It has always been the case that accounts would display this message when locked, when trying to login via the CDE.  It just magically happened with the password expirations on multiple machines over the weekend for root, which I've never had happen before.  I caught the rest and preventatively changed their passwords so I wasn't totally shut out.&lt;BR /&gt;&lt;BR /&gt;And yes, all machines are trusted systems.  I will try your suggestions and see what happens.  My normal login has root privlidges, but can't modify user accounts(that I know of) like root can - especially root's password.  It seems like your trick just uses this privlidge to get to see/edit the password file..  Correct?</description>
      <pubDate>Mon, 23 Feb 2004 12:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199645#M166374</guid>
      <dc:creator>Mark Stewart</dc:creator>
      <dc:date>2004-02-23T12:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199646#M166375</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No. These parameters are not specified in /etc/passwd file. There is a seperate trusted database under the tree of /tcb. You can find each account in the directory structure /tcb/files/auth/&lt;FIRST letter="" of="" the="" login=""&gt;/login&lt;BR /&gt;&lt;BR /&gt;But I suggest you don't trick it by editing these files. modprpw/modprdef are for this purpose.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;/FIRST&gt;</description>
      <pubDate>Mon, 23 Feb 2004 13:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199646#M166375</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-02-23T13:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199647#M166376</link>
      <description>well, the problem was that I don't think that anyone TRIED logging in before they were locked.. it just locked it when they expired..  so i don't know what getting more attempts gives me..</description>
      <pubDate>Mon, 23 Feb 2004 14:32:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199647#M166376</guid>
      <dc:creator>Mark Stewart</dc:creator>
      <dc:date>2004-02-23T14:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199648#M166377</link>
      <description>anyone have any other ideas on this?  still having this problem..</description>
      <pubDate>Wed, 17 Mar 2004 15:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199648#M166377</guid>
      <dc:creator>Mark Stewart</dc:creator>
      <dc:date>2004-03-17T15:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199649#M166378</link>
      <description>See if you can login at the system console.  &lt;BR /&gt;It may say account locked but login possible in no windows mode  ... it should let you in &lt;BR /&gt;then try:&lt;BR /&gt; &lt;BR /&gt;#modprpw -k root&lt;BR /&gt;#passwd root &lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;fwc&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Mar 2004 17:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199649#M166378</guid>
      <dc:creator>Floyd Curtis</dc:creator>
      <dc:date>2004-03-17T17:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Account/password problem on J2240 and J6000 series workstations.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199650#M166379</link>
      <description>i ended up having to take the machine apart, boot to the boot menu system and turn secure mode off.  I then reconnected the hard drives, booted to single user mode and changed the password(since it had expired).  Then I rebooted back to the normal CDE login screen and opted to login on the command line.  When you do this as root, it will actually let you login despite the account being disabled.  I then went into sam and reactivated all accounts.  For posterity, I temporarily disabled password aging until I could figure out what the proper settings should be.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help everyone though..</description>
      <pubDate>Thu, 18 Mar 2004 16:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/account-password-problem-on-j2240-and-j6000-series-workstations/m-p/3199650#M166379</guid>
      <dc:creator>Mark Stewart</dc:creator>
      <dc:date>2004-03-18T16:05:13Z</dc:date>
    </item>
  </channel>
</rss>

