[Bug 1083] Disable login for locked account
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Oct 5 12:25:09 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1083
------- Additional Comments From dtucker at zip.com.au 2005-10-05 12:25 -------
Shadow passwords are a run-time installable feature on HP-UX (11.00 and 11.11 I
think) but some of the infrastructure such as the getspnam() call is present on
at least some versions without the feature.
So I guess the question is: can it get into this situation with a normal HP-UX
configuration (as opposed to a misconfigured system with mismatched
includes/runtime)?
Also, a slightly simpler patch would be to put the "passwd = pw->pw_passwd;"
without the "if" before all of the #ifdefs. This should have the same behaviour
as the proposed patch.
------- 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