[16504] in Athena Bugs
Re: lastlog doesn't deal with filsys groups
daemon@ATHENA.MIT.EDU (William Chuang)
Fri Nov 20 01:37:12 1998
To: John Hawkinson <jhawk@MIT.EDU>
Cc: consultdev@MIT.EDU, bugs@MIT.EDU
In-Reply-To: [16503]
Date: Fri, 20 Nov 1998 01:36:56 EST
From: "William Chuang" <wchuang@MIT.EDU>
On Nov 20 of 1998, <jhawk@mit.edu> wrote:
> [portnoy!jhawk] ~> lastlog jhawk
> jhawk: -examining AFS volume... processing...
> Last updated on: Fri Nov 20 00:15:41 1998
> [portnoy!jhawk] ~> lastlog jhawk
> jhawk: -examining AFS volume... processing...
> Last updated on: Wed Nov 18 20:55:54 1998
> [portnoy!jhawk] ~> lastlog jhawk
> jhawk: -examining AFS volume... processing...
> Last updated on: Fri Nov 20 00:15:41 1998
> [portnoy!jhawk] ~> lastlog jhawk
> jhawk: -examining AFS volume... processing...
> Last updated on: Wed Nov 18 20:55:54 1998
>
> Because of:
>
> [portnoy!jhawk] ~> hesinfo jhawk filsys
> AFS /afs/athena.mit.edu/user/j/h/jhawk w /mit/jhawk 1
> AFS /afs/sipb.mit.edu/user/jhawk w /mit/jhawk 2
> [portnoy!jhawk] ~> hesinfo jhawk filsys
> AFS /afs/sipb.mit.edu/user/jhawk w /mit/jhawk 2
> AFS /afs/athena.mit.edu/user/j/h/jhawk w /mit/jhawk 1
>
>
> It calls
>
> filsys = hes_resolve(username, "filsys");
>
> and just uses the first one.
> I dunno if there's some hesiod library call it should be using
> instead, I'm not really well-versed in the hesiod api.
>
> --jhawk
Howdy,
I can make it query all the entries if you want.
-William