REVNETGROUP(8) - System Manager’s Manual # REVNETGROUP(8) - System Manager’s Manual
NAME # revnetgroup - generate reverse netgroup data
SYNOPSIS # revnetgroup -h | -u [-f netgroup_file]
DESCRIPTION # revnetgroup processes the contents of a file in netgroup(5) format into what is called reverse netgroup form. That is, where the original file shows netgroup memberships in terms of which members reside in a particular group, the reverse netgroup format specifies what groups are associated with a particular member.
...
SECURENET(5) - File Formats Manual # SECURENET(5) - File Formats Manual
NAME # securenet - ypserv(8) configuration file for secure networks
DESCRIPTION # The securenet file controls which hosts can connect to the YP server.
The format is rather simple. Each row consists of two items. The first item is the network mask. The second item is the network.
FILES # /var/yp/securenet
a ypserv(8) configuration file
EXAMPLES # A configuration file might look like the following:
...
Portmap,
Ypserv,
Ypcat,
Resolv.conf,
Makefile.yp,
Ypwhich,
Group,
Ypbind,
Passwd,
Ypset,
Ypinit,
Yppoll,
Ypmatch,
Domainname,
Yppush,
Defaultdomain,
Ypxfr,
Yp_bind,
Yp YP(8) - System Manager’s Manual # YP(8) - System Manager’s Manual
NAME # yp - description of the YP subsystem
SYNOPSIS # ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
ypbind [-insecure] [-ypset] [-ypsetme]
ypset [-d domain] [-h host] server
yppoll [-d domain] [-h host] mapname
ypcat [-kt] [-d domainname] mapname
ypcat -x
ypmatch [-kt] [-d domainname] key … mapname
ypmatch -x
ypwhich [-t] [-d domain] [[-h] host]
...
YPBIND(8) - System Manager’s Manual # YPBIND(8) - System Manager’s Manual
NAME # ypbind - create and maintain a binding to a YP server
SYNOPSIS # ypbind [-insecure] [-ypset] [-ypsetme]
DESCRIPTION # ypbind finds the server for a particular YP domain and stores information about it in a “binding file”. This binding information includes the IP address of the server associated with that particular domain and which port the server is using.
...
YPCAT(1) - General Commands Manual # YPCAT(1) - General Commands Manual
NAME # ypcat - print the values of all keys in a YP database
SYNOPSIS # ypcat [-kt] [-d domainname] mapname
ypcat -x
DESCRIPTION # ypcat prints out the values of all keys from the YP database specified by mapname, which may be a map name or a map nickname.
The options are as follows:
-d domainname
Specify a domain other than the default domain.
...
YPINIT(8) - System Manager’s Manual # YPINIT(8) - System Manager’s Manual
NAME # ypinit - create a YP server (master or slave)
SYNOPSIS # ypinit -m [domainname]
ypinit -s master_server [domainname]
ypinit -u [domainname]
DESCRIPTION # ypinit may be used to set up a YP server, or to change the ypserver map. If domainname is not given, the default domainname will be used.
The options are as follows:
-m [domainname]
...
YPMATCH(1) - General Commands Manual # YPMATCH(1) - General Commands Manual
NAME # ypmatch - print the values of one or more keys in a YP database
SYNOPSIS # ypmatch [-kt] [-d domainname] key … mapname
ypmatch -x
DESCRIPTION # ypmatch prints out the values of one or more keys from the YP database specified by mapname, which may be a map name or a map nickname.
The options are as follows:
...
YPPOLL(8) - System Manager’s Manual # YPPOLL(8) - System Manager’s Manual
NAME # yppoll - ask version of YP map from YP server
SYNOPSIS # yppoll [-d domain] [-h host] mapname
DESCRIPTION # yppoll asks a YP server process for the order number and which host is the master server for mapname.
The options are as follows:
-d domain
Use the YP domain domain instead of the default domain as returned by domainname(1).
...
YPPUSH(8) - System Manager’s Manual # YPPUSH(8) - System Manager’s Manual
NAME # yppush - force distribution of one YP map
SYNOPSIS # yppush [-v] [-d domainname] [-h hostname] mapname
DESCRIPTION # The yppush utility distributes one YP map from the master server to all slave servers in the domain. All servers of the domain are fetched from the YP map ypservers. Before starting distribution, the master server is told to reread its Berkeley DB map files from disk.
...
YPSERV.ACL(5) - File Formats Manual # YPSERV.ACL(5) - File Formats Manual
NAME # ypserv.acl - ypserv(8) access control configuration
DESCRIPTION # The ypserv.acl file controls which hosts can connect to the yp(8) server.
The format is more complex than the format for securenet(5). The first two words on each line controls if the line will allow or deny access for a host, network (net), or all hosts.
The YP server reads the configuration file and builds a list in memory.
...