<?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/3164895#M160133</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you can do it, if you are running on HP UX 11i and installed a additional product called HP ShadowPassword Bundle.&lt;BR /&gt;&lt;BR /&gt;It will add 3 parameters in /etc/default/security file which can be used to acheive it. after installing this /etc/passwd file will not have encrypted password, these will  be moved to /etc/shadow file.&lt;BR /&gt;&lt;BR /&gt;it can be done without converting system into trusted mode.&lt;BR /&gt;&lt;BR /&gt;read this for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://newfdawg.com/SecBook-2.4.1.htm" target="_blank"&gt;http://newfdawg.com/SecBook-2.4.1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
    <pubDate>Thu, 15 Jan 2004 01:35:31 GMT</pubDate>
    <dc:creator>Sunil Sharma_1</dc:creator>
    <dc:date>2004-01-15T01:35:31Z</dc:date>
    <item>
      <title>password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164890#M160128</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i have 2 question regarding password aging&lt;BR /&gt;&lt;BR /&gt;1. Can it be set for all user at a time. ie when new user is created he will automatically have the same policy.&lt;BR /&gt;&lt;BR /&gt;2. Can i set message that will appear to a user 5/6 days before password expires.&lt;BR /&gt;&lt;BR /&gt;Khashru</description>
      <pubDate>Wed, 14 Jan 2004 21:56:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164890#M160128</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2004-01-14T21:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164891#M160129</link>
      <description>You can set it system wide.&lt;BR /&gt;sam --&amp;gt; auditing and security --&amp;gt; system security policies --&amp;gt; password aging policies &lt;BR /&gt;or you can set it individually.&lt;BR /&gt;accounts for users --&amp;gt; users --pick you user --&amp;gt; actions --&amp;gt; modify security policy&lt;BR /&gt;&lt;BR /&gt;As far as the warning is concerned, this in the system wide password aging policies and shown above. (password expiration warning time) which you can set to however many days you like.</description>
      <pubDate>Wed, 14 Jan 2004 22:07:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164891#M160129</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-01-14T22:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164892#M160130</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i donot have trusted system. And i donot want to do that. In that case how can i set machine wide and also add message.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jan 2004 22:13:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164892#M160130</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2004-01-14T22:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164893#M160131</link>
      <description>As far as I know you can't set these policies without your system being trusted. Changing to trusted sets up a database for a variety of password aging functions.&lt;BR /&gt;The only aging you can use for passwords is time related and you cannot create warnings without writing a quite detailed script. See man 4 passwd for details on setting up the actual aging.</description>
      <pubDate>Wed, 14 Jan 2004 22:35:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164893#M160131</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-01-14T22:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164894#M160132</link>
      <description>You can set these passwords with the passwd command by running a script.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the variables are descriptive.&lt;BR /&gt;&lt;BR /&gt;#  passwd -r file -n $MINDAYS -x $MAXDAYS $user&lt;BR /&gt;&lt;BR /&gt;How and when to trigger it, is your part of the job.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 Jan 2004 22:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164894#M160132</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-14T22:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: password aging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164895#M160133</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, you can do it, if you are running on HP UX 11i and installed a additional product called HP ShadowPassword Bundle.&lt;BR /&gt;&lt;BR /&gt;It will add 3 parameters in /etc/default/security file which can be used to acheive it. after installing this /etc/passwd file will not have encrypted password, these will  be moved to /etc/shadow file.&lt;BR /&gt;&lt;BR /&gt;it can be done without converting system into trusted mode.&lt;BR /&gt;&lt;BR /&gt;read this for more info&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://newfdawg.com/SecBook-2.4.1.htm" target="_blank"&gt;http://newfdawg.com/SecBook-2.4.1.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword" target="_blank"&gt;http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Thu, 15 Jan 2004 01:35:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-aging/m-p/3164895#M160133</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-01-15T01:35:31Z</dc:date>
    </item>
  </channel>
</rss>

