From owner-cvs-usrsbin Thu Oct 24 07:53:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26559 for cvs-usrsbin-outgoing; Thu, 24 Oct 1996 07:53:05 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA26539; Thu, 24 Oct 1996 07:52:53 -0700 (PDT) Date: Thu, 24 Oct 1996 07:52:53 -0700 (PDT) From: Bill Paul Message-Id: <199610241452.HAA26539@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/10/24 07:52:52 Modified: usr.sbin/yp_mkdb yp_mkdb.8 yp_mkdb.c Log: Add -b and -s flags for adding YP_INTERDOMAIN and YP_SECURE entries to map databases. Also document said flags in the man page. Adding YP_INTERDOMAIN to a map causes ypserv(8) to do a DNS lookup when a yp_match() on the map fails. (This affects only the hosts.by* maps; for all other maps it's ignored.) The YP_SECURE entry causes ypserv(8) to restrict access to the map so that only clients making requests from reserved ports can get at it. Our ypserv doesn't currently support these features so they're silently ignored for the moment, but this will change. :) Revision Changes Path 1.2 +38 -6 src/usr.sbin/yp_mkdb/yp_mkdb.8 1.3 +29 -5 src/usr.sbin/yp_mkdb/yp_mkdb.c