<?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: @ not registering as a valid character upon login in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722462#M253085</link>
    <description>Ok i guess I get docked for not reading the manual on this one.  Sorry guys, sometimes the forums are a easy out.  None the less, I do appericate all the responses.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Feb 2006 15:22:16 GMT</pubDate>
    <dc:creator>uk1</dc:creator>
    <dc:date>2006-02-01T15:22:16Z</dc:date>
    <item>
      <title>@ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722456#M253079</link>
      <description>Interesting problem.  All symbols outside of @ register as a vaild character for a users password.  However @ returns a null.  Has anyone here experience a similar problem in the past?</description>
      <pubDate>Wed, 01 Feb 2006 15:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722456#M253079</guid>
      <dc:creator>uk1</dc:creator>
      <dc:date>2006-02-01T15:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722457#M253080</link>
      <description>Hi David:&lt;BR /&gt;&lt;BR /&gt;The characters like "@" are special to 'getty'.  Type:&lt;BR /&gt;&lt;BR /&gt;# stty -a&lt;BR /&gt;&lt;BR /&gt;...to see what mappings you have.&lt;BR /&gt;&lt;BR /&gt;See also, the manpages for 'getty'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 01 Feb 2006 15:10:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722457#M253080</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-01T15:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722458#M253081</link>
      <description>Correct,&lt;BR /&gt;&lt;BR /&gt;RTFM for passwd&lt;BR /&gt;WARNING&lt;BR /&gt;      Avoid password characters which have special meaning to the tty&lt;BR /&gt;      driver, such as # (erase) and @ (kill).  You may not be able to login&lt;BR /&gt;      with these characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 01 Feb 2006 15:10:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722458#M253081</guid>
      <dc:creator>Victor Fridyev</dc:creator>
      <dc:date>2006-02-01T15:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722459#M253082</link>
      <description>I expect that the @ sign in a login name would suffer the same problems it does when used in a password.  From "man passwd":&lt;BR /&gt;&lt;BR /&gt;WARNINGS&lt;BR /&gt;      Avoid password characters which have special meaning to the tty driver, such as # (erase) and @ (kill).  You may not be able to login with these characters.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 01 Feb 2006 15:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722459#M253082</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-02-01T15:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722460#M253083</link>
      <description>The "@" by default is the "erase" key. If you execute the following-&lt;BR /&gt;stty erase ^h  &lt;BR /&gt;Then all new logins will use backspace for "erase" key. Thus "@" will be a regular character.&lt;BR /&gt; &lt;BR /&gt;You may want to put that command as part of your HPUX startup process. &lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt; &lt;BR /&gt;-- Rod Hills</description>
      <pubDate>Wed, 01 Feb 2006 15:11:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722460#M253083</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-02-01T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722461#M253084</link>
      <description>To update my stty command suggestion. I have the following in a startup script under /sbin/init.d -&lt;BR /&gt; &lt;BR /&gt;stty erase '^H' kill '^U' intr '^C' susp '^Z'  &lt;BR /&gt;Rod Hills</description>
      <pubDate>Wed, 01 Feb 2006 15:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722461#M253084</guid>
      <dc:creator>Rodney Hills</dc:creator>
      <dc:date>2006-02-01T15:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722462#M253085</link>
      <description>Ok i guess I get docked for not reading the manual on this one.  Sorry guys, sometimes the forums are a easy out.  None the less, I do appericate all the responses.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 15:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722462#M253085</guid>
      <dc:creator>uk1</dc:creator>
      <dc:date>2006-02-01T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722463#M253086</link>
      <description>You are also required to "unstar" your profile in this area as punishment for not bothering to read the man pages.</description>
      <pubDate>Wed, 01 Feb 2006 15:24:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722463#M253086</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-01T15:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722464#M253087</link>
      <description>FYI, you can get this to work by escaping the '@' by preceeding it with a backslash.&lt;BR /&gt;&lt;BR /&gt;Also, the password will probably work as is (with the '@') on the console as the '@' has a different meaning there.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Feb 2006 16:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722464#M253087</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2006-02-01T16:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: @ not registering as a valid character upon login</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722465#M253088</link>
      <description>The @ and # characters were historically used as KILL (cancel current line) and ERASE (erase previous character) when the console was a teletypewriter (see man termio). These are normally changed after you login to CTRL-C and backspace respectively. Similarly, the default baud rate for a serial port is 300 baud, all of which haven't changed sing the mid-1980's. The good news is that with patches for 10.x and 11.x, the new tty default config devicefile now exists (/dev/ttyconf) and as mentioned above, these (archaic) settings can now be overidden. It's easier to use ttyconf than to educate users...</description>
      <pubDate>Wed, 01 Feb 2006 17:24:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/not-registering-as-a-valid-character-upon-login/m-p/3722465#M253088</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-02-01T17:24:09Z</dc:date>
    </item>
  </channel>
</rss>

