From owner-freebsd-questions@FreeBSD.ORG Wed Dec 10 10:15:50 2003 Return-Path: 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 8AB8016A4CE for ; Wed, 10 Dec 2003 10:15:50 -0800 (PST) Received: from tomts44-srv.bellnexxia.net (tomts44-srv.bellnexxia.net [209.226.175.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA29343D13 for ; Wed, 10 Dec 2003 10:15:46 -0800 (PST) (envelope-from jonathan@bluesponge.com) Received: from php ([65.95.39.128]) by tomts44-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031210181545.XABI1700.tomts44-srv.bellnexxia.net@php> for ; Wed, 10 Dec 2003 13:15:45 -0500 Message-ID: <001701c3bf4a$2cb30240$3400a8c0@php> From: "jonathan" To: Date: Wed, 10 Dec 2003 13:19:36 -0500 Organization: bluesponge MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: NGROUPS_MAX X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jonathan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2003 18:15:50 -0000 Hi, i'm jonathan and i'm running a freebsd 4.8 box. i wish to increase the value of NGROUPS_MAX into = /usr/src/sys/sys/syslimits.h. I'd like to know how increasing that number to permit users from = /etc/passwd to be member of more than 16 groups will affect system = performances.=20 What will be an acceptable value for NGROUPS_MAX? I know this number is set to 32 in suse linux.... I know that ACL is a better way but i wont use it until it's stable = under 5.x freebsd and that 5.x is recomended for production issues. About how doing that change... Is it just about changing the value and reboot the machine or there is = some recompilation matter linked to that change? Any help will be greatly appreciated! I'm new to this list... everybody keep on that good work ;)