<?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 policy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009835#M298664</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'usrmod(1M)' and 'security(4)'. Pay attention to the caveats in the 'security' file discussion --- in particular, the MIN_PASSWORD_LENGTH is limited on untrusted systems.&lt;BR /&gt;&lt;BR /&gt;Note also, that trusted mode is deprecated beginning with 11.31. The 'shadow(4)' password file is the preferred path.&lt;BR /&gt;&lt;BR /&gt;By the way, 11.22 is obsolete.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 30 May 2007 09:13:59 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-05-30T09:13:59Z</dc:date>
    <item>
      <title>password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009833#M298662</link>
      <description>Hello all u guru's of HP-UX...&lt;BR /&gt;&lt;BR /&gt;  I need to enable password restriction on HP machines &lt;BR /&gt;&lt;BR /&gt;1. Password ageing &lt;BR /&gt;2. Password length&lt;BR /&gt;3. Force password change&lt;BR /&gt;   Can some one please let me know how can this be done on HP-UX 11.0,11.11,11.23,11.22...?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for all your help ...&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2007 08:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009833#M298662</guid>
      <dc:creator>whiteSox</dc:creator>
      <dc:date>2007-05-30T08:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009834#M298663</link>
      <description>The first thing to do is switch to a trusted system.  That will enable a lot of what you require.&lt;BR /&gt;&lt;BR /&gt;On top of that you can use features available in the /etc/default/security file.  Do a 'man security' for more details.  This file does not exist by default and must be created.</description>
      <pubDate>Wed, 30 May 2007 08:57:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009834#M298663</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2007-05-30T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009835#M298664</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'usrmod(1M)' and 'security(4)'. Pay attention to the caveats in the 'security' file discussion --- in particular, the MIN_PASSWORD_LENGTH is limited on untrusted systems.&lt;BR /&gt;&lt;BR /&gt;Note also, that trusted mode is deprecated beginning with 11.31. The 'shadow(4)' password file is the preferred path.&lt;BR /&gt;&lt;BR /&gt;By the way, 11.22 is obsolete.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 May 2007 09:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009835#M298664</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-05-30T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009836#M298665</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can use the /etc/default/security file.&lt;BR /&gt;&lt;BR /&gt;example:&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=2&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=2&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=2&lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=2&lt;BR /&gt;PASSWORD_HISTORY_DEPTH=10&lt;BR /&gt;MIN_PASSWORD_LENGTH=9&lt;BR /&gt;&lt;BR /&gt;sp,&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2007 14:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009836#M298665</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-05-30T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: password policy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009837#M298666</link>
      <description>Also, you should consider standard-mode security extensions.  It is available for download for 11.23, and bundled with 11.31.&lt;BR /&gt;&lt;BR /&gt;It gives most of the trusted-mode functionality  to users without having to switch to trusted mode, which is being deprecated.&lt;BR /&gt;&lt;BR /&gt;I'd agree with the rest of the folks that trusted mode is your best bet for 11.00, 11.11, and 11.22.</description>
      <pubDate>Thu, 31 May 2007 11:12:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-policy/m-p/4009837#M298666</guid>
      <dc:creator>Robert Fritz</dc:creator>
      <dc:date>2007-05-31T11:12:42Z</dc:date>
    </item>
  </channel>
</rss>

