ypserv.conf
configuration file for ypserv and rpc.ypxfrd
- Provided by: nis (Version: 3.17-32ubuntu6.1)
- Report a bug
configuration file for ypserv and rpc.ypxfrd
ypserv.conf is an ASCII file which contains some options for ypserv. It also contains a list of rules for special host and map access for ypserv and rpc.ypxfrd. This file will be read by ypserv and rpc.ypxfrd at startup, or when receiving a SIGHUP signal.
There is one entry per line. If the line is a option line, the format is:
The line for an access rule has the format:
All rules are tried one by one. If no match is found, access to a map is allowed.
Following options exist:
The field descriptions for the access rule lines are:
You can add /mangle:field to the none or port security keywords. The :field part is optional. It will replace field number field (the default is 2, the password field of the passwd and shadow maps) with the value x for client requests from non-priviliged ports (>= 1024) for the port security keyword and in all cases for the none security keyword.
/etc/ypserv.conf
The access rules for special maps are no real improvement in security, but they make the life a little bit harder for a potential hacker.
Solaris clients don't use privileged ports. All security options that depend on privileged ports cause big problems on Solaris clients.
Thorsten Kukuk <kukuk@suse.de>