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

Collapse All | Expand All

(-)/var/tmp/portage/sys-auth/pambase-20090620.1-r1/work/pambase-20090620.1/Makefile (+4 lines)
Lines 44-49 Link Here
44
PAMFLAGS += -DHAVE_PAM_SSH=1
44
PAMFLAGS += -DHAVE_PAM_SSH=1
45
endif
45
endif
46
46
47
ifeq "$(LDAP)" "yes"
48
PAMFLAGS += -DHAVE_LDAP=1
49
endif
50
47
ifeq "$(SHA512)" "yes"
51
ifeq "$(SHA512)" "yes"
48
PAMFLAGS += -DWANT_SHA512=1
52
PAMFLAGS += -DWANT_SHA512=1
49
endif
53
endif
(-)/var/tmp/portage/sys-auth/pambase-20090620.1-r1/work/pambase-20090620.1/system-auth.in (-2 / +16 lines)
Lines 4-11 Link Here
4
#if HAVE_PAM_SSH
4
#if HAVE_PAM_SSH
5
auth		sufficient	pam_ssh.so
5
auth		sufficient	pam_ssh.so
6
#endif
6
#endif
7
auth		required	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
7
auth		sufficient	pam_unix.so try_first_pass LIKEAUTH nullok DEBUG
8
#if HAVE_LDAP
9
auth		sufficient	pam_ldap.so use_first_pass
10
#endif
11
auth		required	pam_deny.so
8
 
12
 
13
#if HAVE_LDAP
14
account		sufficient	pam_ldap.so
15
#endif
9
account		required	pam_unix.so DEBUG
16
account		required	pam_unix.so DEBUG
10
 
17
 
11
#if HAVE_CRACKLIB
18
#if HAVE_CRACKLIB
Lines 14-20 Link Here
14
#if HAVE_PASSWDQC
21
#if HAVE_PASSWDQC
15
password	required	pam_passwdqc.so min=8,8,8,8,8 retry=3
22
password	required	pam_passwdqc.so min=8,8,8,8,8 retry=3
16
#endif
23
#endif
17
password	required	pam_unix.so try_first_pass AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
24
password	sufficient	pam_unix.so try_first_pass AUTHTOK nullok UNIX_EXTENDED_ENCRYPTION DEBUG
25
#if HAVE_LDAP
26
password	sufficient	pam_ldap.so use_first_pass AUTHTOK
27
#endif
28
password	required	pam_deny.so
18
 
29
 
19
#if HAVE_LIMITS
30
#if HAVE_LIMITS
20
session		required	pam_limits.so DEBUG
31
session		required	pam_limits.so DEBUG
Lines 31-34 Link Here
31
#if SUPPORT_UNIX_SESSION
42
#if SUPPORT_UNIX_SESSION
32
session		required	pam_unix.so DEBUG
43
session		required	pam_unix.so DEBUG
33
#endif
44
#endif
45
#if HAVE_LDAP
46
session		optional	pam_ldap.so
47
#endif
34
session		optional	pam_permit.so
48
session		optional	pam_permit.so

Return to bug 281707