From owner-cvs-usrsbin Wed Oct 23 15:02:38 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14419 for cvs-usrsbin-outgoing; Wed, 23 Oct 1996 15:02:38 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14402; Wed, 23 Oct 1996 15:02:32 -0700 (PDT) From: Bill Paul Message-Id: <199610232202.PAA14402@freefall.freebsd.org> Subject: RE: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c To: CVS-committers, cvs-all, cvs-usrsbin Date: Wed, 23 Oct 1996 15:02:31 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > wpaul 96/10/23 14:46:19 > > Modified: usr.sbin/rpc.yppasswdd yppasswdd_server.c > Log: > Add extra sanity checking to the in-place update routine. Sometimes you > find two users with the same UID (i.e. root and toor), but yp_mkdb(8) > forbits duplicate keys, so only one of them will end up in the *.byuid > maps (probably toor, since it comes after root in the template file). This is a mind-o. I meant to say that toor would probably be dropped from the maps since root usually comes first. Bleh. -Bill