Skip Menu |
 

Download (untitled) / with headers
text/plain 2.5KiB
From karthur@gonzo.kzoo.edu Thu Jan 13 15:40:56 2000
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28])
by rt-11.mit.edu (8.9.3/8.9.3) with SMTP id PAA17211
for <bugs@RT-11.MIT.EDU>; Thu, 13 Jan 2000 15:40:54 -0500 (EST)
Received: from gonzo.kzoo.edu by MIT.EDU with SMTP
id AA14196; Thu, 13 Jan 00 15:41:48 EST
Received: (from root@localhost)
by gonzo.kzoo.edu (8.9.3/8.9.3) id PAA20318;
Thu, 13 Jan 2000 15:37:42 -0500 (EST)
Message-Id: <200001132037.PAA20318@gonzo.kzoo.edu>
Date: Thu, 13 Jan 2000 15:37:42 -0500 (EST)
From: karthur@kzoo.edu
Reply-To: karthur@kzoo.edu
To: krb5-bugs@MIT.EDU
Cc: karthur@kzoo.edu
Subject: telnet
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 814
>Category: krb5-appl
>Synopsis: telnetd quits immediately after login
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: raeburn
>State: closed
>Class: support
>Submitter-Id: unknown
>Arrival-Date: Thu Jan 13 15:41:00 EST 2000
>Last-Modified: Thu Sep 13 23:43:06 EDT 2001
>Originator: Ken Arthur
>Organization:
Kalamazoo College

Show quoted text
>Release: krb5-1.1.1
>Environment:

System: SunOS gonzo 5.7 Generic sun4u sparc SUNW,Ultra-1
Architecture: sun4

Show quoted text
>Description:
I can connect to telnetd running on my Solaris 7 system. However, after
entering my password, it exits without any error messages. It does give
the normal "last login at..." message, indicating the actual login was
successful.

Show quoted text
>How-To-Repeat:

./configure --with-cc=gcc
make
cd appl/telnet/telnetd/
./telnetd -a off -debug 7200

has actually failed no matter how I run it
Show quoted text
>Fix:
>Audit-Trail:

Responsible-Changed-From-To: gnats-admin->raeburn
Responsible-Changed-By: raeburn
Responsible-Changed-When: Thu Feb 10 04:34:14 2000
Responsible-Changed-Why:

I'll take it...

State-Changed-From-To: open-feedback
State-Changed-By: raeburn
State-Changed-When: Thu Feb 10 04:34:23 2000
State-Changed-Why:

Please try this patch, which was recently submitted to us.

--- login.c 2000/01/20 08:17:52 1.3
+++ login.c 2000/02/09 20:19:12
@@ -1646,7 +1646,7 @@
com_err(argv[0], retval, "while storing credentials");
}

- krb5_cc_destroy(kcontext, xtra_creds);
+ if (xtra_creds) krb5_cc_destroy(kcontext, xtra_creds);
} else if (forwarded_v5_tickets && rewrite_ccache) {
if ((retval = krb5_cc_initialize (kcontext, ccache, me))) {
syslog(LOG_ERR,

State-Changed-From-To: feedback-closed
State-Changed-By: tlyu
State-Changed-When: Thu Sep 13 23:42:18 2001
State-Changed-Why:
patch already applied; closing due to lack of further response

Show quoted text
>Unformatted: