[OpenAFS-devel] PR_DumpEntry
Jeffrey Hutzelman
jhutz@cmu.edu
Sat, 16 Aug 2003 19:30:54 -0400
On Saturday, August 16, 2003 11:23:27 +0200 Harald Barth <haba@pdc.kth.se>
wrote:
>
>> Yes; this is a deliberate change. PR_DumpEntry was giving away
>> information based on a very lax interpretation of access control flags,
>> and in some cases wasn't correctly applying them at all. Starting in
>> 1.2.7, PR_DumpEntry is restricted to administrators and to members of
>> the system:ptsviewers group.
>
> Thanks. Does that mean that haba/admin tokens (member of
> system:administartors) should be good enough? I had those.
Yes. AccessOK should always return true if you are the fileserver, a
member of system:administrators, or if the ptserver is running noauth. Can
you tell us again what arguments you're using on the failed operation, and
what error you're getting?
-- Jeff