aboutsummaryrefslogtreecommitdiff
blob: d4e750d1ca63602d0b1e0f55a04b59a4e54d937d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#if HAVE_TALLY
auth		required	pam_tally.so file=/var/log/faillog onerr=succeed DEBUG
#endif				
auth		required	pam_shells.so DEBUG
auth		required	pam_nologin.so DEBUG
auth		include		system-auth
 				
#if HAVE_ACCESS		
account		required	pam_access.so DEBUG
#endif				
#ifdef HAVE_LOGIN_ACCESS
account		required	pam_login_access.so
#endif
account		include		system-auth
#if HAVE_TALLY		
account		required	pam_tally.so file=/var/log/faillog onerr=succeed DEBUG
#endif				
 
password	include		system-auth
 
#if HAVE_SELINUX
session		required	pam_selinux.so close
#endif
#if HAVE_ENV			
session		required	pam_env.so DEBUG
#endif				
session		optional	pam_lastlog.so DEBUG
session		include		system-auth
#if HAVE_SELINUX
session		required	pam_selinux.so multiple open
#endif