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

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