[978] in arla-drinkers
Re: PAM and arla
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Thu Jul 15 12:56:52 1999
From owner-arla-drinkers@stacken.kth.se Thu Jul 15 16:56:52 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 15642 invoked from network); 15 Jul 1999 16:56:51 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 15 Jul 1999 16:56:51 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id SAA07398
for arla-drinkers-list; Thu, 15 Jul 1999 18:50:32 +0200 (MET DST)
Received: from assaris.sics.se (dhcp31162.ietf.uninett.no [128.39.31.162])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id SAA07393
for <arla-drinkers@stacken.kth.se>; Thu, 15 Jul 1999 18:50:28 +0200 (MET DST)
Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id SAA04328; Thu, 15 Jul 1999 18:51:01 +0200 (CEST)
To: Tobias Schaefer <T.Schaefer@science-computing.de>
Cc: arla-drinkers@stacken.kth.se, kth-krb-bugs@nada.kth.se
Subject: Re: PAM and arla
References: <Pine.SOL.4.02.9907151444160.10914-100000@pollux.science-computing.de>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 15 Jul 1999 18:51:00 +0200
In-Reply-To: Tobias Schaefer's message of "Thu, 15 Jul 1999 14:57:22 +0200 (MET DST)"
Message-ID: <5lr9m926x7.fsf@assaris.sics.se>
Lines: 16
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
Tobias Schaefer <T.Schaefer@science-computing.de> writes:
> The code for Linux-AFS is
> syscall(SYS_afs_syscall, AFSCALL_SETPAG())
>
> this code created no PAG for Linux 2.2 with arla/KTH-Kerberos.
>
> The following should be right:
>
> if (k_hasafs())
> k_setpag();
That should work exactly the same and when I try your two snippets of
code on a machine running Linux 2.2.0 they actually both work exactly
the same. Under what circumstances is that not the case for you?
/assar