From owner-freebsd-hackers Fri Sep 15 12:01:10 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA29515 for hackers-outgoing; Fri, 15 Sep 1995 12:01:10 -0700 Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA29510 for ; Fri, 15 Sep 1995 12:01:08 -0700 Received: from ugen (ugen-tr.worldbank.org [138.220.101.58]) by mail1.access.digex.net (8.6.12/8.6.12) with SMTP id PAA28590; for ; Fri, 15 Sep 1995 15:00:11 -0400 Date: Fri, 15 Sep 95 14:58:27 PDT From: "Ugen J.S.Antsilevich" Subject: Re: Max Users To: Gary Crutcher , Joerg Wunsch Cc: hackers@FreeBSD.ORG X-Mailer: Chameleon - TCP/IP for Windows by NetManage, Inc. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-1 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk >I think the guy with his 11000 entries in the password file had a >small problem in that each run of passwd(1) or chsh(1) did take some >amount of time. :) > >But Guido van Roij came up with a proposal... not sure what's up >there. I do not know how this works right now , but some simple database like db which can store by key will solve all problemms for arbitrary amount of users (even for 11000).You basically need two of them - by username a and by uid... --Ugen