Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Can't log in right on console to accounts in CAPS. Message-ID: <8041@auspex.auspex.com> Date: 26 May 91 19:29:56 GMT References: <1991May19.190950.646@wa8tzg.mi.org> <7979@auspex.auspex.com> <1991May23.180622.335@wa8tzg.mi.org> Organization: Auspex Systems, Santa Clara Lines: 23 >HP-UX is a Sys V R ***2*** derivative :-( So? It should *still* have "stty -lcase". >>Upper-case-only terminals generally want to run with "IUCLC" ..., >>"OLCUC" ..., and "XCASE" .... > >Sometimes true, sometimes not. Usually true, occasionally not. Most "upper-case-only" terminals really *are* upper-case-only; the HP terminal in question is a bit of an exception, in that in its "default" configuration it limits input but not output. >BTW, the IUCLC/stty -iuclc approach is useful as well for public >terminals where the previous user may have accidentally left the >CAPS_LOCK key engaged. At least this lets the user get logged in >without problems (assuming no upper-case characters in the password). If the user accidentally left the CAPS LOCK key engaged, "getty" will see all upper-case letters when the user types their user name, and will not only set IUCLC, it'll set OLCUC and XCASE as well, which means "stty -iuclc" won't fix everything; "stty -lcase", however, will.