[6267] in Kerberos
Re: login.c & '-f' flag
daemon@ATHENA.MIT.EDU (Randall S. Winchester)
Mon Nov 20 15:29:57 1995
Date: Mon, 20 Nov 1995 15:11:59 -0500 (EST)
From: "Randall S. Winchester" <rsw@eng.umd.edu>
To: "Derrick J. Brashear" <shadow+@andrew.cmu.edu>
Cc: kerberos@MIT.EDU
In-Reply-To: <EkgAv9u00WCQ93Fn4i@andrew.cmu.edu>
I think the -DNO_LOGIN_F flag is what you need to stick in the Makefile.
I am using;
-DAUTHENTICATION -DKRB4 -DDES_ENCRYPTION -DENCRYPTION -DFORWARD
-DKLUDGELINEMODE -DDIAGNOSTICS -DENV_HACK -DOLD_ENVIRON -DHAVE_LIBNSL=1
-DHAVE_LIBDBM=1 -DTERMCAP=1 -DUSE_TERMIO=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TTY_H=1 -DHAVE_VHANGUP=1 -DFILIO_H=1
-DSTREAMS=1 -DSETPGRP_TWOARG=1
But then I do replace login, as you can surmise from some of the flags.
Randall
On Mon, 20 Nov 1995, Derrick J. Brashear wrote:
> Excerpts from netnews.comp.protocols.kerberos: 20-Nov-95 login.c & '-f'
> flag by Laureandi g. reti@deis93
> > I have installed telnet.95.10.23.NE on SunOS 4.1.2 using Kerberos4
> > authentication. But the Sun "login.c" doesn't support the '-f' flag passed by
> > telnetd. So I must still introduce my password even if I have already been
> > authenticated. This is a bug.
> > Has anyone dealt with this problem? Any suggestion?
>
> So replace login. It's not like Sun login is particularly nice or anything...
>
> -D
>
>