Skip Menu |
 

Download (untitled) / with headers
text/plain 2.2KiB
From schemers@slapshot.stanford.edu Wed Jan 15 17:55:36 1997
Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA20601 for <bugs@RT-11.MIT.EDU>; Wed, 15 Jan 1997 17:55:35 -0500
Received: from slapshot.Stanford.EDU by MIT.EDU with SMTP
id AA18374; Wed, 15 Jan 97 17:55:35 EST
Received: (from schemers@localhost) by slapshot.stanford.edu (8.8.4/8.7.3) id OAA13656; Wed, 15 Jan 1997 14:55:36 -0800 (PST)
Message-Id: <199701152255.OAA13656@slapshot.stanford.edu>
Date: Wed, 15 Jan 1997 14:55:36 -0800 (PST)
From: schemers@stanford.edu
To: krb5-bugs@MIT.EDU
Cc: schemers@slapshot.stanford.edu
In-Reply-To: <199701152222.OAA13631@slapshot.stanford.edu>
Subject: Re: bug in telnet client?
References: <199701152222.OAA13631@slapshot.stanford.edu>

Show quoted text
>Number: 343
>Category: pending
>Synopsis: Re: bug in telnet client?
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: gnats-admin
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Wed Jan 15 17:56:01 EST 1997
>Last-Modified: Wed Feb 12 21:14:20 EST 1997
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:

State-Changed-From-To: open-closed
State-Changed-By: tlyu
State-Changed-When: Wed Feb 12 21:14:02 1997
State-Changed-Why:

This has been dealt with in a separate PR (krb5-libs/206).

Show quoted text
>Unformatted:
schemers@stanford.edu writes:
Show quoted text
> I tried to use krb5-send-pr, but for some reason it didn't work.
> I'm using K5 1.0, and telnet doesn't seem to forward credentials
> properly when I have multiple V5 realms (actually DCE cells), and
> I pass the realm on the command line, and the [domain_realm] section
> doesn't have the realm I'm trying to forward to in it.
>

I found "set auth" in the client to turn on auth debuging, and saw:

[ Kerberos V5 accepts you as ``schemers@test.stanford.edu'' ]
Kerberos V5: error getting forwarded creds - The ticket isn't for us
done.
Leland 2.0b8 Login Stanford University (C) 1996
Sun Microsystems Inc. SunOS 5.5.1 Generic May 1996
dcecrash1:~ 1#

Which looks like it is coming from krb5_fwd_tgt_creds. I'll try and
build things with "-g" (assuming I can find the disk space :-) ) and
see what is going on...

roland