<?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 Password complexity problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032150#M739752</link>
    <description>On an HP 11.23 Itanium box I have set some password requirements in /etc/default/security&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=2&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1&lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=1&lt;BR /&gt;MIN_PASSWORD_LENGTH=8&lt;BR /&gt;&lt;BR /&gt;I have a user who has tried to set his password to Branw:whol01 and this fails the test giving&lt;BR /&gt;"The password entered is not valid.  Valid passwords must contain... etc."&lt;BR /&gt;&lt;BR /&gt;This seems to be because the digits are not in the first eight characters.  E.g. Bran01w:whol passes.&lt;BR /&gt;&lt;BR /&gt;Is this a bug?  Is there a patch?&lt;BR /&gt;&lt;BR /&gt;John Kelly</description>
    <pubDate>Tue, 06 Mar 2007 11:48:06 GMT</pubDate>
    <dc:creator>John Kelly_3</dc:creator>
    <dc:date>2007-03-06T11:48:06Z</dc:date>
    <item>
      <title>Password complexity problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032150#M739752</link>
      <description>On an HP 11.23 Itanium box I have set some password requirements in /etc/default/security&lt;BR /&gt;PASSWORD_MIN_UPPER_CASE_CHARS=1&lt;BR /&gt;PASSWORD_MIN_LOWER_CASE_CHARS=2&lt;BR /&gt;PASSWORD_MIN_DIGIT_CHARS=1&lt;BR /&gt;PASSWORD_MIN_SPECIAL_CHARS=1&lt;BR /&gt;MIN_PASSWORD_LENGTH=8&lt;BR /&gt;&lt;BR /&gt;I have a user who has tried to set his password to Branw:whol01 and this fails the test giving&lt;BR /&gt;"The password entered is not valid.  Valid passwords must contain... etc."&lt;BR /&gt;&lt;BR /&gt;This seems to be because the digits are not in the first eight characters.  E.g. Bran01w:whol passes.&lt;BR /&gt;&lt;BR /&gt;Is this a bug?  Is there a patch?&lt;BR /&gt;&lt;BR /&gt;John Kelly</description>
      <pubDate>Tue, 06 Mar 2007 11:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032150#M739752</guid>
      <dc:creator>John Kelly_3</dc:creator>
      <dc:date>2007-03-06T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Password complexity problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032151#M739753</link>
      <description>It depends upon whether you are running trusted or standard passwords. With standard passwords only the first 8 characters of the plaintext password are significant and you would be wise to observe this convention because then you have passwords that are usable across all flavours of UNIX. If you are rnning a trusted system then you can enable longer passwords and the bigcrypt() function is used to encode the password hashes as opposed to the stanard UNIX crypt() function.&lt;BR /&gt;&lt;BR /&gt;Man security and pwpwd for details.</description>
      <pubDate>Tue, 06 Mar 2007 11:55:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032151#M739753</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-06T11:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Password complexity problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032152#M739754</link>
      <description>Thanks Clay.  It isn't Trusted at the moment but it would seem to make sense to do so with this issue confusing the users.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Tue, 06 Mar 2007 11:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032152#M739754</guid>
      <dc:creator>John Kelly_3</dc:creator>
      <dc:date>2007-03-06T11:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Password complexity problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032153#M739755</link>
      <description>In that case what I would do is modify /tcb/files/auth/system/default and set&lt;BR /&gt;u_maxlen#8 &lt;BR /&gt;so that when combined with your MIN_PASSWORD_LENGTH=8 in /etc/default/security&lt;BR /&gt;will make your password be exactly 8 character long and the user messages should then be more meaningful.&lt;BR /&gt;The setting in the system_default does assume that you have not explicitly set the u_maxlen value in a given user's file because the individual's setting then takes precedence over the default value.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Mar 2007 12:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032153#M739755</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-03-06T12:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password complexity problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032154#M739756</link>
      <description>Question answered above.  Thanks.</description>
      <pubDate>Wed, 07 Mar 2007 10:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-complexity-problem/m-p/5032154#M739756</guid>
      <dc:creator>John Kelly_3</dc:creator>
      <dc:date>2007-03-07T10:00:44Z</dc:date>
    </item>
  </channel>
</rss>

