<?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 Maximum Password Length:  does not work in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115514#M313900</link>
    <description>on a trusted system I have configgured is sam:&lt;BR /&gt;&lt;BR /&gt;Maximum Password Length:  12  &lt;BR /&gt;&lt;BR /&gt;see alsow:&lt;BR /&gt;[:/tcb/files/auth/system]# grep u_maxlen  default&lt;BR /&gt;        :u_minchg#86400:u_maxlen#12:u_exp#7862400:u_life#16934400:\&lt;BR /&gt;[:/tcb/files/auth/system]# &lt;BR /&gt;&lt;BR /&gt;So now I can create a passwd of 12 caracters and that works fine, if I type in the first 11 caracters is wil not work... however if i use a 8 caracter passwd the passwd wil alsow work if I type in extra caracters... is there a fix for this. &lt;BR /&gt;I dit a find on the form and saw a lot of postings that more than 8 caracters wil be ignored on trusted systems, but that is not the case because if i have a paswd of 9 the only 8 caracters wil not let me in....&lt;BR /&gt;&lt;BR /&gt;Is there a fix for this?</description>
    <pubDate>Wed, 12 Dec 2007 12:34:49 GMT</pubDate>
    <dc:creator>F Verschuren</dc:creator>
    <dc:date>2007-12-12T12:34:49Z</dc:date>
    <item>
      <title>Maximum Password Length:  does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115514#M313900</link>
      <description>on a trusted system I have configgured is sam:&lt;BR /&gt;&lt;BR /&gt;Maximum Password Length:  12  &lt;BR /&gt;&lt;BR /&gt;see alsow:&lt;BR /&gt;[:/tcb/files/auth/system]# grep u_maxlen  default&lt;BR /&gt;        :u_minchg#86400:u_maxlen#12:u_exp#7862400:u_life#16934400:\&lt;BR /&gt;[:/tcb/files/auth/system]# &lt;BR /&gt;&lt;BR /&gt;So now I can create a passwd of 12 caracters and that works fine, if I type in the first 11 caracters is wil not work... however if i use a 8 caracter passwd the passwd wil alsow work if I type in extra caracters... is there a fix for this. &lt;BR /&gt;I dit a find on the form and saw a lot of postings that more than 8 caracters wil be ignored on trusted systems, but that is not the case because if i have a paswd of 9 the only 8 caracters wil not let me in....&lt;BR /&gt;&lt;BR /&gt;Is there a fix for this?</description>
      <pubDate>Wed, 12 Dec 2007 12:34:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115514#M313900</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-12T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Password Length:  does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115515#M313901</link>
      <description>You need to check the current size of the encrypted password for problem users. If the :u_pwd= entry has a string of 13 characters, then the password is only 8 characters or less. If the string is 24 characters, then the password is 9 or more characters. The 8 character problem has to do with using 10 character passwords on an unTrusted system where characters 9+ are silently ignored. On a Trusted system, every character is significant. &lt;BR /&gt; &lt;BR /&gt;So if an unTrusted system is converted to Trusted, all characters entered for a password become significant and users that incorrectly type 9 or more on the old system will now be kicked out on the Trusted system. No problem though -- just change their password to what they want to use.</description>
      <pubDate>Thu, 13 Dec 2007 01:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115515#M313901</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-12-13T01:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Password Length:  does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115516#M313902</link>
      <description>let me explain better:&lt;BR /&gt;I have a tcb entry.&lt;BR /&gt;&lt;BR /&gt;i set the passwd qwer1234&lt;BR /&gt;I can login whit:&lt;BR /&gt;qwer1234&lt;BR /&gt;qwer12345&lt;BR /&gt;qwer123456&lt;BR /&gt;If i set the passwd on:&lt;BR /&gt;qwer1234567&lt;BR /&gt;I can login whit:&lt;BR /&gt;qwer1234567&lt;BR /&gt;but not whit &lt;BR /&gt;qwer123456&lt;BR /&gt;qwer12345678&lt;BR /&gt;so why if I use a 8 caracter passwd all the above is skiped, but If i use a 9 ore more carracter passwd only exact 9 ore more caracters are working?&lt;BR /&gt;program that I used to test this is su.&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Dec 2007 08:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115516#M313902</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-13T08:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Password Length:  does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115517#M313903</link>
      <description>Hoi Freek,&lt;BR /&gt;&lt;BR /&gt;are you running on 11.0 and if you are on 11.0, do you have patch PHCO_20334 installed?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01005214-1" target="_blank"&gt;http://www11.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01005214-1&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 13 Dec 2007 10:42:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115517#M313903</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2007-12-13T10:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum Password Length:  does not work</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115518#M313904</link>
      <description>I have tryed it on 11.23 (itanium), 11.11, and 11.00 (whitout patch PHCO_20334) &lt;BR /&gt;All the same "problem" it looks like this is a design issue of hp....&lt;BR /&gt;&lt;BR /&gt;ps After finding this out and explaining the customer, there was no problem anny more but I was just wondering why....</description>
      <pubDate>Thu, 13 Dec 2007 11:58:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/maximum-password-length-does-not-work/m-p/4115518#M313904</guid>
      <dc:creator>F Verschuren</dc:creator>
      <dc:date>2007-12-13T11:58:42Z</dc:date>
    </item>
  </channel>
</rss>

