<?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 Aging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827327#M87958</link>
    <description>logins -x -&lt;BR /&gt;&lt;BR /&gt;This will give you all the information about the user including password aging settings.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Gl.&lt;BR /&gt;&lt;BR /&gt;FG.</description>
    <pubDate>Wed, 16 Oct 2002 17:53:12 GMT</pubDate>
    <dc:creator>fg_1</dc:creator>
    <dc:date>2002-10-16T17:53:12Z</dc:date>
    <item>
      <title>Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827325#M87956</link>
      <description>I have an HP-UX 11.0 system with hundreds of users.  Is there a way for me to check what the password aging is set to for each user?  (Without going into SAM and checking every user individually.)  Some accounts have password aging on and others do not.  I want to know which accounts have it on, AND what it is set to.</description>
      <pubDate>Wed, 16 Oct 2002 17:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827325#M87956</guid>
      <dc:creator>Sam  Lalonde</dc:creator>
      <dc:date>2002-10-16T17:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827326#M87957</link>
      <description>logins -a</description>
      <pubDate>Wed, 16 Oct 2002 17:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827326#M87957</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2002-10-16T17:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827327#M87958</link>
      <description>logins -x -&lt;BR /&gt;&lt;BR /&gt;This will give you all the information about the user including password aging settings.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Gl.&lt;BR /&gt;&lt;BR /&gt;FG.</description>
      <pubDate>Wed, 16 Oct 2002 17:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827327#M87958</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-10-16T17:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827328#M87959</link>
      <description>OR you can try this quick script that I wrote ..&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;IFS=:&lt;BR /&gt;exec 0while read -r Name Pass&lt;BR /&gt;do&lt;BR /&gt; AGE=$(echo $Pass|awk -F, '{print $2}')&lt;BR /&gt; echo "$Name == $AGE"&lt;BR /&gt;done&lt;BR /&gt;Test the above against a copy of your password file "passwd.test". If nothing is assigned to $AGE means it does not have the aging string.&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2002 18:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/2827328#M87959</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-16T18:04:52Z</dc:date>
    </item>
  </channel>
</rss>

