diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-12 14:38:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-12 14:38:39 +0000 |
commit | 6ac18b0ac25cdc051783a436a4ee49e31487e677 (patch) | |
tree | 7457b742e0349d89ddfccb8b785520923fd33ef0 /sys-libs/pam | |
parent | Add net-p2p/gift to DEPEND for bug #184927 and remove redundant maintainer el... (diff) | |
download | gentoo-2-6ac18b0ac25cdc051783a436a4ee49e31487e677.tar.gz gentoo-2-6ac18b0ac25cdc051783a436a4ee49e31487e677.tar.bz2 gentoo-2-6ac18b0ac25cdc051783a436a4ee49e31487e677.zip |
use_authtok does not have a fallback, so disable that pam_unix call and replace with a clean one when not using pam_cracklib.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/ChangeLog | 10 | ||||
-rw-r--r-- | sys-libs/pam/files/digest-pam-0.99.8.0-r2 (renamed from sys-libs/pam/files/digest-pam-0.99.8.0-r1) | 0 | ||||
-rw-r--r-- | sys-libs/pam/files/system-auth.pamd.epam | 3 | ||||
-rw-r--r-- | sys-libs/pam/pam-0.99.8.0-r2.ebuild (renamed from sys-libs/pam/pam-0.99.8.0-r1.ebuild) | 2 |
4 files changed, 12 insertions, 3 deletions
diff --git a/sys-libs/pam/ChangeLog b/sys-libs/pam/ChangeLog index 03c58e910611..945e0da8ff08 100644 --- a/sys-libs/pam/ChangeLog +++ b/sys-libs/pam/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-libs/pam # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.164 2007/07/12 09:28:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/ChangeLog,v 1.165 2007/07/12 14:38:39 flameeyes Exp $ + +*pam-0.99.8.0-r2 (12 Jul 2007) + + 12 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> + files/system-auth.pamd.epam, -pam-0.99.8.0-r1.ebuild, + +pam-0.99.8.0-r2.ebuild: + use_authtok does not have a fallback, so disable that pam_unix call and + replace with a clean one when not using pam_cracklib. 12 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> pam-0.78-r5.ebuild: Block the split modules to avoid collisions. diff --git a/sys-libs/pam/files/digest-pam-0.99.8.0-r1 b/sys-libs/pam/files/digest-pam-0.99.8.0-r2 index 0ae5144edf74..0ae5144edf74 100644 --- a/sys-libs/pam/files/digest-pam-0.99.8.0-r1 +++ b/sys-libs/pam/files/digest-pam-0.99.8.0-r2 diff --git a/sys-libs/pam/files/system-auth.pamd.epam b/sys-libs/pam/files/system-auth.pamd.epam index b2c432ec7fd7..b515d84fc640 100644 --- a/sys-libs/pam/files/system-auth.pamd.epam +++ b/sys-libs/pam/files/system-auth.pamd.epam @@ -7,7 +7,8 @@ auth required pam_deny.so account required pam_unix.so #%EPAM-Use-Flag:cracklib%#password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 try_first_pass retry=3 -password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shadow +#%EPAM-Use-Flag:cracklib%#password sufficient pam_unix.so try_first_pass use_authtok nullok md5 shado +#%EPAM-Use-Flag:!cracklib%#password sufficient pam_unix.so try_first_pass nullok md5 shadow password required pam_deny.so session required pam_limits.so diff --git a/sys-libs/pam/pam-0.99.8.0-r1.ebuild b/sys-libs/pam/pam-0.99.8.0-r2.ebuild index 43b78a46cea1..e55ffdca1f6a 100644 --- a/sys-libs/pam/pam-0.99.8.0-r1.ebuild +++ b/sys-libs/pam/pam-0.99.8.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.8.0-r1.ebuild,v 1.3 2007/07/12 09:22:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pam/pam-0.99.8.0-r2.ebuild,v 1.1 2007/07/12 14:38:39 flameeyes Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" |