[393] in Kerberos-V5-bugs
Re: Problems with /src/appl/telnet/login/login.c
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Dec 2 13:44:29 1993
Date: Thu, 2 Dec 93 13:43:43 EST
From: tytso@MIT.EDU (Theodore Ts'o)
To: <venkaiah@elxsi.ernet.in>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: venkaiah@elxsi.ernet.in's message of Thu, 2 Dec 93 11:06:18 +0530,
From: <venkaiah@elxsi.ernet.in>
Date: Thu, 2 Dec 93 11:06:18 +0530
From: venkaiah@elxsi.ernet.in (Venkaiah)
We are porting Kerberos version 5 on System V Release 3 and are facing
problems with /src/appl/telnet/login/login.c file as it makes use of
Kerberos version 4 functions. We do not have Kerberos version 4 and
hence are facing problems. Is there any version of "login.c" which has
been converted so as to use only Kerberos version 5 function calls.
Just comment out those calls; they're used to get kerberos
ticket-granting-tickets on v4 systems, if you've typed a password
instead of getting authenticated via Kerberos.
I believe telnetd is doing a simple "login -f username", so as long your
system supports the -f option to login to mean "force the user to login
without prompting for a password", you should just be able to use your
standard system /bin/login.
- Ted