From owner-freebsd-questions@FreeBSD.ORG Thu Aug 11 17:23:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAB4816A41F for ; Thu, 11 Aug 2005 17:23:23 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from lakecmmtar04.coxmail.com (lakecmmtar04.coxmail.com [68.99.120.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 122BB43D45 for ; Thu, 11 Aug 2005 17:23:22 +0000 (GMT) (envelope-from jwm-freebsd@sentinelchicken.net) Received: from sentinelchicken.net ([70.183.13.213]) by lakecmmtar04.coxmail.com (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with SMTP id <20050811172321.OJYA15469.lakecmmtar04.coxmail.com@sentinelchicken.net> for ; Thu, 11 Aug 2005 13:23:21 -0400 Received: (qmail 97245 invoked from network); 11 Aug 2005 17:32:07 -0000 Received: from unknown (HELO numbuscus.sentinelchicken.net) (10.0.0.2) by samson.sentinelchicken.net with SMTP; 11 Aug 2005 17:32:07 -0000 Received: (nullmailer pid 3400 invoked by uid 1000); Thu, 11 Aug 2005 17:19:44 -0000 Date: Thu, 11 Aug 2005 13:19:44 -0400 From: Jason Morgan To: scuba@centroin.com.br Message-ID: <20050811171944.GC2745@sentinelchicken.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Group size X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2005 17:23:23 -0000 On Thu, Aug 11, 2005 at 01:14:28PM -0300, scuba@centroin.com.br wrote: > Hi all, > > I'm in troble here. > Is there any limit to the size o each group in /etc/groups. > I'm moving from a BSDI machine where I used to authenticate some > services based on groups, but Freebsd 5.4 seem to be limiting it to > arround 1300 characters. > Sorry if it's a known issue but it's urgent. > Are some of your users in many different groups? The kernel variable kern.ngroups sets the number of groups a user can belong to. Could that be an issue? I don't believe there is a limit to the number of users in a group. I know there was in the past, but I believe it was removed. Jason