<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427348#M1836</link>
    <description>Thanks for all the answers. I will go do some reading now.</description>
    <pubDate>Fri, 23 Jun 2000 13:24:53 GMT</pubDate>
    <dc:creator>Amiel Tutolo</dc:creator>
    <dc:date>2000-06-23T13:24:53Z</dc:date>
    <item>
      <title>Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427341#M1829</link>
      <description>I would like to know if there is a place in 11.x to set the password length so that it can be greater than 8 characters? I know the userid is restricted to 8 or less. Is this true for userid also. Thanks.</description>
      <pubDate>Fri, 23 Jun 2000 13:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427341#M1829</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2000-06-23T13:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427342#M1830</link>
      <description>The user id still has the 8 character limit.&lt;BR /&gt;&lt;BR /&gt;As for the password length, it depends on if the system is trusted or not.&lt;BR /&gt;&lt;BR /&gt;A non-trusted system, the limit is 8 characters&lt;BR /&gt;&lt;BR /&gt;Trusted it's upto the configured value (which you can check and change using sam)&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Fri, 23 Jun 2000 13:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427342#M1830</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-23T13:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427343#M1831</link>
      <description>Is it a big deal going to a trusted system? What are the pros and cons? Thanks</description>
      <pubDate>Fri, 23 Jun 2000 13:17:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427343#M1831</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2000-06-23T13:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427344#M1832</link>
      <description>Is it a big deal going to a trusted system? What are the pros and cons? Thanks</description>
      <pubDate>Fri, 23 Jun 2000 13:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427344#M1832</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2000-06-23T13:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427345#M1833</link>
      <description>If you read the man page on passwd, there are details there explaining the  content/format of the password:&lt;BR /&gt;&lt;BR /&gt;Passwords must be constructed to meet the following requirements:&lt;BR /&gt;&lt;BR /&gt;+  A password must have at least six characters.  Only the first eight characters are significant in an untrusted system.&lt;BR /&gt;&lt;BR /&gt;+  Characters must be from the 7-bit US-ASCII character set; letters&lt;BR /&gt;from the English alphabet.&lt;BR /&gt;&lt;BR /&gt;and so on....&lt;BR /&gt;&lt;BR /&gt;Further into the man page, there are additional features for Trusted Systems, e.g.:&lt;BR /&gt;&lt;BR /&gt;Passwords can be greater than eight characters.  The system&lt;BR /&gt;administrator can specify the password length guidelines for the&lt;BR /&gt;system generated options (random syllables, random characters, and&lt;BR /&gt;random letters).  The actual maximum password length depends upon&lt;BR /&gt;several parameters set by the system administrator in the&lt;BR /&gt;authentication database.  System warnings are displayed if passwords&lt;BR /&gt;lengths are either too long or short.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Fri, 23 Jun 2000 13:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427345#M1833</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-06-23T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427346#M1834</link>
      <description>As of hp-ux 10, you can trust and untrust a system using sam. It does provide auditing and better password security (the passwords aren't held in /etc/passwd) so a normal user can run 'crack' or similar on them.&lt;BR /&gt;&lt;BR /&gt;It all depends on what you need.</description>
      <pubDate>Fri, 23 Jun 2000 13:22:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427346#M1834</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2000-06-23T13:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427347#M1835</link>
      <description>As of 11.x, Trusting and un-Trusting a system is easily performed by using SAM.&lt;BR /&gt;The pros and cons are not so easy to enumerate, but basically pro is you have tighter control of  the system, and a con is that this could increase Sys Admin person's workload.&lt;BR /&gt;&lt;BR /&gt;Best idea is to read up on Trusted Systems at :&lt;BR /&gt;&lt;A href="http://www.docs.hp.com" target="_blank"&gt;http://www.docs.hp.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jun 2000 13:24:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427347#M1835</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2000-06-23T13:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Password Length</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427348#M1836</link>
      <description>Thanks for all the answers. I will go do some reading now.</description>
      <pubDate>Fri, 23 Jun 2000 13:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-length/m-p/2427348#M1836</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2000-06-23T13:24:53Z</dc:date>
    </item>
  </channel>
</rss>

