From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 14:18:59 2006 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 06EED16A4E1 for ; Mon, 24 Jul 2006 14:18:59 +0000 (UTC) (envelope-from roberto.nunnari@supsi.ch) Received: from mail.dti.supsi.ch (mail.dti.supsi.ch [193.5.153.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DE343D5F for ; Mon, 24 Jul 2006 14:18:39 +0000 (GMT) (envelope-from roberto.nunnari@supsi.ch) Received: from [193.5.152.27] (pcm2027.dti.supsi.ch [193.5.152.27]) by mail.dti.supsi.ch (8.12.11.20060308/8.12.11) with ESMTP id k6OEIbNd032584 for ; Mon, 24 Jul 2006 16:18:37 +0200 Message-ID: <44C4D679.602@supsi.ch> Date: Mon, 24 Jul 2006 16:17:29 +0200 From: Roberto Nunnari User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "'freebsd-questions@freebsd.org'" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: max number of groups a user can be member of 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: Mon, 24 Jul 2006 14:18:59 -0000 Hi everybody. Could anybody tell me the reason why by default FreeBSD limits the number of groups a user can be member of to 16? Not all servers have 5000k users and today memory is not an issue. Indeed, some servers used just for services have no users apart a few staff users and users to run the services.. Once you reach the limit on an existing server, apart from modifying NGROUPS_MAX and rebuilding a new kernel, you also need to rebuild/reinstall all applications.. That's not nice. Also, modifying NGROUPS_MAX in /usr/src/sys/sys/syslimits.h means that every time you update your sources, you must reedit the file.. Please correct me if I'm wrong and cast some light on this issue. Please also reply to my mailbox as I'm not on the list. Best regards. -- Robi