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

Collapse All | Expand All

(-)a/passwd.in (-4 / +5 lines)
Lines 1-6 Link Here
1
auth       sufficient   pam_rootok.so
1
auth		sufficient	pam_rootok.so
2
auth       include	system-auth
2
auth		include		system-auth
3
3
4
account    include	system-auth
4
account		include		system-auth
5
5
6
password   include	system-auth
6
password	include		system-auth
7
-password	optional	pam_gnome_keyring.so UNIX_AUTHTOK
(-)a/system-login.in (-9 lines)
Lines 8-16 Link Here
8
auth		required	pam_nologin.so DEBUG_NOLOGIN
8
auth		required	pam_nologin.so DEBUG_NOLOGIN
9
#endif
9
#endif
10
auth		include		system-auth
10
auth		include		system-auth
11
#if HAVE_GNOME_KEYRING
12
auth		optional	pam_gnome_keyring.so
13
#endif
14
11
15
#if HAVE_ACCESS
12
#if HAVE_ACCESS
16
account		required	pam_access.so DEBUG
13
account		required	pam_access.so DEBUG
Lines 27-35 Link Here
27
#endif
24
#endif
28
25
29
password	include		system-auth
26
password	include		system-auth
30
#if HAVE_GNOME_KEYRING
31
password	optional	pam_gnome_keyring.so
32
#endif
33
27
34
#if HAVE_LOGINUID
28
#if HAVE_LOGINUID
35
session         optional        pam_loginuid.so
29
session         optional        pam_loginuid.so
Lines 51-59 Link Here
51
# Note: modules that run in the user's context must come after this line.
45
# Note: modules that run in the user's context must come after this line.
52
session		required	pam_selinux.so multiple open
46
session		required	pam_selinux.so multiple open
53
#endif
47
#endif
54
#if HAVE_GNOME_KEYRING
55
session		optional	pam_gnome_keyring.so auto_start
56
#endif
57
#if HAVE_MOTD
48
#if HAVE_MOTD
58
session		optional	pam_motd.so motd=/etc/motd
49
session		optional	pam_motd.so motd=/etc/motd
59
#endif
50
#endif

Return to bug 652194