[Bug 1083] Disable login for locked account
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Oct 5 15:20:56 EST 2005
http://bugzilla.mindrot.org/show_bug.cgi?id=1083
------- Additional Comments From senthilkumar_sen at hotpop.com 2005-10-05 15:20 -------
In comment #6
> const char *hostname = NULL, *ipaddr = NULL, *passwd = pw->pw_passwd;
As there is a check for pw as given below,
/* Shouldn't be called if pw is NULL, but better safe than sorry... */
I think we can do the passwd = pw->pw_passwd assignment after this. This occurs
after the first #ifdef which is for shadow structure.
------- 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