From owner-freebsd-hackers Mon Sep 25 11:08:26 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA18332 for hackers-outgoing; Mon, 25 Sep 1995 11:08:26 -0700 Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA18327 for ; Mon, 25 Sep 1995 11:08:25 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id LAA04534 for ; Mon, 25 Sep 1995 11:08:05 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id TAA08447; Mon, 25 Sep 1995 19:01:08 +0100 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199509251801.TAA08447@gvr.win.tue.nl> Subject: Re: Guido's pwd_mkdb improvements (fwd) To: gryphon@healer.com (Coranth Gryphon) Date: Mon, 25 Sep 1995 19:01:07 +0100 (MET) Cc: julian@ref.tfs.com, bugs@ns1.win.net, hackers@FreeBSD.ORG, taob@io.org In-Reply-To: <199509251447.KAA12188@healer.com> from "Coranth Gryphon" at Sep 25, 95 10:47:24 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 455 Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > There is one thing that this might break (I'm not sure, but lest ye forget). > > I often use the "multiple names/passwords, single uid" system. > And since the first encountered name with that uid is considered "canonical", > might an alphabetic sorting not screw things up? I am using the exact same scheme as used by the original pwd_mkdb. My patches thus won't break something that wasn't broken before (modulo bugs in my improvements ;-)) -Guido