<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030257#M132437</link>
    <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;The characters to avoid are those listed in the 'getty' man pages, notably:&lt;BR /&gt;&lt;BR /&gt;#, @, /, !, _, backspace, ^U, ^D, or &amp;amp; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 22 Jul 2003 16:35:43 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2003-07-22T16:35:43Z</dc:date>
    <item>
      <title>Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030254#M132434</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After converting our HP-UX 11.00 system to a Trusted System, and having our users change their passwords, the system allows users with more complex passwords (for example, J0shu@T@y10r) to only login once.  When they logoff, then try to log back on, they get an "incorrect login" error message.  &lt;BR /&gt;&lt;BR /&gt;When I reset their password to something more simple (for example, eaton1) it works fine.  We are using the default password and account security settings.  What is causing this?  Any help would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Matt</description>
      <pubDate>Tue, 22 Jul 2003 16:25:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030254#M132434</guid>
      <dc:creator>Matt Rieman</dc:creator>
      <dc:date>2003-07-22T16:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030255#M132435</link>
      <description>There are still certain special characters that should not be used in passwords.  Tell the users to stop doing that.&lt;BR /&gt;&lt;BR /&gt;Also as a backup if the long password doesn't work, try the first 8 characters.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Jul 2003 16:27:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030255#M132435</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-22T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030256#M132436</link>
      <description>Thanks, any idea exactly which characters shouldn't be used, or where I can get a list?</description>
      <pubDate>Tue, 22 Jul 2003 16:33:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030256#M132436</guid>
      <dc:creator>Matt Rieman</dc:creator>
      <dc:date>2003-07-22T16:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030257#M132437</link>
      <description>Hi Matt:&lt;BR /&gt;&lt;BR /&gt;The characters to avoid are those listed in the 'getty' man pages, notably:&lt;BR /&gt;&lt;BR /&gt;#, @, /, !, _, backspace, ^U, ^D, or &amp;amp; &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 22 Jul 2003 16:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030257#M132437</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-22T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030258#M132438</link>
      <description>There are at least 2 special characters that I know of that should not be used in a password:&lt;BR /&gt;&lt;BR /&gt;# = Erases the previous character&lt;BR /&gt;@ = Erases the whole line&lt;BR /&gt;&lt;BR /&gt;There may be others, but I know of these 2.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Tue, 22 Jul 2003 16:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030258#M132438</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-07-22T16:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Password problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030259#M132439</link>
      <description>Hi Matt,&lt;BR /&gt;&lt;BR /&gt;Well for sure any chars that have meaning to the tty driver - such as @ # \ ^ etc.&lt;BR /&gt;&lt;BR /&gt;If you do an &lt;BR /&gt;stty -a&lt;BR /&gt;you'll see what chars have special meaning to tty. Definitely don't use those even though they may be &lt;CTRL&gt; chars as some term definitions don't use the &lt;CTRL&gt; - just the char.&lt;BR /&gt;&lt;BR /&gt;Also look at /tcb/files/auth/system/default file &amp;amp; note the entry for u_maxlen (default is 10) or go into SAM -&amp;gt; Auditing &amp;amp; Security -&amp;gt; System Security Policies -&amp;gt; Password Format Policies &amp;amp; note the max PW length.&lt;BR /&gt;Then inform the users to NOT exceed the length.&lt;BR /&gt;The system will only encrypt that number of chars when the user enters the PW, but will interpret ALL the chars when they enter it for decryption &amp;amp; that can throw off the result &amp;amp; cause a PW mismatch.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;/CTRL&gt;&lt;/CTRL&gt;</description>
      <pubDate>Tue, 22 Jul 2003 16:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/password-problems/m-p/3030259#M132439</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-22T16:51:21Z</dc:date>
    </item>
  </channel>
</rss>

