[1129] in arla-drinkers
Re: Odd bug in arla-0.27 on linux (i386) 2.2.12
daemon@ATHENA.MIT.EDU (Chris Wing)
Mon Sep 6 13:21:29 1999
From owner-arla-drinkers@stacken.kth.se Mon Sep 06 17:21:28 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 3469 invoked from network); 6 Sep 1999 17:21:28 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 6 Sep 1999 17:21:28 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id TAA14407
for arla-drinkers-list; Mon, 6 Sep 1999 19:13:23 +0200 (MET DST)
Received: from axp1.engin.umich.edu (axp1.engin.umich.edu [141.212.32.122])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id TAA14403
for <arla-drinkers@stacken.kth.se>; Mon, 6 Sep 1999 19:13:18 +0200 (MET DST)
Received: from localhost (wingc@localhost)
by axp1.engin.umich.edu (8.9.3/8.9.3) with ESMTP id NAA22768
for <arla-drinkers@stacken.kth.se>; Mon, 6 Sep 1999 13:13:15 -0400
X-Authentication-Warning: axp1.engin.umich.edu: wingc owned process doing -bs
Date: Mon, 6 Sep 1999 13:13:15 -0400 (EDT)
From: Chris Wing <wingc@engin.umich.edu>
To: arla-drinkers@stacken.kth.se
Subject: Re: Odd bug in arla-0.27 on linux (i386) 2.2.12
In-Reply-To: <am906ktm0j.fsf@hummel.e.kth.se>
Message-ID: <Pine.LNX.4.10.9909061304420.22752-100000@axp1.engin.umich.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
From arla-drinkers:
> > No, I'm just doing a klog. Formerly I had klog as a script that
> > just did kauth (or kinit; I forget which), then afslog. Now I'm
> > using the new klog from arla, and it doesn't get Kerberos tickets.
>
> The klog seams to just keep the tickets if you give it the option
> -tmp. That might change.
>
> > Should it? If it doesn't, then shouldn't the other arla commands
> > work by cheking for tokens rather than tickets? Otherwise, shouldn't
> > the arla klog get kerberos tickets as well as tokens?
>
> I think it should get tickets and tokens. The tools in arla should check
> for both tickets and tokens (in that order). We want to keep compability
> with the transarc tools. The general idea is to be better.
Transarc's klog only gets a Kerberos ticket if -tmp is specified on the
command line. (I think that that is a horrible choice of name, because you
shouldn't put Kerberos tickets in /tmp to begin with)
To be compatibility with the Transarc tools we really need to keep it this
way. It would be nice to be better, but we don't want to blindly break all
existing scripts and confuse users who are used to the Transarc behavior.
One thing to keep in mind is that if klog gets a ticket, it will overwrite
any existing ticket; if you want to get a token for another cell, you
don't necessarily want to destroy an existing Kerberos ticket.
- Chris Wing
wingc@engin.umich.edu
"author of the stupid klog program" :)