<?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: Illegal password characters in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435780#M4938</link>
    <description>I agree that login is not too clever on HP-UX (compared to some other flavours of UNIX).&lt;BR /&gt;&lt;BR /&gt;@ is interpreted as 'kill the current string and start again' for username and password.&lt;BR /&gt;&lt;BR /&gt;# is interpreted as 'delete the last character' (it ought to be delete or backspace).&lt;BR /&gt;&lt;BR /&gt;The only place that I've seen this documented together with a list of other 'interesting' characters is man getty.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
    <pubDate>Thu, 10 Aug 2000 10:21:38 GMT</pubDate>
    <dc:creator>John Palmer</dc:creator>
    <dc:date>2000-08-10T10:21:38Z</dc:date>
    <item>
      <title>Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435778#M4936</link>
      <description>After much pain, I have discovered the @ character is a bad one to use in your&lt;BR /&gt;passwords (esp for root :^) Knowledge base says the # character is also forbidden,&lt;BR /&gt;atleast it was for hpux 10.20.&lt;BR /&gt;Does any one have a complete list of characters that should not be used?&lt;BR /&gt;HP tech support might like this too.&lt;BR /&gt;&lt;BR /&gt;Symptoms:&lt;BR /&gt;Causes login to be rejected, but user may still use su and passwd successfully.&lt;BR /&gt;hpux 11.00&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2000 10:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435778#M4936</guid>
      <dc:creator>David Rodman</dc:creator>
      <dc:date>2000-08-10T10:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435779#M4937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;these characters are forbidden for passwords:&lt;BR /&gt;#, @, /, !, _, backspace, ^U, ^D, or &amp;amp;&lt;BR /&gt;See man getty&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew</description>
      <pubDate>Thu, 10 Aug 2000 10:19:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435779#M4937</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2000-08-10T10:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435780#M4938</link>
      <description>I agree that login is not too clever on HP-UX (compared to some other flavours of UNIX).&lt;BR /&gt;&lt;BR /&gt;@ is interpreted as 'kill the current string and start again' for username and password.&lt;BR /&gt;&lt;BR /&gt;# is interpreted as 'delete the last character' (it ought to be delete or backspace).&lt;BR /&gt;&lt;BR /&gt;The only place that I've seen this documented together with a list of other 'interesting' characters is man getty.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 10 Aug 2000 10:21:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435780#M4938</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-08-10T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435781#M4939</link>
      <description>David:&lt;BR /&gt;&lt;BR /&gt;In addition to the man pages for getty, the introduction pages of the HP-UX Reference manual (paper man pages) volume-1 has a section entitled "Erase, Ill, and Output Stop/Resume Characters" noting the affect of '@' and '#' in particular.  These are quite useful when you bungle your login and know it!!!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 10 Aug 2000 11:31:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435781#M4939</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-10T11:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435782#M4940</link>
      <description>Newbies to Unix may not know what tty means (go to a museum and ask to see a Teletype machine). Hardcopy devices simply can't backspace in a meaningful manner so "back in the good old days" (tm), the 'hash' or pound character was picked as an erase character. This character was chosen because it looks a lot like the rubout character on a paper tape (I said this was a long time ago).&lt;BR /&gt;&lt;BR /&gt;So when you login, the # character is the backspace character. That's why when you make a mistake at login for either user name or password, the backspace doesn't seem to work. In reality, the backspace key is being seen as just another character, but the # character will erase the previous character in the buffer (give it a try).&lt;BR /&gt;&lt;BR /&gt;That's why you (should) see the stty setting in /etc/profile.</description>
      <pubDate>Thu, 10 Aug 2000 13:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435782#M4940</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-08-10T13:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Illegal password characters</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435783#M4941</link>
      <description>Thanks for all the great input, I do object to being called a "newbie", but then again I am younger than the teletype so guess its not  so bad. &lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2000 16:19:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/illegal-password-characters/m-p/2435783#M4941</guid>
      <dc:creator>David Rodman</dc:creator>
      <dc:date>2000-08-14T16:19:47Z</dc:date>
    </item>
  </channel>
</rss>

