File netgroup of Package netcfg (Revision 9d0e56c07fb80314c47a9fa84f7b2355)
Currently displaying revision 9d0e56c07fb80314c47a9fa84f7b2355 , Show latest
25
1
#
2
# netgroup The netgroup file. Entries look like this:
3
#
4
# netgroup (host,user,domain) (host,user,domain) ..
5
#
6
# So for example a netgroup for powerusers could be:
7
#
8
# powerusers (,miquels,) (,torvalds,) (,fubar,)
9
#
10
# And an entry in the password file like
11
#
12
# +@powerusers::::::
13
# +:*:::::/etc/NoShell
14
#
15
#
16
# would give access only to the users in "powerusers", while the
17
# other users would be known to the system but have an invalid
18
# shell AND an invalid password (with Linux, you can also
19
# override the password field).
20
#
21
22
# powerusers (,miquels,) (,torvalds,) (,fubar,)
23
# ourhosts (picard,,) (enterprise,,) (laforge,,) (Q,,)
24
25