From owner-freebsd-questions Wed Nov 28 22: 7:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id A5DF537B420 for ; Wed, 28 Nov 2001 22:07:20 -0800 (PST) Received: (qmail 15522 invoked by uid 100); 29 Nov 2001 06:07:18 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15365.53398.561929.429717@guru.mired.org> Date: Thu, 29 Nov 2001 00:07:18 -0600 To: Dmitry Mottl Cc: questions@freebsd.org Subject: Re: multiple GID's In-Reply-To: <24597736@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dmitry Mottl types: > In how many groups does the user can be? I could have sworn it was 16, but it seems to be 15. Strange. > Is there a limit? Where it is hardcoded? Probably all over the place. Start with NGROUPS_MAX in in /usr/include/sys/syslimits.h. That's 16, but it only put me in 15. > Where GID's are stored during user's sessions? In the kernel ucred structure. Probably other places as well. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message