[3922] in Kerberos

home help back first fref pref prev next nref lref last post

Re: Kerberos 5 on DEC Ultrix

daemon@ATHENA.MIT.EDU (Ted Lemon)
Mon Sep 26 20:26:58 1994

To: ramus@nersc.gov (Joe Ramus)
Cc: kerberos@MIT.EDU
In-Reply-To: Your message of "Mon, 26 Sep 1994 14:55:11 PDT."
             <9409262155.AA24119@windsail.nersc.gov> 
Date: Mon, 26 Sep 1994 16:57:40 -0700
From: Ted Lemon <mellon@ipd.wellsfargo.com>


I've noticed that login.krb5 sets up the terminal modes, which seems
to be inappropriate behaviour for /bin/login.   This behaviour is
already disabled on at least one version of AIX - I just added a
clause to the ifdef that results in that code never being compiled.
To do the same, look for the second occurrance of ioctlval in login.c.
Above that there's a ``#ifndef _AIX''.   Change that to ``#if !defined
(_AIX) && defined (SET_TERMINAL_MODE)''.   (That way if you want the
behaviour later, you can always #define SET_TERMINAL_MODE somewhere.)

I don't know if this will solve your problem on Ultrix, but it'll at
least stop it from erroneously messing with the terminal mode.
telnetd is supposed to set up the terminal mode itself - if it's not,
something's wrong...

			       _MelloN_


--
Ted Lemon		      Wells Fargo Bank, Information Protection Division
mellon@ipd.wellsfargo.com					+1 415 477 5045

home help back first fref pref prev next nref lref last post