Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!agate!shelby!polya!kaufman From: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.dcom.modems Subject: Re: Strange Behavior Message-ID: <10070@polya.Stanford.EDU> Date: 17 Jun 89 01:48:50 GMT References: <773@mccc.UUCP> Sender: Marc T. Kaufman Reply-To: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Distribution: na Organization: Stanford University Lines: 16 In article <773@mccc.UUCP> pjh@mccc.UUCP (Pete Holsberg) writes: >A remote user dials into my 3B2/400 running HoneyDanBer on a Trailblazer >Plus -- she's using a Multi-Tech 224E modem -- and gets connected. A >few CR's get her 'login' to which she types (and sees echoed) her login >name. But instead of getting 'Password:', she gets 'P@@@wor@:' where >the '@' are garbage: a with an accent, o with an accent, ditto, and a >with an umlaut. Her terminal has an extended character set, and you are sending EVEN parity. The parity bit makes the returned characters look like they are in the extended set. (Actually, I think the 'Password' string is stored in EVEN parity so that it will go out "correctly" to model 33 teletypes even if the line is set to 8-bit mode -- this is a VERY OLD Unix hack --). Find and change the 'Password' string (in login.c ?) Marc Kaufman (kaufman@polya.stanford.edu)