[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <44EC75E9.2020608@redhat.com>
Date: Wed, 23 Aug 2006 11:36:09 -0400
From: Peter Staubach <staubach@...hat.com>
To: Andi Kleen <ak@...e.de>
CC: Robert Szentmihalyi <robert.szentmihalyi@....de>,
linux-kernel@...r.kernel.org
Subject: Re: Group limit for NFS exported file systems
Andi Kleen wrote:
> "Robert Szentmihalyi" <robert.szentmihalyi@....de> writes:
>
>
>> is there a group limit for NFS exported file systems in recent kernels?
>> One if my users cannot access directories that belong to a group he actually _is_ a member of. That, however, is true only when accessing them over NFS. On the local file system, everything is fine. UIDs and GIDs are the same on client and server, so that cannot be the problem. Client and server run Gentoo Linux with kernel 2.6.16 on the server and 2.6.17 on the client.
>>
>
> NFSv2 has a 8 groups limit in the protocol iirc.
Ahh, no. None of the NFS protocols define anything about the authentication
protocols. This is defined by the RPC protocol and it defines a limit of 16
for AUTH_SYS, otherwise known as AUTH_UNIX.
Interestingly, the original NFSv2 implementations had a limit of 8, then 10,
and then finally 16.
Thanx...
ps
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists