From owner-freebsd-questions@FreeBSD.ORG Tue May 23 13:20:26 2006 Return-Path: X-Original-To: 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 3BE7B16A441 for ; Tue, 23 May 2006 13:20:26 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC52943D4C for ; Tue, 23 May 2006 13:20:25 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id D22B75DA6; Tue, 23 May 2006 09:20:24 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GsQI-mDFU-gD; Tue, 23 May 2006 09:20:24 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-242-211.ny325.east.verizon.net [68.160.242.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id A2B7E5D28; Tue, 23 May 2006 09:20:23 -0400 (EDT) Message-ID: <44730C12.5020102@mac.com> Date: Tue, 23 May 2006 09:20:18 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Vulpes Velox References: <20060522231116.00e336b7@vixen42.vulpes> In-Reply-To: <20060522231116.00e336b7@vixen42.vulpes> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: changing kern.ngroups 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: Tue, 23 May 2006 13:20:32 -0000 Vulpes Velox wrote: > I am really running across the need to change this to something > higher than 16. > > I was just wondering if there is any specific reason it is set so low > and any thing to worry about when bumping it up? The limit is historical, but various protocols like NFS have the # of groups limit embedded into their specifications. Trying to change this limit may result in odd behavior, such as user accounts not being recognized as being in their "primary" group, ie the one listed in /etc/passwd.... -- -Chuck