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.
...
YPLDAP.CONF(5) - File Formats Manual # YPLDAP.CONF(5) - File Formats Manual
NAME # ypldap.conf - LDAP YP map daemon configuration file
DESCRIPTION # The ypldap(8) daemon provides YP maps using LDAP as a backend.
The ypldap.conf config file is divided into the following main sections:
Macros
User-defined variables may be defined and used later, simplifying the configuration file.
Global Configuration
Global settings for ypldap(8).
Directories
LDAP Directory specific parameters.
...
YPLDAP(8) - System Manager’s Manual # YPLDAP(8) - System Manager’s Manual
NAME # ypldap - YP map server using LDAP backend
SYNOPSIS # ypldap [-dnv] [-D macro=value] [-f file]
DESCRIPTION # ypldap is a daemon providing YP maps using LDAP as a backend. RFC 2307 or similar LDAP schemas can be tied to the different YP maps. ypldap has the same role as ypserv(8) and the two daemons are mutually exclusive.
...
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).
...
YPSERV(8) - System Manager’s Manual # YPSERV(8) - System Manager’s Manual
NAME # ypserv - YP server daemon
SYNOPSIS # ypserv [-1dx] [-a aclfile]
DESCRIPTION # ypserv is a fundamental part of the network information system called YP. This server provides information from YP maps to the YP clients on the network.
A YP map is stored on the server as a Berkeley database. A number of YP maps are grouped together in a domain.
...
YPSET(8) - System Manager’s Manual # YPSET(8) - System Manager’s Manual
NAME # ypset - tell ypbind(8) which YP server process to use
SYNOPSIS # ypset [-d domain] [-h host] server
DESCRIPTION # ypset tells the ypbind(8) process on the current machine which YP server process to communicate with. If server is down or is not running a YP server process, it is not discovered until a YP client process attempts to access a YP map, at which time ypbind(8) tests the binding and takes appropriate action.
...
YPWHICH(1) - General Commands Manual # YPWHICH(1) - General Commands Manual
NAME # ypwhich - return hostname of YP server or map master
SYNOPSIS # ypwhich [-t] [-d domain] [[-h] host]
ypwhich [-t] [-d domain] [-h host] -m [mname]
ypwhich -x
DESCRIPTION # ypwhich tells which YP server supplies YP services to a client, or which is the master for a map. If invoked without arguments, it gives the YP server for the local machine.
...