source: trunk/debathena/config/pam-config/debian/access.conf.append @ 22731

Revision 22731, 609 bytes checked in by tabbott, 17 years ago (diff)
In pam-config: * Make access.conf.append mimic Athena workstations more closely.
Line 
1
2#DEBATHENA BEGIN
3#DEBATHENA EXAMPLES
4## Only root and tabbott can log in.
5#-:ALL EXCEPT root tabbott:ALL
6## Only andersk and tabbott can log in remotely.
7#-:ALL EXCEPT andersk tabbott:ALL EXCEPT LOCAL
8## Only root and users in group gsipb can log in.
9#-:ALL EXCEPT root gsipb:ALL
10# Note that you can use Moira NFS groups here
11# See http://debathena.mit.edu/access-controls for details
12
13# DEFAULT only allow remote access for users who have local accounts
14# on the machine (i.e. are in /etc/passwd).  Allow all other users to
15# login only locally.
16
17+:nss-local-users:ALL
18-:ALL:ALL EXCEPT LOCAL
19#DEBATHENA END
Note: See TracBrowser for help on using the repository browser.