From b2a7ebb2fbc35bcd2e89ef75529fdc08860b98c3 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 6 Jan 2024 10:57:37 +0100 Subject: [PATCH] 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 -- 2.44.0