Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pam_unix: do not use crypt_checksalt when checking for password expir…
…ation According to Zack Weinberg, the intended meaning of CRYPT_SALT_METHOD_LEGACY is "passwd(1) should not use this hashing method", it is not supposed to mean "force a password change on next login for any user with an existing stored hash using this method". This reverts commit 4da9feb. * modules/pam_unix/passverify.c (check_shadow_expiry) [CRYPT_CHECKSALT_AVAILABLE]: Remove. Closes: #367
- Loading branch information