From 12904603ff46b0063b350524ab742ae98032430e Mon Sep 17 00:00:00 2001 From: Alex Burmashev Date: Tue, 27 May 2014 11:52:04 +0400 Subject: [PATCH] remove use_authtok from system-auth.pamd --- .abf.yml | 5 +++-- Linux-PAM-1.1.4.tar.bz2.sign | 8 -------- pam.spec | 2 +- system-auth.pamd | 2 +- 4 files changed, 5 insertions(+), 12 deletions(-) delete mode 100644 Linux-PAM-1.1.4.tar.bz2.sign diff --git a/.abf.yml b/.abf.yml index 60eb8ed..f1c6eb0 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,4 @@ sources: - "Linux-PAM-1.1.4.tar.bz2": 4634b09f9e059f384ce69dbaa4a67f88bef5cf7b - "pam-redhat-0.99.10-1.tar.bz2": 09e618edc5dcda9a6eb435a31db742afca673ae1 + Linux-PAM-1.1.4.tar.bz2: 4634b09f9e059f384ce69dbaa4a67f88bef5cf7b + Linux-PAM-1.1.4.tar.bz2.sign: f8d2e1b7d8d15ed3bca5fe0f7b5171e4f1105f29 + pam-redhat-0.99.10-1.tar.bz2: 09e618edc5dcda9a6eb435a31db742afca673ae1 diff --git a/Linux-PAM-1.1.4.tar.bz2.sign b/Linux-PAM-1.1.4.tar.bz2.sign deleted file mode 100644 index ed4c6f2..0000000 --- a/Linux-PAM-1.1.4.tar.bz2.sign +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.11 (GNU/Linux) -Comment: See http://www.kernel.org/signature.html for info - -iD8DBQBOBHzAyGugalF9Dw4RAvUUAJ0SfOT7ITyalk4JsmIe5tJSdIB5ygCfZ2ku -aHp5ptRfKYgWdlnFv+3F7H4= -=kqy6 ------END PGP SIGNATURE----- diff --git a/pam.spec b/pam.spec index ae7ad62..c528256 100644 --- a/pam.spec +++ b/pam.spec @@ -19,7 +19,7 @@ Epoch: 1 Summary: A security tool which provides authentication for applications Name: pam Version: 1.1.4 -Release: 9 +Release: 11 # The library is BSD licensed with option to relicense as GPLv2+ - this option is redundant # as the BSD license allows that anyway. pam_timestamp and pam_console modules are GPLv2+, License: BSD and GPLv2+ diff --git a/system-auth.pamd b/system-auth.pamd index 7b15fd6..54011bc 100644 --- a/system-auth.pamd +++ b/system-auth.pamd @@ -7,7 +7,7 @@ auth required pam_deny.so account required pam_tcb.so shadow password required pam_cracklib.so try_first_pass retry=3 -password sufficient pam_tcb.so use_authtok shadow write_to=shadow nullok prefix=$2a$ count=8 +password sufficient pam_tcb.so shadow write_to=shadow nullok prefix=$2a$ count=8 password required pam_deny.so session optional pam_keyinit.so revoke