From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 14:41:58 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 61F1F16A4CE for ; Tue, 9 Dec 2003 14:41:58 -0800 (PST) Received: from tomts19-srv.bellnexxia.net (tomts19-srv.bellnexxia.net [209.226.175.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AE143D13 for ; Tue, 9 Dec 2003 14:41:56 -0800 (PST) (envelope-from jonathan@bluesponge.com) Received: from php ([65.95.39.128]) by tomts19-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20031209224156.VCQJ12443.tomts19-srv.bellnexxia.net@php> for ; Tue, 9 Dec 2003 17:41:56 -0500 Message-ID: <001801c3bea6$30013560$3400a8c0@php> From: "jonathan" To: Date: Tue, 9 Dec 2003 17:45:47 -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: group file limits 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: Tue, 09 Dec 2003 22:41:58 -0000 Hi, I'm running a freebsd 4.8 data server on an intranet. There is many group (10 and more will come) and a lot of members (10-12 = by group) into them... So i'm having big trouble with the fact that 'pw' = doesn't read further than 1024 characters into the '/etc/group' file.=20 Is there a way to bypass that limit? Or a better way of managing many groups on freebsd? I really need to solve this... any help will be a miracle!