Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
FreeBSD
NetBSD
Others
YPSERV(8) OpenBSD System Manager's Manual YPSERV(8)
NAME
ypserv - YP server daemon
SYNOPSIS
ypserv [-1] [-a aclfile] [-d] [-x]
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 db(3) database. A number of YP maps
is grouped together in a domain. Ypserv determines the domains it serves
by looking for a directory with the domain name in /var/yp.
YP hasn't been known for high security through the years. In recent years
security has improved by restricting access to the server. In SunOS 4.1
has a new file occured named /var/yp/securenet. It contains networks the
server can assume is secure. For information about file format see
securenet(5).
Before the author of this server had seen securenet(5) another format was
implemented ypserv.acl(5). This file format makes it possible to allow
and deny hosts and networks access to the server. This file can have any
name since it's given by the argument to -a (use full path).
The file used can be reread by sending a SIGHUP to ypserv. The process
pid can be found in the file /var/run/ypserv.pid
If a host isn't secure all queries to the server will result in a
YP_NODOM result.
If the file /var/yp/ypserv.log exists then messages will be written to
the file.
If a directory named the same as the system domainname exists in /var/yp/
(ie. the domainname is foo and directory /var/yp/foo exists), then ypserv
will be automatically started at boot time.
The options are as follows:
-1 Allow ypserv to answer old YP version 1 requests.
-a aclfile
Don't use /var/yp/securenet. Use another file with another file
format. For futher information see man page for ypserv.acl.
-d Use Internet Domain Name System. If a query to map hosts.byname
or hosts.byaddr fails, make a DNS query and return the result if
successful. Alternately, if these maps were built on the YP mas-
ter using makedbm -b then DNS queries will be done without need-
ing to specify -d.
-x Terminate the server after processing aclfile or
/var/yp/securenet.
FILES
/var/yp/ypserv.log
/var/yp/securenet
/var/run/ypserv.pid
SEE ALSO
yp(8), ypserv.acl(5), securenet(5), ypbind(1)
AUTHOR
Mats O Jansson <moj@stacken.kth.se>
OpenBSD 2.3 June 27, 1994 2
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for ypserv(8) OpenBSD sources for ypserv(8)
Up to: Host, service name, and address operations - Methods and functions for doing address, host, user, and service name lookups (DNS). also Internet Assigned Numbers
RocketLink!--> Man page versions:
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
ypserv.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|