diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-01 23:54:19 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-01 23:54:19 +0000 |
commit | 739b12a0036830910858886c151f7fdcf04cfd7f (patch) | |
tree | 76ae74c887b19f5460cc4cfb1ace2bada79882d4 | |
parent | 84a33973be1e796344d7f3d265a3eae0b42630ed (diff) |
add a comment how to get secure maps built; millert@ ok.
-rw-r--r-- | usr.sbin/ypserv/ypinit/Makefile.yp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ypserv/ypinit/Makefile.yp b/usr.sbin/ypserv/ypinit/Makefile.yp index 608f32ff117..6cd3749f433 100644 --- a/usr.sbin/ypserv/ypinit/Makefile.yp +++ b/usr.sbin/ypserv/ypinit/Makefile.yp @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.yp,v 1.12 2000/04/18 15:34:18 turan Exp $ +# $OpenBSD: Makefile.yp,v 1.13 2002/11/01 23:54:18 fgsch Exp $ YPDBDIR=/var/yp DIR=/etc @@ -27,6 +27,7 @@ YPPUSH=/usr/sbin/yppush # passwords are accessable for anyone. FreeBSD and now OpenBSD has a common # solution to this, maps can be secure (makedbm -s). If a map is secure only # a privileged user can access it. +# For secure maps, leave UNSECURE blank. MAKEDBM-S=$(MAKEDBM) -s UNSECURE="True" |