ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SECURENET(5) BSD File Formats Manual SECURENET(5) 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. EXAMPLES A configuration file might appear as follows: # # Only my local net is secure. # 255.255.255.0 139.58.253.0 FILES /var/yp/securenet A ypserv(8) configuration file. SEE ALSO yp(8), ypserv(8), ypserv.acl(5) HISTORY The securenet was added to NIS by Sun Microsystems, Inc. as a bugfix for weak security. BSD June 27, 1994 BSD |
|