summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/Makefile.yp
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1996-10-24 18:58:26 +0000
committerBill Paul <wpaul@FreeBSD.org>1996-10-24 18:58:26 +0000
commit4451976029159d285d7682f0740d07cb10cb94c1 (patch)
treec9e13718f5c1a63d264eb0f15a2cc75b914c103b /usr.sbin/ypserv/Makefile.yp
parentebebb88b8df8b031516c4ef060d152e19da56f17 (diff)
downloadsrc-test2-4451976029159d285d7682f0740d07cb10cb94c1.tar.gz
src-test2-4451976029159d285d7682f0740d07cb10cb94c1.zip
Notes
Diffstat (limited to 'usr.sbin/ypserv/Makefile.yp')
-rw-r--r--usr.sbin/ypserv/Makefile.yp13
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/Makefile.yp b/usr.sbin/ypserv/Makefile.yp
index a540cbd0ce9c..3a735315c9b3 100644
--- a/usr.sbin/ypserv/Makefile.yp
+++ b/usr.sbin/ypserv/Makefile.yp
@@ -1,7 +1,7 @@
#
# Makefile for the NIS databases
#
-# $Id: Makefile.yp,v 1.11 1996/07/25 19:32:37 peter Exp $
+# $Id: Makefile.yp,v 1.12 1996/08/09 17:55:18 adam Exp $
#
# This Makefile should only be run on the NIS master server of a domain.
# All updated maps will be pushed to all NIS slave servers listed in the
@@ -29,6 +29,17 @@ NOPUSH = "True"
#
#UNSECURE = "True"
+# The following line encodes the YP_INTERDOMAIN key into the hosts.byname
+# and hosts.byaddr maps so that ypserv(8) will do DNS lookups to resolve
+# hosts not in the current domain. Commenting this line out will disable
+# the DNS lookups.
+B=-b
+
+# Normally, the master.passwd.* maps are guarded against access from
+# non-privileged users. By commenting out the following line, the YP_SECURE
+# key will be removed from these maps, allowing anyone to access them.
+S=-s
+
# These are commands which this Makefile needs to properly rebuild the
# NIS databases. Don't change these unless you have a good reason. Also
# be sure not to place an @ in front of /usr/bin/awk: it isn't necessary