<?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: Trusted system password expring in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010387#M739313</link>
    <description>Thanks for the help.</description>
    <pubDate>Wed, 25 Oct 2006 11:38:25 GMT</pubDate>
    <dc:creator>John Oberlander</dc:creator>
    <dc:date>2006-10-25T11:38:25Z</dc:date>
    <item>
      <title>Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010382#M739308</link>
      <description>I have a 11iv1 trusted system with a user that the programmers are having problems with.  They say that the password expires everyday even though i have password aging disabled.  What is the minimal auditing do i need to turn on in order to see what happens?  I don't see anything in the auditing events that would give me this info in the logs.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;universe@/usr/lbin: ./getprpw abatmgr&lt;BR /&gt;uid=1851, bootpw=NO, audid=424, audflg=1, mintm=0, maxpwln=-1, exptm=0, lftm=0, spwchg=Tue Oct 24 06:37:47 2006, upwchg=Mon Sep 11 08:40:18 2006, acctexp=-1, llog=-1, expwarn=0, usrpick=DFT, syspnpw=DFT, rstrpw=DFT, nullpw=DFT, admnum=-1, syschpw=DFT, sysltpw=DFT, timeod=-1, slogint=Wed Oct 25 09:09:55 2006, ulogint=Tue Oct 24 21:25:13 2006, sloginy=pts/tai, culogin=-1, uloginy=pts/t1, umaxlntr=-1, alock=NO, lockout=0000000&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2006 09:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010382#M739308</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2006-10-25T09:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010383#M739309</link>
      <description>Is it really expiring, requiring them to select a new password, or is the account being locked so they can't login at all? Offhand, I would suspect the latter, in which case, you can check the lockout value of the getprpw output to see why the account is locked. From the getprpw man page:&lt;BR /&gt;&lt;BR /&gt;lockout        returns the reason for a lockout in a "bit" valued string, where 0 = condition not present, 1 is present.  The position, left to right represents:&lt;BR /&gt;&lt;BR /&gt;1 past password lifetime&lt;BR /&gt;2 past last login time (inactive account)&lt;BR /&gt;3 past absolute account lifetime&lt;BR /&gt;4 exceeded unsuccessful login attempts&lt;BR /&gt;5 password required and a null password&lt;BR /&gt;6 admin lock&lt;BR /&gt;7 password is a *</description>
      <pubDate>Wed, 25 Oct 2006 09:28:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010383#M739309</guid>
      <dc:creator>Jeff_Traigle</dc:creator>
      <dc:date>2006-10-25T09:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010384#M739310</link>
      <description>I have the lockout period to be 5 unsucessful attempts.  Lastb dosen't show any bad attempts, so i dont believe its that.  I think the programmers are screwing with me, i just need to get the minimal amount of auditing turned on to prove otherwise.  They say it's expiring, but they haven't sent me a screen shot where it says it expired and to choose a new password.  Everytime i check the getprpw, the lockout is always zero's.  I guess i can set up a script to check the account every hour and log the output to see what lockout bit is set.  &lt;BR /&gt;&lt;BR /&gt;Is there a way to tell what was the last reason for the password change, even though the account isn't currently disabled/expired or locked?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;John</description>
      <pubDate>Wed, 25 Oct 2006 09:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010384#M739310</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2006-10-25T09:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010385#M739311</link>
      <description>The lockout code is a series of 1's and 0's with the position of a 1 indicating the reason for the lockout. I have attached a script which decodes all this and a bunch of other user status details. Mainly, it can verify that the user account is not locked.&lt;BR /&gt; &lt;BR /&gt;As far as the users that are complaining, they need to copy the screen when there is a failure. Another test is: are all users affected, or just a few programmers? Add a dummy user and check the login every day. Just in case, look at .profile for users with a problem. Is there a strange command or sourced file that doesn't appear in root's .profile (possible hacker loose)? Are the programmers using /usr/bin/sh or some other shell?</description>
      <pubDate>Wed, 25 Oct 2006 10:29:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010385#M739311</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-25T10:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010386#M739312</link>
      <description>Thanks for the script!  So what im reading is that there is no way to find out when and why an account was previsoully locked if it's already been unlocked.  I'll write a script that will check the lockout bits every half hour and to let me know if and when it does.&lt;BR /&gt;&lt;BR /&gt;Thanks for the help,&lt;BR /&gt;John</description>
      <pubDate>Wed, 25 Oct 2006 10:42:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010386#M739312</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2006-10-25T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: Trusted system password expring</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010387#M739313</link>
      <description>Thanks for the help.</description>
      <pubDate>Wed, 25 Oct 2006 11:38:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trusted-system-password-expring/m-p/5010387#M739313</guid>
      <dc:creator>John Oberlander</dc:creator>
      <dc:date>2006-10-25T11:38:25Z</dc:date>
    </item>
  </channel>
</rss>

