From owner-freebsd-stable Tue Feb 6 15:29:40 2001 Delivered-To: freebsd-stable@freebsd.org Received: from accord.grasslake.net (accord.grasslake.net [206.11.249.240]) by hub.freebsd.org (Postfix) with ESMTP id 2755D37B401 for ; Tue, 6 Feb 2001 15:29:23 -0800 (PST) Received: from marlowe (accord.grasslake.net [206.11.249.240]) by accord.grasslake.net (8.11.1/8.11.1) with SMTP id f16NNDc22436 for ; Tue, 6 Feb 2001 17:23:13 -0600 (CST) (envelope-from swb@grasslake.net) Message-ID: <02e601c09094$d0540260$b8209fc0@marlowe> From: "Shawn Barnhart" To: Subject: What breaks if I change NGROUPS_MAX? Date: Tue, 6 Feb 2001 17:30:38 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What breaks if I decide to change NGROUPS_MAX to something like 64 instead of the default 16? From what I gathered from looking at the list archives NFS breakage seemed to be the biggest problem, but that's not an issue for me. Is upping the limit to 64 merely a matter of changing NGROUPS_MAX in /usr/include/sys/syslimits.h and rebuilding world, or is there something else to it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message