summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-12 14:38:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-12 14:38:39 +0000
commit6ac18b0ac25cdc051783a436a4ee49e31487e677 (patch)
tree7457b742e0349d89ddfccb8b785520923fd33ef0 /sys-libs/pam/files
parentAdd net-p2p/gift to DEPEND for bug #184927 and remove redundant maintainer el... (diff)
downloadgentoo-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/files')
-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.epam3
2 files changed, 2 insertions, 1 deletions
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