slackbuilds_ponce/system/passwdqc
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
doinst.sh
passwdqc.info
passwdqc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

passwdqc - password/passphrase strength checking and enforcement

passwdqc is a password/passphrase strength checking and policy
enforcement toolset, command-line programs (pwqcheck and pwqgen),
and a library (libpasswdqc).

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