pwhistory.conf
pam_pwhistory configuration file
- Provided by: libpam-runtime (Version: 1.7.0-5ubuntu2)
- Source: pam
- Report a bug
pam_pwhistory configuration file
pwhistory.conf provides a way to configure the default settings for saving the last passwords for each user. This file is read by the pam_pwhistory module and is the preferred method over configuring pam_pwhistory directly.
The file has a very simple name = value format with possible comments starting with # character. The whitespace at the beginning of line, end of line, and around the = sign is ignored.
debug
enforce_for_root
remember=N
retry=N
file=/path/filename
/etc/security/pwhistory.conf file example:
debug
remember=5
file=/tmp/opasswd
/etc/security/pwhistory.conf
pwhistory(8), pam_pwhistory(8), pam.conf(5), pam.d(5), pam(8)
pam_pwhistory was written by Thorsten Kukuk. The support for pwhistory.conf was written by Iker Pedrosa.