diff options
author | Tomas Mraz <tmraz@fedoraproject.org> | 2016-04-19 10:48:31 +0200 |
---|---|---|
committer | Tomas Mraz <tmraz@fedoraproject.org> | 2016-04-19 10:48:31 +0200 |
commit | ff4fd47e51b19c20807946cf7da49604d205841c (patch) | |
tree | de59438fe9714b9c2ea85411b268ff318983b531 /modules/pam_unix/pam_unix.8.xml | |
parent | cefaf0ff3761c2948f1e627c5bd4c7c98133f6e0 (diff) | |
download | pam-ff4fd47e51b19c20807946cf7da49604d205841c.tar.gz pam-ff4fd47e51b19c20807946cf7da49604d205841c.tar.bz2 pam-ff4fd47e51b19c20807946cf7da49604d205841c.zip |
pam_unix: Document that MD5 password hash is used to store old passwords.
modules/pam_unix/pam_unix.8.xml: Document that the MD5 password hash is used
to store the old passwords when remember option is set.
Diffstat (limited to 'modules/pam_unix/pam_unix.8.xml')
-rw-r--r-- | modules/pam_unix/pam_unix.8.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/pam_unix/pam_unix.8.xml b/modules/pam_unix/pam_unix.8.xml index 60d90979..1b318f11 100644 --- a/modules/pam_unix/pam_unix.8.xml +++ b/modules/pam_unix/pam_unix.8.xml @@ -247,6 +247,8 @@ user are saved in <filename>/etc/security/opasswd</filename> in order to force password change history and keep the user from alternating between the same password too frequently. + The MD5 password hash algorithm is used for storing the + old passwords. Instead of this option the <command>pam_pwhistory</command> module should be used. </para> |