pam:pam_passwdqc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pam:pam_passwdqc [2016/11/27 19:11] โ peter | pam:pam_passwdqc [2019/12/01 12:17] (current) โ removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== PAM - pam_passwdqc ====== | ||
- | |||
- | **pam_passwdqc** is a PAM password quality control module that checks the strength of the password. | ||
- | |||
- | |||
- | ===== Create the PAM configuration file for passwdqc ===== | ||
- | |||
- | Create a PAM configuration file for passwdqc by issuing the following command: | ||
- | |||
- | <code bash> | ||
- | sudo vi / | ||
- | </ | ||
- | |||
- | and populate it with the following: | ||
- | |||
- | <file bash / | ||
- | Name: passwdqc password strength checking | ||
- | Default: yes | ||
- | Priority: 1024 | ||
- | Conflicts: cracklib [maybe?] | ||
- | Password-Type: | ||
- | Password: | ||
- | โ requisite pam_passwdqc.so min=disabled, | ||
- | </ | ||
- | |||
- | Now issue the command: | ||
- | |||
- | <code bash> | ||
- | sudo pam-auth-update | ||
- | </ | ||
- | |||
- | and ensure that the passwdqc password strength checking is enabled. | ||
- | |||
- | <WRAP warning> | ||
- | **WARNING**: | ||
- | </ | ||
pam/pam_passwdqc.1480273912.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)