PAM_PWHISTORY(8) | Linux-PAM Manual | PAM_PWHISTORY(8) |
pam_pwhistory - PAM module to remember last passwords
pam_pwhistory.so [debug] [use_authtok] [enforce_for_root] [remember=N] [retry=N] [authtok_type=STRING]
This module saves the last passwords for each user in order to force password change history and keep the user from alternating between the same password too frequently.
This module does not work together with kerberos. In general, it does not make much sense to use this module in conjunction with NIS or LDAP, since the old passwords are stored on the local machine and are not available on another machine for password history checking.
debug
use_authtok
enforce_for_root
remember=N
retry=N
authtok_type=STRING
Only the password module type is provided.
PAM_AUTHTOK_ERR
PAM_IGNORE
PAM_MAXTRIES
PAM_USER_UNKNOWN
An example password section would be:
#%PAM-1.0 password required pam_pwhistory.so password required pam_unix.so use_authtok
In combination with pam_passwdqc:
#%PAM-1.0 password required pam_passwdqc.so config=/etc/passwdqc.conf password required pam_pwhistory.so use_authtok password required pam_unix.so use_authtok
/etc/security/opasswd
pam_pwhistory was written by Thorsten Kukuk <kukuk@thkukuk.de>
09/03/2021 | Linux-PAM Manual |