slackbuilds/system/passwdqc
B. Watson bac50d51a6 system/passwdqc: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:38:09 -04:00
..
README system/passwdqc: Wrap README at 72 columns. 2022-03-17 12:38:09 -04:00
doinst.sh
passwdqc.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
passwdqc.info
slack-desc

README

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