Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213578 | Differences between
and this patch

Collapse All | Expand All

(-)pambase-20080318.ori/system-auth.in (+9 lines)
Lines 2-7 Link Here
2
auth		required	pam_env.so DEBUG
2
auth		required	pam_env.so DEBUG
3
#endif
3
#endif
4
auth		required	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
4
auth		required	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
5
#if HAVE_GNOME_KEYRING
6
auth		optional	pam_gnome_keyring.so
7
#endif
5
 
8
 
6
account		required	pam_unix.so DEBUG
9
account		required	pam_unix.so DEBUG
7
 
10
 
Lines 12-17 Link Here
12
password	required	pam_passwdqc.so min=8,8,8,8,8 retry=3
15
password	required	pam_passwdqc.so min=8,8,8,8,8 retry=3
13
#endif
16
#endif
14
password	required	pam_unix.so try_first_pass AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
17
password	required	pam_unix.so try_first_pass AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
18
#if HAVE_GNOME_KEYRING
19
password	optional	pam_gnome_keyring.so
20
#endif
15
 
21
 
16
#if HAVE_LIMITS
22
#if HAVE_LIMITS
17
session		required	pam_limits.so DEBUG
23
session		required	pam_limits.so DEBUG
Lines 23-26 Link Here
23
session		optional	pam_mktemp.so
29
session		optional	pam_mktemp.so
24
#endif
30
#endif
25
session		required	pam_unix.so DEBUG
31
session		required	pam_unix.so DEBUG
32
#if HAVE_GNOME_KEYRING
33
session		optional	pam_gnome_keyring.so auto_start
34
#endif
26
 
35
 
(-)pambase-20080318.ori/system-login.in (-9 lines)
Lines 6-14 Link Here
6
#endif
6
#endif
7
auth		required	pam_nologin.so DEBUG_NOLOGIN
7
auth		required	pam_nologin.so DEBUG_NOLOGIN
8
auth		include		system-auth
8
auth		include		system-auth
9
#if HAVE_GNOME_KEYRING
10
auth		optional	pam_gnome_keyring.so
11
#endif
12
 				
9
 				
13
#if HAVE_ACCESS
10
#if HAVE_ACCESS
14
account		required	pam_access.so DEBUG
11
account		required	pam_access.so DEBUG
Lines 25-33 Link Here
25
#endif
22
#endif
26
 
23
 
27
password	include		system-auth
24
password	include		system-auth
28
#if HAVE_GNOME_KEYRING
29
password	optional	pam_gnome_keyring.so
30
#endif
31
 
25
 
32
#if HAVE_SELINUX
26
#if HAVE_SELINUX
33
session		required	pam_selinux.so close
27
session		required	pam_selinux.so close
Lines 37-45 Link Here
37
#endif
31
#endif
38
session		optional	pam_lastlog.so DEBUG
32
session		optional	pam_lastlog.so DEBUG
39
session		include		system-auth
33
session		include		system-auth
40
#if HAVE_GNOME_KEYRING
41
session		optional	pam_gnome_keyring.so auto_start
42
#endif
43
#if HAVE_SELINUX
34
#if HAVE_SELINUX
44
session		required	pam_selinux.so multiple open
35
session		required	pam_selinux.so multiple open
45
#endif
36
#endif

Return to bug 213578