table of contents
PAM_PWHISTORY(8) | Linux-PAM Manual | PAM_PWHISTORY(8) |
NAME¶
pam_pwhistory - PAM module to remember last passwords
SYNOPSIS¶
pam_pwhistory.so [debug] [use_authtok] [enforce_for_root] [remember=N] [retry=N] [authtok_type=STRING]
DESCRIPTION¶
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.
OPTIONS¶
debug
use_authtok
enforce_for_root
remember=N
retry=N
authtok_type=STRING
MODULE TYPES PROVIDED¶
Only the password module type is provided.
RETURN VALUES¶
PAM_AUTHTOK_ERR
PAM_IGNORE
PAM_MAXTRIES
PAM_USER_UNKNOWN
EXAMPLES¶
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_cracklib:
#%PAM-1.0 password required pam_cracklib.so retry=3 password required pam_pwhistory.so use_authtok password required pam_unix.so use_authtok
FILES¶
/etc/security/opasswd
SEE ALSO¶
AUTHOR¶
pam_pwhistory was written by Thorsten Kukuk <kukuk@thkukuk.de>
09/19/2013 | Linux-PAM Manual |