# # @(#) namesvrs $Revision: $ # # (C) Copyright 1998, 2000-2008 Hewlett-Packard Development Company, L.P. unset UNIX95 PRE_U95=true;export PRE_U95; # The DNS variables "NAMED" and "NAMED_ARGS" are removed from this file. # These variables are now available in the file /etc/rc.config.d/namesvrs_dns. ########################################################## # NIS (YP) configuration. See domainname(1), ypserv(1m) # ########################################################## # # Name server using Network Information Service protocol (Sun's ONC) # # NIS_MASTER_SERVER: 1 if this node is the master NIS server, 0 if not. # NIS_SLAVE_SERVER: 1 if this node is a slave NIS server, 0 if not. # NIS_CLIENT: 1 if this node is a NIS client, 0 if not. # NIS_DOMAIN: the NIS domain name (see domainname(1)). # MAX_NISCHECKS= max number of bind attempts the NIS client will make # YPSERV_OPTIONS command line options for ypserv # YPBIND_OPTIONS command line options for ypbind # YPPASSWDD_OPTIONS command line options for yppasswdd # KEYSERV_OPTIONS command line options for keyserv # YPUPDATED_OPTIONS command line options for ypupdated # YPXFRD_OPTIONS command line options for ypxfrd # YPSET_ADDR IP addr or name of NIS server. Must set YPBIND_OPTIONS # to "-ypset" # LONGNAMES_OPTIONS lists the long names of NIS maps # SHORTNAMES_OPTIONS lists the short names (max 14 chars) of NIS maps # SHADOW_MODE 1 if shadow mode is to be enabled, 0 if not. # # Note: - Provided the system is in shadow mode, setting SHADOW_MODE to 1 # and restarting the rpc.yppasswdd daemon on the master NIS server # will configure NIS to work in shadow mode. # # Note: - NIS_MASTER_SERVER and NIS_SLAVE_SERVER are mutually exclusive, # i.e., only one, not both, should be set if either is set. # - All NIS servers must also be NIS clients, so if you set either # NIS_MASTER_SERVER or NIS_SLAVE_SERVER to 1, you should set # NIS_CLIENT to 1, too. # - Refer to NFS administration manual and ypinit(1M) for the # steps required to create NIS servers. # # MAX_NISCHECKS # The maximum number of bind attempts the # NIS client will make for a NIS server to be # available before shuting down NIS and # booting without it. This value should # not be less than 2. # NIS_MASTER_SERVER=0 NIS_SLAVE_SERVER=0 NIS_CLIENT=0 NIS_DOMAIN= MAX_NISCHECKS=2 YPSERV_OPTIONS="" YPBIND_OPTIONS="" YPPASSWDD_OPTIONS="/etc/passwd -m passwd PWFILE=/etc/passwd" KEYSERV_OPTIONS="" YPUPDATED_OPTIONS="" YPXFRD_OPTIONS="" YPSET_ADDR="" LONGNAMES_OPTIONS="group.bygid.dir group.bygid.pag group.byname.dir \ group.byname.pag hosts.byaddr.dir hosts.byaddr.pag \ hosts.byname.dir hosts.byname.pag networks.byaddr.dir \ networks.byaddr.pag networks.byname.dir networks.byname.pag \ passwd.byname.dir passwd.byname.pag passwd.byuid.dir \ passwd.byuid.pag protocols.byname.dir protocols.byname.pag \ protocols.bynumber.dir protocols.bynumber.pag \ rpc.bynumber.dir rpc.bynumber.pag services.byname.dir \ services.byname.pag ypservers.dir ypservers.pag \ ipnodes.byname.pag ipnodes.byname.dir ipnodes.byaddr.pag \ ipnodes.byaddr.dir" SHORTNAMES_OPTIONS="group.bygi.dir group.bygi.pag group.byna.dir \ group.byna.pag hosts.byad.dir hosts.byad.pag \ hosts.byna.dir hosts.byna.pag netwk.byad.dir \ netwk.byad.pag netwk.byna.dir netwk.byna.pag \ passw.byna.dir passw.byna.pag passw.byui.dir \ passw.byui.pag proto.byna.dir proto.byna.pag \ proto.bynu.dir proto.bynu.pag rpc.bynu.dir \ rpc.bynu.pag servi.byna.dir servi.byna.pag \ ypservers.dir ypservers.pag ip.byna.pag ip.byna.dir \ ip.byad.pag ip.byad.dir" SHADOW_MODE=0