From owner-freebsd-questions@FreeBSD.ORG Thu Jul 31 08:21:01 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C68C1065675 for ; Thu, 31 Jul 2008 08:21:01 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (ei.bzerk.org [82.95.223.12]) by mx1.freebsd.org (Postfix) with ESMTP id E625F8FC0C for ; Thu, 31 Jul 2008 08:21:00 +0000 (UTC) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.14.2/8.14.2) with ESMTP id m6V8N7cp057167; Thu, 31 Jul 2008 10:23:07 +0200 (CEST) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.14.2/8.14.2/Submit) id m6V8N5UH057166; Thu, 31 Jul 2008 10:23:05 +0200 (CEST) (envelope-from mail25@bzerk.org) Date: Thu, 31 Jul 2008 10:23:05 +0200 From: Ruben de Groot To: Roland Smith Message-ID: <20080731082305.GA57069@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Roland Smith , Michael Christie , freebsd-questions@freebsd.org References: <4890DDE7.9090102@powerzone.net.au> <20080730232402.GA99013@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080730232402.GA99013@slackbox.xs4all.nl> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ei.bzerk.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ei.bzerk.org [127.0.0.1]); Thu, 31 Jul 2008 10:23:10 +0200 (CEST) Cc: Michael Christie , freebsd-questions@freebsd.org Subject: Re: Group Limits 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, 31 Jul 2008 08:21:01 -0000 On Thu, Jul 31, 2008 at 01:24:02AM +0200, Roland Smith typed: > On Thu, Jul 31, 2008 at 07:32:23AM +1000, Michael Christie wrote: > > Can any one advise me how to expand the number of groups allow on > > freebsd I think my default it is 16, I need to make it 50 to 100 > > The number 16 is from /usr/include/sys/syslimits.h. But my /etc/group > has 37 groups without problems. That's not the point. The limit is not on the total number of groups, but on the number of groups a user can be a member of. Ruben