NAME
netgroup
—
defines network groups
SYNOPSIS
netgroup |
DESCRIPTION
The netgroup
file specifies ``netgroups'',
which are sets of
(host, user,
domain) tuples that are to be given similar network access.
Each line in the file consists of a netgroup name followed by a list of the members of the netgroup. Each member can be either the name of another netgroup or a specification of a tuple as follows:
(host, user, domain)
netgroup
database.
Lines that begin with a # are treated as comments.
FILES
- /etc/netgroup
- the netgroup database.
SEE ALSO
COMPATIBILITY
The file format is compatible with that of various vendors, however it appears that not all vendors use an identical format.
BUGS
The interpretation of access restrictions based on the member tuples of a netgroup is left up to the various network applications. Also, it is not obvious how the domain specification applies to the BSD environment.