diff options
author | pyllyukko <pyllyukko@maimed.org> | 2021-04-28 20:32:54 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-29 01:47:38 +0700 |
commit | 80080be1b62aa6d82bbf4b11fd150034d0ec1af6 (patch) | |
tree | 4798ce36ee340afc2c4096cb6986612cc720b680 /system/passwdqc/README | |
parent | 7476dc57aad472f41265a672351985cb79331dc5 (diff) | |
download | slackbuilds-80080be1b62aa6d82bbf4b11fd150034d0ec1af6.tar.gz |
system/passwdqc: Updated for version 2.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwdqc/README')
-rw-r--r-- | system/passwdqc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/passwdqc/README b/system/passwdqc/README index b1f991eaae..e7fc4c2479 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 |