[Bug 1065] password expiration and SSH keys don't go well together
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Aug 10 19:20:36 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1065
------- Additional Comments From senthilkumar_sen at hotpop.com 2005-08-10 19:20 -------
That message happens because of pam_unix(local password aging). I suspect the
problem as below, the pam_authenticate() is skipped in sshd for key based
authentications. So when pam_acct_mgmt() is called at this case, I guess
pam_ldap checks whether previous call for pam_authenticate() is successful or
not (which is skipped). This may results in this kind of behaviour.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-bugs
mailing list