# Lines starting with hash (#) are comments, not read by programs
# /etc/netgroups: specify network groups of users or hosts
# Can be used in combination with other programs like password
# or exports to have global configurations
# on a network. It can be exported with NIS


# Entries look like this:
# netgroup (host,user,domain) (host,user,domain) ..
# So for example a netgroup for powerusers could be:
# powerusers (,miquels,) (,torvalds,) (,fubar,)
# And an entry in the password file like
# +@powerusers::::::
# +:*:::::/etc/NoShell
#
# would give access only to the users in "powerusers"
#

# The next line defines six clients in the group "clientsquash"
# used in exports. The line is continued with
# the slash (\) character

clientsquash (host1,,) (host2,,) (host3,,) (host4,,) (host5,,) \
(host6,,)


# The next line defines three clients in the group
# "clientsnoquash"
# used in exports.
# In combination with the above entry allows to export directories
# in two different way, with root_squash and no_root_squash

clientnosquash (sheaf,,) (math,,) (homotopy,,) (anillo,,) (lattice,,) \
(bundle,,)