From owner-freebsd-current Wed Dec 18 16:28:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA17663 for current-outgoing; Wed, 18 Dec 1996 16:28:51 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA17617 for ; Wed, 18 Dec 1996 16:28:31 -0800 (PST) Received: from campa.panke.de (anonymous223.ppp.cs.tu-berlin.de [130.149.17.223]) by mail.cs.tu-berlin.de (8.8.4/8.8.4) with SMTP id BAA03614; Thu, 19 Dec 1996 01:18:50 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id AAA00506; Thu, 19 Dec 1996 00:36:45 +0100 Date: Thu, 19 Dec 1996 00:36:45 +0100 From: Wolfram Schneider Message-Id: <199612182336.AAA00506@campa.panke.de> To: Bill Paul Cc: current@freebsd.org Subject: Re: group(5) limits In-Reply-To: <199612170557.AAA01510@skynet.ctr.columbia.edu> References: <199612170124.CAA02231@campa.panke.de> <199612170557.AAA01510@skynet.ctr.columbia.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Bill Paul writes: >While removing the static membership limit of 200 is probably okay, NIS v2 >is permanently saddled with a record limit of 1024 bytes. The yp_mkdb(8) >utility enforces this. The limit is part of the yp.x protocol, consequently >to change it would break compatibility with all other NIS implementations. >This means these changes would be fine for local /etc/group files, but >you'd still be stuck with a 1024 byte line limit if you choose to use NIS. I can reduce the limit from 256K to 1k. But didn't we already break NIS with increasing user name length from 8 characters to 16 characters? Wolfram