Remove libpwquality requirement from system-pasword module
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: pam
|
name: pam
|
||||||
description: Pluggable Authentication Modules for Linux
|
description: Pluggable Authentication Modules for Linux
|
||||||
version: 1.7.0
|
version: 1.7.0
|
||||||
|
revision: 2
|
||||||
url: https://github.com/linux-pam/linux-pam
|
url: https://github.com/linux-pam/linux-pam
|
||||||
license: GPL2-or-later
|
license: GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -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
|
# use yescrypt hash for encryption, use shadow, and try to use any
|
||||||
# previously defined authentication token (chosen password) set by any
|
# previously defined authentication token (chosen password) set by any
|
||||||
# prior module.
|
# prior module.
|
||||||
|
|||||||
Reference in New Issue
Block a user