MKNETID(8) | MidnightBSD System Manager's Manual | MKNETID(8) |
mknetid
— generate
netid map data
mknetid |
[-q ] [-g
group_file] [-p
passwd_file] [-h
hosts_file] [-n
netid_file] [-d
domain] |
The mknetid
utility processes the contents
of the group(5),
passwd(5),
hosts(5) and
netid(5) files into the
format used to generate the netid.byname NIS map.
This map is used to hold credential information for both users and hosts in
an operating system independent format.
The mknetid
utility checks for duplicate
occurrences of netids and filters them out.
The mknetid
utility prints its results on
the standard output. It is usually called only by
/var/yp/Makefile when rebuilding the NIS maps.
The mknetid
utility supports the following
options:
-q
mknetid
prints a warning message when it
encounters a duplicate netid. This flag turns on 'quiet' mode, allowing
the warnings to be suppressed. Other error messages may still be
generated.-g
group_file-p
passwd_file-h
hosts_file-n
netid_file-d
domainmknetid
utility uses the system
domainname when generating netid records. If the system domainname is not
set, the domain must be specified on the command line with the
-d
flag. If the domainname is set, the
-d
flag may be used to override it.yp_mkdb
and
mknetid
to build the NIS databasesBill Paul <wpaul@ctr.columbia.edu>
June 23, 1996 | midnightbsd-3.1 |