<?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: finding maximum characters for password in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612410#M741940</link>
    <description>Unless your system is Trusted (look for a directory: /tcb which means it is Trusted), the maximum is 8 characters. BUT it is NOT enforced so you may enter 50 characters to create the password and all characters beyond 8 are silently ignored. You may enter more than 8 characters when logging in but every character after 8 is meaningless. Fot Trusted systems, use SAM to look at the security policies.</description>
    <pubDate>Thu, 25 Aug 2005 21:10:01 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-08-25T21:10:01Z</dc:date>
    <item>
      <title>finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612408#M741938</link>
      <description>I'm working on HP-UX 10.20.&lt;BR /&gt;How do I find out the maximum number of characters for a user generated password?</description>
      <pubDate>Thu, 25 Aug 2005 20:43:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612408#M741938</guid>
      <dc:creator>Jimmy Kong_1</dc:creator>
      <dc:date>2005-08-25T20:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612409#M741939</link>
      <description>If this is a trusted system then look in /tcb/files/auth/[a-z]/username. If the field u_maxlen is defined then that is the limit. If not defined then the limit defined in /tcb/files/auth/system/default is the value (u_maxlen). If this is a non-trusted system or uses NIS then 8 significant characters is the limit although more than 8 can be entered.</description>
      <pubDate>Thu, 25 Aug 2005 21:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612409#M741939</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-08-25T21:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612410#M741940</link>
      <description>Unless your system is Trusted (look for a directory: /tcb which means it is Trusted), the maximum is 8 characters. BUT it is NOT enforced so you may enter 50 characters to create the password and all characters beyond 8 are silently ignored. You may enter more than 8 characters when logging in but every character after 8 is meaningless. Fot Trusted systems, use SAM to look at the security policies.</description>
      <pubDate>Thu, 25 Aug 2005 21:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612410#M741940</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-25T21:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612411#M741941</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You can check also the information about password on the manual page of the passwd command :&lt;BR /&gt;&lt;BR /&gt;# man passwd&lt;BR /&gt;&lt;BR /&gt;Hope this information can help you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Thu, 25 Aug 2005 21:42:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612411#M741941</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2005-08-25T21:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612412#M741942</link>
      <description>It is a trusted system, the limit appears to be defined in &lt;BR /&gt;/tcb/files/auth/system/default (u_maxlen=12). Is this for system generated password? &lt;BR /&gt;However, it seems NOT enforced as I can reset the password to more than 50 characters.&lt;BR /&gt;From what you said, "characters beyond 8 are silently ignored". &lt;BR /&gt;I tested that with more than 15 characters and it didn't accept the password &lt;BR /&gt;even though the first 8 characters are correct.&lt;BR /&gt;Under SAM, the security policies stated maximum password length is set to 12 &lt;BR /&gt;but I understand this operates under system generated password &lt;BR /&gt;(not user generated which I'm looking into).</description>
      <pubDate>Thu, 25 Aug 2005 22:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612412#M741942</guid>
      <dc:creator>Jimmy Kong_1</dc:creator>
      <dc:date>2005-08-25T22:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: finding maximum characters for password</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612413#M741943</link>
      <description>You wrwote:&lt;BR /&gt; &lt;BR /&gt;"  &lt;BR /&gt;Aug 26, 2005 03:49:29 GMT    N/A: Question Author  &lt;BR /&gt;It is a trusted system, the limit appears to be defined in&lt;BR /&gt;/tcb/files/auth/system/default (u_maxlen=12). Is this for system generated password?"&lt;BR /&gt;&lt;BR /&gt;Correct. Only for system generated passwords.&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;"However, it seems NOT enforced as I can reset the password to more than 50 characters."&lt;BR /&gt; &lt;BR /&gt;There is a separate file for these settings. It is /etc/default/security and does not exist unless you create it. The settings that will work in this file depend entirely on your security patches. Use the man page for security (man security) to define the available keywords. For user-selected password length there are no controls. A user can enter whatever they want to use. There is a minimum password length however:&lt;BR /&gt; &lt;BR /&gt;MIN_PASSWORD_LENGTH=6&lt;BR /&gt; &lt;BR /&gt;You can also enforce a history (don't re-use old passwords) as well as controlling the UPPERCASE, lowercase, digts and special characters required in a user-generated password.&lt;BR /&gt; &lt;BR /&gt;"From what you said, "characters beyond 8 are silently ignored".&lt;BR /&gt;I tested that with more than 15 characters and it didn't accept the password&lt;BR /&gt;even though the first 8 characters are correct."&lt;BR /&gt; &lt;BR /&gt;This only applies to non-Trusted systems. Normally, no one will notice this feature until users with long passwords are converted to a Trusted system. The old password remains at 8 characters max b ut under a Trusted system, all characters entered are now significant. Therefore, the user must enter only 8 max to logon to the newly Trusted system.&lt;BR /&gt;&lt;BR /&gt;"Under SAM, the security policies stated maximum password length is set to 12&lt;BR /&gt;but I understand this operates under system generated password&lt;BR /&gt;(not user generated which I'm looking into)."&lt;BR /&gt; &lt;BR /&gt;Correct.</description>
      <pubDate>Fri, 26 Aug 2005 08:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/finding-maximum-characters-for-password/m-p/3612413#M741943</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-08-26T08:02:10Z</dc:date>
    </item>
  </channel>
</rss>

