From owner-cvs-usrsbin Fri Nov 15 10:02:54 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03988 for cvs-usrsbin-outgoing; Fri, 15 Nov 1996 10:02:54 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA03854; Fri, 15 Nov 1996 10:02:08 -0800 (PST) Date: Fri, 15 Nov 1996 10:02:08 -0800 (PST) From: Bill Paul Message-Id: <199611151802.KAA03854@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/11/15 10:02:04 Modified: usr.sbin/ypserv Makefile.yp Log: Eek! When I added the YP_INTERDOMAIN and YP_SECURE support, I documented and set the B and S variables here, but I forgot to actually add them to the master.passwd and hosts.* targets. In other words, they weren't being passed to yp_mkdb as needed. This needs to go into 2.2; it doesn't break things a lot, but it leaves your master.passwd maps available to unprivileged users without you realizing it. Revision Changes Path 1.14 +5 -5 src/usr.sbin/ypserv/Makefile.yp