[packages/pam] drop use_authtok from pam_pwquality in a fresh config too; rel 3
atler
atler at pld-linux.org
Sat Jan 6 12:08:53 CET 2024
commit b2a7ebb2fbc35bcd2e89ef75529fdc08860b98c3
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Jan 6 10:57:37 2024 +0100
drop use_authtok from pam_pwquality in a fresh config too; rel 3
pam.spec | 2 +-
system-auth.pamd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pam.spec b/pam.spec
index accd3bd..eaa01f2 100644
--- a/pam.spec
+++ b/pam.spec
@@ -23,7 +23,7 @@ Summary(tr.UTF-8): Modüler, artımsal doğrulama birimleri
Summary(uk.UTF-8): Інструмент, що забезпечує аутентифікацію для програм
Name: pam
Version: 1.5.3
-Release: 2
+Release: 3
Epoch: 1
# The library is BSD licensed with option to relicense as GPLv2+
# - this option is redundant as the BSD license allows that anyway.
diff --git a/system-auth.pamd b/system-auth.pamd
index 82d84b0..d563d2f 100644
--- a/system-auth.pamd
+++ b/system-auth.pamd
@@ -7,7 +7,7 @@ account required pam_time.so
account required pam_unix.so
#password [success=1 ignore=reset abort=die default=bad] pam_pwgen.so upper=1 digit=1
-password required pam_pwquality.so difok=2 minlen=13 dcredit=2 ocredit=2 retry=3 use_authtok
+password required pam_pwquality.so difok=2 minlen=13 dcredit=2 ocredit=2 retry=3
password required pam_unix.so try_first_pass yescrypt shadow use_authtok
#password required pam_exec.so failok seteuid /usr/bin/make -C /var/db
#password required pam_exec.so failok seteuid /usr/bin/make -C /var/yp
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pam.git/commitdiff/b2a7ebb2fbc35bcd2e89ef75529fdc08860b98c3
More information about the pld-cvs-commit
mailing list