From 80080be1b62aa6d82bbf4b11fd150034d0ec1af6 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Wed, 28 Apr 2021 20:32:54 +0300 Subject: system/passwdqc: Updated for version 2.0.2. Signed-off-by: Willy Sudiarto Raharjo --- system/passwdqc/README | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'system/passwdqc/README') diff --git a/system/passwdqc/README b/system/passwdqc/README index b1f991eaaec97..e7fc4c24790b4 100644 --- a/system/passwdqc/README +++ b/system/passwdqc/README @@ -8,5 +8,14 @@ pwqcheck and pwqgen are standalone password/passphrase strength checking and random passphrase generator programs, respectively, which are usable from scripts. +pam_passwdqc is a simple password strength checking module for +PAM-aware password changing programs, such as passwd(1). + libpasswdqc is the underlying library, which may also be used from third-party programs. + +To enable pam_passwdqc in Slackware you need to replace any other password +strength checking PAM modules like pam_pwquality.so in /etc/pam.d/system-auth +with the following line: + +password requisite pam_passwdqc.so -- cgit v1.2.3