MAKEDBM(8) BSD System Manager's Manual MAKEDBM(8)
NAME
makedbm -- create a YP database
SYNOPSIS
makedbm -u file
makedbm -U file
makedbm [-bls] [-i ypinputfile] [-o ypoutputfile] [-d ypdomainname]
[-m ypmastername] infile outfile
DESCRIPTION
akedbm is the utiliy in YP that creates the database file containing the
YP map. The databse format is a slightly modified version of ndbm.
The options are as follows:
-u Dump a database to standard output.
-U Same as -u but also try db(3) hash format.
-b Interdomain. Include an entry in the database informing a YP
server to use DNS to get information about unknown hosts. This
option will only have effect on the two maps hosts.byname and
hosts.byaddr.
-l Lowercase. Convert all keys to lower case before adding them to
the YP database.
-s Secure map. Include an entry in the database informing ypxfr(8)
and ypserv(8) that the YP map is going to be handled as secure.
-i ypinputfile
Include an entry the in the map with the key YPINPUTFILE and
the argument as value.
-o ypoutputfile
Include an entry the in the map with the key YPOUTPUTFILE and
the argument as value.
-d ypdomainname
Include an entry the in the map with the key YPDOMAINAME and
the argument as value.
-m ypmastername
Include an entry the in the map with the key YPMASTERNAME and
the argument as value.
SEE ALSO
yp(8), db(3), ypxfr(8), ypserv(8)
AUTHOR
Mats O Jansson
BSD July 19, 1994 BSD
|