diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-04 21:17:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-04 21:17:16 +0000 |
commit | 7a4490a3731d7bf5042d27f3798ceaea6732fc29 (patch) | |
tree | 4b10362875ff9de68bd0fa7ba80d9450fd9d5c4e | |
parent | 3b23fedfb6ee18eab6f7de88569471efb447d63c (diff) |
portmap cannot do security, do not suggest it could; pointed out by bitblt
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.8 | 6 | ||||
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv.acl.5 | 7 |
2 files changed, 4 insertions, 9 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv.8 b/usr.sbin/ypserv/ypserv/ypserv.8 index 86a58b9af3b..13962e1576f 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.8 +++ b/usr.sbin/ypserv/ypserv/ypserv.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.8,v 1.5 1996/06/30 19:46:06 maja Exp $ +.\" $OpenBSD: ypserv.8,v 1.6 1996/07/04 21:17:14 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -77,9 +77,7 @@ can be found in the file . .Pp If a host isn't secure all queries to the server will result in a YP_NODOM -result. It would be better to add the security to -.Xr portmap 8 -and not allow unsecure host to bind to this rpc service. +result. .Pp IF the file .Nm /var/yp/ypserv.log diff --git a/usr.sbin/ypserv/ypserv/ypserv.acl.5 b/usr.sbin/ypserv/ypserv/ypserv.acl.5 index 2db4ba7e482..000824a474f 100644 --- a/usr.sbin/ypserv/ypserv/ypserv.acl.5 +++ b/usr.sbin/ypserv/ypserv/ypserv.acl.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypserv.acl.5,v 1.4 1996/06/26 21:26:38 maja Exp $ +.\" $OpenBSD: ypserv.acl.5,v 1.5 1996/07/04 21:17:15 deraadt Exp $ .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" All rights reserved. .\" @@ -70,10 +70,7 @@ If no match was found in the list success is returned. .Pp If access is denied every call will cause a .Nm no such domain -error for the caller. To add the security in -.Xr ypserv 8 -is not the best place. It would have been better to add it in -.Xr portmap 8 . +error for the caller. .Pp There is no default name for this file. Start .Nm ypserv |