<?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: Gathering info on password aging / last time changed? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683941#M488044</link>
    <description>&lt;P&gt;&amp;gt;I read the man page for passwd but didn't find many clues to what PS and LK stand for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's quite clear, at least in the 11.31 version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The format of the display will be:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name status mm/dd/yy min max warn&lt;BR /&gt;&amp;nbsp;&amp;nbsp; where status means: PS =passworded; LK =locked; and NP =no password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Is the date listed there the last time the password was changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most likely, see passwd(4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you looked at "logins -x"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Dec 2014 17:11:53 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2014-12-11T17:11:53Z</dc:date>
    <item>
      <title>Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683901#M488043</link>
      <description>&lt;P&gt;I have several HP-UX 11.0 and 11.11 machines. &amp;nbsp;They are untrusted systems so I can't use that wonderful tool known as getprpw. &amp;nbsp;:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far the best command I have found for trying to gather this password info is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#passwd -sa | more&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not quite sure how to read the output of that command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a sample-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root PS&lt;/P&gt;&lt;P&gt;daemon LK&lt;/P&gt;&lt;P&gt;bin LK&lt;/P&gt;&lt;P&gt;sys LK&lt;/P&gt;&lt;P&gt;adm LK&lt;/P&gt;&lt;P&gt;uucp LK&lt;/P&gt;&lt;P&gt;lp LK&lt;/P&gt;&lt;P&gt;DLR001 PS 06/26/14 0 84&lt;/P&gt;&lt;P&gt;DLR002 PS 07/17/14 0 84&lt;/P&gt;&lt;P&gt;DLR003 PS 09/18/14 0 84&lt;/P&gt;&lt;P&gt;DLR015 PS 05/24/12 0 84&lt;/P&gt;&lt;P&gt;DLR023 LK 06/21/07 0 84&lt;/P&gt;&lt;P&gt;DLR073 LK&amp;nbsp;&lt;SPAN&gt;06/21/07 0 84&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read the man page for passwd but didn't find many clues to what PS and LK stand for. &amp;nbsp;Is the date listed there the last time the password was changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does that zero indicate before the 84?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;84 days = 12 weeks so I think that is how long the passwords last before they have to be changed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 15:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683901#M488043</guid>
      <dc:creator>JDR45</dc:creator>
      <dc:date>2014-12-11T15:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683941#M488044</link>
      <description>&lt;P&gt;&amp;gt;I read the man page for passwd but didn't find many clues to what PS and LK stand for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's quite clear, at least in the 11.31 version:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The format of the display will be:&lt;BR /&gt;&amp;nbsp;&amp;nbsp; name status mm/dd/yy min max warn&lt;BR /&gt;&amp;nbsp;&amp;nbsp; where status means: PS =passworded; LK =locked; and NP =no password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Is the date listed there the last time the password was changed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most likely, see passwd(4).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you looked at "logins -x"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 17:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683941#M488044</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-12-11T17:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683960#M488045</link>
      <description>&lt;P&gt;Thanks for the info on PS, LK, and NP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the info listed with logins -x looks like it has exactly what I am after. &amp;nbsp;logins -x &amp;nbsp;plus passwd -sa will be very helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 18:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683960#M488045</guid>
      <dc:creator>JDR45</dc:creator>
      <dc:date>2014-12-11T18:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683977#M488046</link>
      <description>&lt;P&gt;&amp;gt;Thanks much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're happy with your answers, please assign kudos by clicking the thumbs up.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 19:37:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683977#M488046</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-12-11T19:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683989#M488047</link>
      <description>&lt;P&gt;I have been trying but get nowhere when I click the "kudos" button. &amp;nbsp;Will try from a different browser.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Dec 2014 20:26:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6683989#M488047</guid>
      <dc:creator>JDR45</dc:creator>
      <dc:date>2014-12-11T20:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Gathering info on password aging / last time changed?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6684155#M488049</link>
      <description>&lt;P&gt;&amp;gt;have been trying but get nowhere when I click the "kudos" button.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you doing it on my posts?&amp;nbsp; You can't do it on your posts.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Dec 2014 10:11:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gathering-info-on-password-aging-last-time-changed/m-p/6684155#M488049</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2014-12-12T10:11:36Z</dc:date>
    </item>
  </channel>
</rss>

