<?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 last passwd change in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116738#M314097</link>
    <description>&lt;BR /&gt; what is the command to see the last passwd change in hp-ux. in linux it is chage -l username.&lt;BR /&gt;&lt;BR /&gt; thanks in advance.</description>
    <pubDate>Fri, 14 Dec 2007 07:34:18 GMT</pubDate>
    <dc:creator>sandeep mathur</dc:creator>
    <dc:date>2007-12-14T07:34:18Z</dc:date>
    <item>
      <title>last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116738#M314097</link>
      <description>&lt;BR /&gt; what is the command to see the last passwd change in hp-ux. in linux it is chage -l username.&lt;BR /&gt;&lt;BR /&gt; thanks in advance.</description>
      <pubDate>Fri, 14 Dec 2007 07:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116738#M314097</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-12-14T07:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116739#M314098</link>
      <description>If the system is trusted:&lt;BR /&gt;&lt;BR /&gt;# passwd -s username&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# /usr/lbin/getprpw -m spwchng username&lt;BR /&gt;&lt;BR /&gt;If the system is not trusted:&lt;BR /&gt;&lt;BR /&gt;# passwd -s username</description>
      <pubDate>Fri, 14 Dec 2007 07:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116739#M314098</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-14T07:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116740#M314099</link>
      <description>patrik:&lt;BR /&gt;I am not sure if sandeep is asking the information you have given.&lt;BR /&gt;passwd -s &amp;lt;&amp;gt;&lt;BR /&gt;would show only status&lt;BR /&gt;PS =passworded;&lt;BR /&gt;LK =locked; and &lt;BR /&gt;NP =no password.&lt;BR /&gt;&lt;BR /&gt;What he want is to see when last passwd was changed.&lt;BR /&gt;I am not sure about this,other than see when passwd file was modified.&lt;BR /&gt;&lt;BR /&gt;Please let me know if there is smthing like this.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 07:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116740#M314099</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-14T07:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116741#M314100</link>
      <description>Did you try the command or read the man page for the '-s' option to passwd?&lt;BR /&gt;&lt;BR /&gt;# passwd -s user&lt;BR /&gt;user  PS    10/31/07    7  90  14&lt;BR /&gt;&lt;BR /&gt;The above output means:&lt;BR /&gt;user=user&lt;BR /&gt;PS=status (check the man page for possible values)&lt;BR /&gt;10/31/07 = date password last changed&lt;BR /&gt;7=minimum password age&lt;BR /&gt;90=max password age&lt;BR /&gt;14=# of days to warn before password expires&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116741#M314100</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-12-14T08:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116742#M314101</link>
      <description>what kapil jha is telling is right but i wont get the last passwd changed when i use passwd -s username command.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116742#M314101</guid>
      <dc:creator>sandeep mathur</dc:creator>
      <dc:date>2007-12-14T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116743#M314102</link>
      <description>Patris is right Kapil....&lt;BR /&gt;&lt;BR /&gt;but why this happned?&lt;BR /&gt;&lt;BR /&gt;# passwd secroot&lt;BR /&gt;Changing password for secroot&lt;BR /&gt;New password: &lt;BR /&gt;Re-enter new password: &lt;BR /&gt;Passwd successfully changed    (Today)&lt;BR /&gt;# passwd -s secroot&lt;BR /&gt;secroot  PS    12/13/07    77  77  (Yesterday)&lt;BR /&gt;# date&lt;BR /&gt;Fri Dec 14 14:16:07 IST 2007&lt;BR /&gt;-----------&lt;BR /&gt;&lt;BR /&gt;$ passwd -s secroot                                                                                                             &lt;BR /&gt;secroot  PS    12/13/07    77  77  &lt;BR /&gt;$ id&lt;BR /&gt;uid=110(secroot) gid=20(users)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 08:51:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116743#M314102</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-14T08:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116744#M314103</link>
      <description>Sandeep,&lt;BR /&gt;&lt;BR /&gt;What OS version you are running....&lt;BR /&gt;&lt;BR /&gt;Anshu</description>
      <pubDate>Fri, 14 Dec 2007 08:52:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116744#M314103</guid>
      <dc:creator>Anshumali</dc:creator>
      <dc:date>2007-12-14T08:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116745#M314104</link>
      <description>Hey output i was getting on my system is&lt;BR /&gt;# passwd -s user&lt;BR /&gt;user PS &lt;BR /&gt;I saw I had not activated password aging , and that is why this output.&lt;BR /&gt;U are absolutely right Patrick.&lt;BR /&gt;Sorry!!!!&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Fri, 14 Dec 2007 08:56:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116745#M314104</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-14T08:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116746#M314105</link>
      <description>A quick-ugly script that will get you the date the password was last changed for all usders on the system. It's formatted like it is because I combine the output with some other scripts that return the last-login-date and deactivated-reason. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Dec 2007 16:24:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116746#M314105</guid>
      <dc:creator>S.Rider</dc:creator>
      <dc:date>2007-12-14T16:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116747#M314106</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You have assigned points to only 1 out of the 41 replies you have received, please read forum guidelines in assigning points.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;&lt;BR /&gt;HGN</description>
      <pubDate>Fri, 14 Dec 2007 16:52:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116747#M314106</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2007-12-14T16:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: last passwd change</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116748#M314107</link>
      <description>is very easy, with perl's script you obtain the last passwd change.&lt;BR /&gt;&lt;BR /&gt;cat /tcb/files/auth/u/user&lt;BR /&gt;&lt;BR /&gt;this parameter:&lt;BR /&gt;u_succhg#1196271850&lt;BR /&gt;&lt;BR /&gt;and the command line with perl&lt;BR /&gt;&lt;BR /&gt;perl -e 'print localtime(1196271850)."\n"'&lt;BR /&gt;&lt;BR /&gt;Wed Nov 28 15:44:10 2007&lt;BR /&gt;&lt;BR /&gt;bye</description>
      <pubDate>Mon, 07 Jan 2008 18:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/last-passwd-change/m-p/4116748#M314107</guid>
      <dc:creator>El Gordo Tramposo</dc:creator>
      <dc:date>2008-01-07T18:12:09Z</dc:date>
    </item>
  </channel>
</rss>

