Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/ypserv YP -> NIS



details:   https://anonhg.NetBSD.org/src/rev/8096969580e2
branches:  trunk
changeset: 574303:8096969580e2
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Feb 26 16:22:47 2005 +0000

description:
YP -> NIS

diffstat:

 usr.sbin/ypserv/makedbm/makedbm.8 |  16 ++++++++--------
 usr.sbin/ypserv/ypserv/ypserv.8   |  24 ++++++++++++------------
 2 files changed, 20 insertions(+), 20 deletions(-)

diffs (149 lines):

diff -r ba9f4fd0b736 -r 8096969580e2 usr.sbin/ypserv/makedbm/makedbm.8
--- a/usr.sbin/ypserv/makedbm/makedbm.8 Sat Feb 26 16:22:27 2005 +0000
+++ b/usr.sbin/ypserv/makedbm/makedbm.8 Sat Feb 26 16:22:47 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: makedbm.8,v 1.10 2003/02/25 10:36:23 wiz Exp $
+.\"    $NetBSD: makedbm.8,v 1.11 2005/02/26 16:23:40 thorpej Exp $
 .\"
 .\" Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .Os
 .Sh NAME
 .Nm makedbm
-.Nd create a YP database
+.Nd create a NIS database
 .Sh SYNOPSIS
 .Nm
 .Bk -words
@@ -58,11 +58,11 @@
 .Sh DESCRIPTION
 .Nm
 is the utility in
-.Tn YP
+.Tn NIS
 that creates the
 .Xr db 3
 database file containing the
-.Tn YP
+.Tn NIS
 map.
 .Pp
 .Ar infile
@@ -83,7 +83,7 @@
 .Bl -tag -width indent
 .It Fl b
 Interdomain. Include an entry in the database informing a
-.Tn YP
+.Tn NIS
 server to use
 DNS to get information about unknown hosts. This option will only have
 effect on the maps
@@ -92,7 +92,7 @@
 .Pa hosts.byaddr .
 .It Fl l
 Lowercase. Convert all keys to lower case before adding them to the
-.Tn YP
+.Tn NIS
 database.
 .It Fl s
 Secure map. Include an entry in the database informing
@@ -100,7 +100,7 @@
 and
 .Xr ypserv 8
 that the
-.Tn YP
+.Tn NIS
 map is going to be handled as secure (i.e., not served
 to clients that don't connect from a reserved port).
 .It Fl d Ar yp_domain_name
@@ -137,7 +137,7 @@
 .El
 .Sh SEE ALSO
 .Xr db 3 ,
-.Xr yp 8 ,
+.Xr nis 8 ,
 .Xr ypserv 8 ,
 .Xr ypxfr 8
 .Sh AUTHORS
diff -r ba9f4fd0b736 -r 8096969580e2 usr.sbin/ypserv/ypserv/ypserv.8
--- a/usr.sbin/ypserv/ypserv/ypserv.8   Sat Feb 26 16:22:27 2005 +0000
+++ b/usr.sbin/ypserv/ypserv/ypserv.8   Sat Feb 26 16:22:47 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ypserv.8,v 1.16 2003/11/12 13:27:39 grant Exp $
+.\"    $NetBSD: ypserv.8,v 1.17 2005/02/26 16:22:47 thorpej Exp $
 .\"
 .\" Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
 .\" All rights reserved.
@@ -29,31 +29,31 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 27, 1994
+.Dd February 26, 2005
 .Dt YPSERV 8
 .Os
 .Sh NAME
 .Nm ypserv
-.Nd YP server daemon
+.Nd NIS server daemon
 .Sh SYNOPSIS
 .Nm
 .Op Fl dfl
 .Sh DESCRIPTION
 .Nm
 is a fundamental part of the network information system called
-.Tn YP .
+.Tn NIS .
 This server provides information from
-.Tn YP
+.Tn NIS
 maps to the
-.Tn YP
+.Tn NIS
 clients on the network.
 .Pp
 A
-.Tn YP
+.Tn NIS
 map is stored on the server as a
 .Xr db 3
 database.  A number of
-.Tn YP
+.Tn NIS
 maps is grouped together in a domain.
 .Nm
 determines the domains it serves by looking for a directory with
@@ -61,7 +61,7 @@
 .Ar /var/yp .
 .Pp
 In an effort to improve the security of
-.Tn YP
+.Tn NIS
 (which has, historically, not been very good), this
 .Nm
 has support for libwrap-based access control.  See
@@ -73,11 +73,11 @@
 was invoked as (typically
 .Dq ypserv
 ).  If a host is not allowed to query this
-.Tn YP
+.Tn NIS
 server,
 .Nm
 will return the
-.Tn YP
+.Tn NIS
 result code YP_NODOM.
 .Pp
 The process pid of the
@@ -110,8 +110,8 @@
 .Sh SEE ALSO
 .Xr syslog 3 ,
 .Xr hosts_access 5 ,
+.Xr nis 8 ,
 .Xr syslogd 8 ,
-.Xr yp 8 ,
 .Xr ypbind 8 ,
 .Xr ypinit 8
 .Sh AUTHORS



Home | Main Index | Thread Index | Old Index