kern/103770: Group limitation

Bruce Cran bruce at cran.org.uk
Sun Jan 27 15:40:05 UTC 2008


The following reply was made to PR kern/103770; it has been noted by GNATS.

From: Bruce Cran <bruce at cran.org.uk>
To: bug-followup at freebsd.org, dj at djcustom.com
Cc:  
Subject: Re: kern/103770: Group limitation
Date: Sun, 27 Jan 2008 15:33:02 +0000

 It sounds like you may be bumping into the limit on group membership: in 
 FreeBSD a user can only be a
 member of 16 groups due to a hard-coded limit in the NFS v2/3 protocol.  
 There are also slightly higher limits imposed by
 both the kernel and userland because of the expectation that a user will 
 only be a member of a small number
 of groups.   While it is possible to fix this limitation, doing so will 
 require quite a bit of work to change the data
 structures in the kernel and remove any limitations in userland programs 
 which process groups.
 
 To verify that this is the issue you've found, does the login problem 
 only occur when you're a
 member of 16 groups and everything works properly when you're a member 
 of 15 or fewer groups?
 
 --
 Bruce


More information about the freebsd-bugs mailing list