[903] in arla-drinkers
Re: User level permissions
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Fri Jun 25 20:16:57 1999
From owner-arla-drinkers@stacken.kth.se Sat Jun 26 00:16:56 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 9107 invoked from network); 26 Jun 1999 00:16:56 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 26 Jun 1999 00:16:56 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id CAA03530
for arla-drinkers-list; Sat, 26 Jun 1999 02:11:14 +0200 (MET DST)
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id CAA03526
for <arla-drinkers@stacken.kth.se>; Sat, 26 Jun 1999 02:11:09 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id CAA93639; Sat, 26 Jun 1999 02:11:25 +0200 (CEST)
From: Assar Westerlund <assar@stacken.kth.se>
To: Chris Wing <wingc@engin.umich.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: User level permissions
References: <Pine.LNX.4.10.9906251150300.28766-100000@shaft.engin.umich.edu>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
Date: 26 Jun 1999 02:11:23 +0200
In-Reply-To: Chris Wing's message of "Fri, 25 Jun 1999 12:03:49 -0400 (EDT)"
Message-ID: <5lbte3n7mc.fsf@assaris.sics.se>
Lines: 27
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Chris Wing <wingc@engin.umich.edu> writes:
> I wrote a simple perl wrapper for kauth last year that tries to emulate
> klog from the official AFS:
>
> http://www-personal.engin.umich.edu/~wingc/kthkrb/klog
> http://www-personal.engin.umich.edu/~wingc/kthkrb/klog.1
>
> but to make it work as intended you also need this patch to the KTH source
> to add a few options to kauth:
>
> http://www-personal.engin.umich.edu/~wingc/kthkrb/kauth.patch
Comitted.
> http://www-personal.engin.umich.edu/~wingc/kthkrb/kauth-man.patch
Your man page lists '-i' which is not implemented by your kauth.patch?
> You'll want this patch to the KTH source too, as otherwise you can't list
> the tokens you have if you don't also have a Kerberos ticket:
>
> http://www-personal.engin.umich.edu/~wingc/kthkrb/klist-tokens.patch
The current code works fine if you have just tokens (with code quite
similar to your patch). BTW, why do you change warnx to warn?
/assar