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

Collapse All | Expand All

(-)a/system-auth.in (-3 / +3 lines)
Lines 1-6 Link Here
1
#if HAVE_ENV
2
auth		required	pam_env.so DEBUG
3
#endif
4
#if HAVE_PAM_SSH
1
#if HAVE_PAM_SSH
5
auth		sufficient	pam_ssh.so
2
auth		sufficient	pam_ssh.so
6
#endif
3
#endif
Lines 10-15 auth KRB5_CONTROL pam_krb5.so KRB5_PARAMS Link Here
10
auth		required	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
7
auth		required	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
11
/* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */
8
/* This is needed to make sure that the Kerberos skip-on-success won't cause a bad jump. */
12
auth		optional	pam_permit.so
9
auth		optional	pam_permit.so
10
#if HAVE_ENV
11
auth		required	pam_env.so DEBUG
12
#endif
13
 
13
 
14
#if HAVE_KRB5
14
#if HAVE_KRB5
15
account		KRB5_CONTROL	pam_krb5.so KRB5_PARAMS
15
account		KRB5_CONTROL	pam_krb5.so KRB5_PARAMS
(-)a/system-login.in (-4 / +4 lines)
Lines 37-45 session optional pam_loginuid.so Link Here
37
#if HAVE_SELINUX
37
#if HAVE_SELINUX
38
session		required	pam_selinux.so close
38
session		required	pam_selinux.so close
39
#endif
39
#endif
40
#if HAVE_ENV
41
session		required	pam_env.so DEBUG
42
#endif
43
#if HAVE_LASTLOG
40
#if HAVE_LASTLOG
44
session		optional	pam_lastlog.so silent DEBUG
41
session		optional	pam_lastlog.so silent DEBUG
45
#endif
42
#endif
Lines 59-62 session optional pam_motd.so motd=/etc/motd Link Here
59
#if HAVE_MAIL
56
#if HAVE_MAIL
60
session		optional	pam_mail.so
57
session		optional	pam_mail.so
61
#endif
58
#endif
62
  
59
60
#if HAVE_ENV
61
session		required	pam_env.so DEBUG
62
#endif
(-)a/system-services.in (+3 lines)
Lines 6-8 account include system-auth Link Here
6
session         optional        pam_loginuid.so
6
session         optional        pam_loginuid.so
7
#endif
7
#endif
8
#include "system-session.inc"
8
#include "system-session.inc"
9
#if HAVE_ENV
10
session		required	pam_env.so DEBUG
11
#endif
(-)a/system-session.inc (-4 lines)
Lines 1-9 Link Here
1
#if HAVE_LIMITS
1
#if HAVE_LIMITS
2
session		required	pam_limits.so DEBUG
2
session		required	pam_limits.so DEBUG
3
#endif
3
#endif
4
#if HAVE_ENV
5
session		required	pam_env.so DEBUG
6
#endif
7
#if HAVE_MKTEMP
4
#if HAVE_MKTEMP
8
session		optional	pam_mktemp.so
5
session		optional	pam_mktemp.so
9
#endif
6
#endif
10
- 

Return to bug 504492