<?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 length without Trusted System in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905148#M752226</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Yes.&lt;BR /&gt;&lt;BR /&gt;2. From the SR of this patch&lt;BR /&gt;&lt;BR /&gt;//&lt;BR /&gt;(SR: 1653307520 CR: JAGab24842)&lt;BR /&gt; Password minimum length is hard-wired to be 6 characters&lt;BR /&gt; in libpam_unix.1.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; libpam_unix.1 now sets the minimum password length to the&lt;BR /&gt; user-defined value of the MIN_PASSWORD_LENGTH=N parameter&lt;BR /&gt; in the /etc/default/security file.  For untrusted systems&lt;BR /&gt; "N" can be any value between 6 and 8; for trusted systems&lt;BR /&gt; "N" can be any value between 6 and 80.  The default value&lt;BR /&gt; is 6.  This parameter has effect only when a password is&lt;BR /&gt; changed.  On untrusted systems, this parameter does not&lt;BR /&gt; apply to the root user.  As an example, create a file&lt;BR /&gt; called /etc/default/security, if it does not already&lt;BR /&gt; exist, and make it world readable and root write-able.&lt;BR /&gt; Add the following line to the file:&lt;BR /&gt; MIN_PASSWORD_LENGTH=8&lt;BR /&gt;//&lt;BR /&gt;&lt;BR /&gt;This parameter has effect only when a password is changed. So, the users with less than 8 chars passwords should be fine.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Fri, 14 Feb 2003 17:19:20 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2003-02-14T17:19:20Z</dc:date>
    <item>
      <title>password length without Trusted System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905147#M752225</link>
      <description>Two Questions: 1. I was told that we can install the patch PHCO_20334 (or better) to be able to have password length requirement without converting to Trusted System. Is this correct?  2. If we can and we set the min_password_length to 8, what will happened to those users with less than 8 chars in length passwords. Thanks!!</description>
      <pubDate>Fri, 14 Feb 2003 17:02:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905147#M752225</guid>
      <dc:creator>MICHAEL_30</dc:creator>
      <dc:date>2003-02-14T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: password length without Trusted System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905148#M752226</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. Yes.&lt;BR /&gt;&lt;BR /&gt;2. From the SR of this patch&lt;BR /&gt;&lt;BR /&gt;//&lt;BR /&gt;(SR: 1653307520 CR: JAGab24842)&lt;BR /&gt; Password minimum length is hard-wired to be 6 characters&lt;BR /&gt; in libpam_unix.1.&lt;BR /&gt;&lt;BR /&gt; Resolution:&lt;BR /&gt; libpam_unix.1 now sets the minimum password length to the&lt;BR /&gt; user-defined value of the MIN_PASSWORD_LENGTH=N parameter&lt;BR /&gt; in the /etc/default/security file.  For untrusted systems&lt;BR /&gt; "N" can be any value between 6 and 8; for trusted systems&lt;BR /&gt; "N" can be any value between 6 and 80.  The default value&lt;BR /&gt; is 6.  This parameter has effect only when a password is&lt;BR /&gt; changed.  On untrusted systems, this parameter does not&lt;BR /&gt; apply to the root user.  As an example, create a file&lt;BR /&gt; called /etc/default/security, if it does not already&lt;BR /&gt; exist, and make it world readable and root write-able.&lt;BR /&gt; Add the following line to the file:&lt;BR /&gt; MIN_PASSWORD_LENGTH=8&lt;BR /&gt;//&lt;BR /&gt;&lt;BR /&gt;This parameter has effect only when a password is changed. So, the users with less than 8 chars passwords should be fine.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 14 Feb 2003 17:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905148#M752226</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-14T17:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: password length without Trusted System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905149#M752227</link>
      <description>Sridhar, Thanks a lot!!!</description>
      <pubDate>Fri, 14 Feb 2003 17:25:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905149#M752227</guid>
      <dc:creator>MICHAEL_30</dc:creator>
      <dc:date>2003-02-14T17:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: password length without Trusted System</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905150#M752228</link>
      <description>I have not try this but looking at the patch it seems that the minimum password length can be changed in /etc/default/security (after the patch is installed). If your system is untrusted and you've set MIN_PASSWORD_LENGTH (in /etc/default/security) to say 8 and if you got any existing users which has 6 or more chars in their password it should still work ( I think). To play safe what you can do is force all your users to change their password after you've installed the patch.</description>
      <pubDate>Fri, 14 Feb 2003 17:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length-without-trusted-system/m-p/2905150#M752228</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-14T17:28:18Z</dc:date>
    </item>
  </channel>
</rss>

