This is a first attempt at an YP (NIS version 2) Server.

THIS IS PRE-ALPHA CLASS SOFTWARE! DO *NOT* USE IN PRODUCTION SYSTEMS!

It is part of the NYS Project. See the file COPYING for copying
restrictions. It is available under the GNU General Public License.

The only major thing left to be implemented is the YP_ALL RPC call.
Seems to need some XDR hacking that I don't feel for right now... :-)

Databases should be stored in /var/yp/<domainname>/. Use the "dbload"
program to create/fill "map" databases with entries. 

The file "ypMakefile" should be  installed in /var/yp/<domainname>,
and "dbload" in /usr/lib/yp. Then do "cd /var/yp/`domainname`; make".

Start the YP Server with "ypserv" (or "ypserv -debug /foo/bar"
to run in debug mode using the database directory /foo/bar).

Author: Peter Eriksson <pen@lysator.liu.se>, 27 Jan 1994.

