Re: pam_passwdqc and history
Andrey V Stolyarov <[email protected]>
| Newsgroups | gmane.linux.openwall.user |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 24 Jun 2007 [email protected] wrote: > On Sat, Jun 23, 2007 at 11:01:04AM -0600, Vincent Danen wrote: > > > Quick question. Does pam_passwdqc support password history? > > Not just comparing the current password to the new password, > > but seeing if it's similar to, say, any of the last 3 > > passwords a user used? Apparently some government/company > > legislation/policies require history checking of current-N > > passwords, and I'm wondering if passwdqc does this. > > It does NOT and, I hope, never will - all these "password > history policies" require storing plaintext password somewhere, > which is absolutely inacceptable. I'd say it is still possible to store older hashes rather than passwords theirselves. This will not allow to check passwords for 'similarity' but obviously will allow to check is the new password is exacly the same as one in the history. And it is not that inacceptable as storing plaintext passwords. -- Croco -- To unsubscribe, e-mail [email protected] and reply to the automated confirmation request that will be sent to you.