From e1bceed86a1d0ea6ab70f67c4bb08bebbf4b8662 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Wed, 25 Jun 2025 18:08:43 +0300 Subject: [PATCH] Remove libpwquality requirement from system-pasword module --- pkg.info | 1 + source-files/system-password | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/pkg.info b/pkg.info index 1a19ef1..dc1f58d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,7 @@ name: pam description: Pluggable Authentication Modules for Linux version: 1.7.0 +revision: 2 url: https://github.com/linux-pam/linux-pam license: GPL2-or-later architecture: any diff --git a/source-files/system-password b/source-files/system-password index 7afaa1a..b1c7010 100644 --- a/source-files/system-password +++ b/source-files/system-password @@ -1,13 +1,3 @@ -# check new passwords for strength (man pam_pwquality) -password required pam_pwquality.so authtok_type=UNIX retry=1 difok=1 \ - minlen=8 dcredit=0 ucredit=0 \ - lcredit=0 ocredit=0 minclass=1 \ - maxrepeat=0 maxsequence=0 \ - maxclassrepeat=0 gecoscheck=0 \ - dictcheck=1 usercheck=1 \ - enforcing=1 badwords="" \ - dictpath=/usr/lib/cracklib/pw_dict - # use yescrypt hash for encryption, use shadow, and try to use any # previously defined authentication token (chosen password) set by any # prior module.