Date: Fri, 27 Dec 1996 09:48:34 +0100 (MET) From: J Wunsch <j@uriah.heep.sax.de> To: freebsd-hackers@freebsd.org (FreeBSD hackers) Subject: Re: multi-group file access techniques / directory hardlinks Message-ID: <199612270848.JAA03329@uriah.heep.sax.de> In-Reply-To: <Mutt.19961227140001.davidn@sdev.blaze.net.au> from David Nugent at "Dec 27, 96 02:00:01 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
As David Nugent wrote: > So far, the 16 groups per user is enforced by initgroups() et > al remains, but I think it a candidate for being looked at as > well. It seems that this is mostly driven by the NGROUPS > #define in sys/param.h NGROUPS_MAX and KERN_NGROUPS (which is > 18, not 16, for some reason which I haven't looked into). > > Unlike the 200 limit, though, a change here will affects the > kernel, not just userland code. If they are done correctly, this shouldn't be the problem. We allow for as much as you want IP alias addresses, so why not allowing for as much as you want secondary groups? Of course, you gotta be careful with obsolete or braindead protocols that hard-code some maximum. NIS and NFS seem to fit into this category... Still no justification to also limit the !NIS && !NFS users. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612270848.JAA03329>