Remove libpwquality requirement from system-pasword module

This commit is contained in:
2025-06-25 18:09:06 +03:00
parent 1bd0cc78ad
commit e1bceed86a
2 changed files with 1 additions and 10 deletions
+1
View File
@@ -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
-10
View File
@@ -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.