diff options
author | 2002-11-01 23:54:18 +0000 | |
---|---|---|
committer | 2002-11-01 23:54:18 +0000 | |
commit | 58b2cce2c5f360bd04482b254f318b0df0d4da20 (patch) | |
tree | f19947c151f696e165a012fa7c10acee183df389 | |
parent | 3.2 released (diff) | |
download | wireguard-openbsd-58b2cce2c5f360bd04482b254f318b0df0d4da20.tar.xz wireguard-openbsd-58b2cce2c5f360bd04482b254f318b0df0d4da20.zip |
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" |