<?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/4788011#M607262</link>
    <description>&lt;P&gt;This should have all info you need:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/Security/Passwords-non-expiring/m-p/2889759#M5053" target="_blank"&gt;http://h30499.www3.hp.com/t5/Security/Passwords-non-expiring/m-p/2889759#M5053&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jul 2011 20:17:21 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2011-07-07T20:17:21Z</dc:date>
    <item>
      <title>Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788008#M607259</link>
      <description>How to set password aging?. if i want expire passwd on with in two days.Kindly expain syntax.</description>
      <pubDate>Mon, 16 May 2011 03:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788008#M607259</guid>
      <dc:creator>Abubakkar</dc:creator>
      <dc:date>2011-05-16T03:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788009#M607260</link>
      <description>as root&lt;BR /&gt;&lt;BR /&gt;# usermod -e mm/dd/yy username &lt;BR /&gt;&lt;BR /&gt;-e used to change the user expiration date&lt;BR /&gt;&lt;BR /&gt;-e will only work if you have shadow file &lt;BR /&gt;&lt;BR /&gt;for password aging&lt;BR /&gt;&lt;BR /&gt;# passwd -n 7 -x 70 -w 14 username&lt;BR /&gt;&lt;BR /&gt;-n user cannot change his password after this defined period &lt;BR /&gt;&lt;BR /&gt;-x password expire after this period&lt;BR /&gt;&lt;BR /&gt;-w warning period&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 16 May 2011 08:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788009#M607260</guid>
      <dc:creator>Ahmed Douban</dc:creator>
      <dc:date>2011-05-16T08:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788010#M607261</link>
      <description>&lt;P&gt;it might be useful for you:&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/System-Administration/passwd-aging-and-forcing-passwd-change-doesn-t-work-at-all/m-p/5157398#M455742" target="_blank"&gt;http://h30499.www3.hp.com/t5/System-Administration/passwd-aging-and-forcing-passwd-change-doesn-t-work-at-all/m-p/5157398#M455742&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 21:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788010#M607261</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-08-08T21:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788011#M607262</link>
      <description>&lt;P&gt;This should have all info you need:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h30499.www3.hp.com/t5/Security/Passwords-non-expiring/m-p/2889759#M5053" target="_blank"&gt;http://h30499.www3.hp.com/t5/Security/Passwords-non-expiring/m-p/2889759#M5053&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:17:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788011#M607262</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2011-07-07T20:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788012#M607263</link>
      <description>Additionally if you want to disable password aging just use passwd to create new password:&lt;BR /&gt; # passwd denee&lt;BR /&gt;Changing password for denee&lt;BR /&gt;New password:&lt;BR /&gt;Re-enter new password:&lt;BR /&gt;Passwd successfully changed&lt;BR /&gt;# logins -x -l denee&lt;BR /&gt;denee           120     users           20      ,,,&lt;BR /&gt;                        /home/denee&lt;BR /&gt;                        /usr/bin/sh&lt;BR /&gt;                        PS 000000 -1 -1 -1&lt;BR /&gt;password aging is disabled now in untrusted system.&lt;BR /&gt;just add  user can change the password after 7 days :&lt;BR /&gt; # passwd -n 1 denee&lt;BR /&gt;&lt;MIN&gt; argument rounded up to nearest week&lt;BR /&gt;# logins -x -l denee&lt;BR /&gt;denee           120     users           20      ,,,&lt;BR /&gt;                        /home/denee&lt;BR /&gt;                        /usr/bin/sh&lt;BR /&gt;                        PS 051211 7 0 -1&lt;BR /&gt;aware of that you can see the date modified only if you put this option.&lt;BR /&gt;&lt;BR /&gt;&lt;/MIN&gt;</description>
      <pubDate>Tue, 17 May 2011 06:29:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788012#M607263</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-05-17T06:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788013#M607264</link>
      <description>Do you have a trusted system?&lt;BR /&gt;If not, you only have granularity in terms of weeks.</description>
      <pubDate>Sun, 22 May 2011 09:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788013#M607264</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-05-22T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Password Aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788014#M607265</link>
      <description>Hey AbuBakkar,&lt;BR /&gt;&lt;BR /&gt;Rememember you have to be in shadow mode for this and it requires the execution of pwconv if you are in standard passwd mode. As mentioned just specify the expiry date.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Ismail Azad</description>
      <pubDate>Sun, 22 May 2011 18:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/4788014#M607265</guid>
      <dc:creator>Ismail Azad</dc:creator>
      <dc:date>2011-05-22T18:27:08Z</dc:date>
    </item>
  </channel>
</rss>

