bugzilla-daemon at mindrot.org
2006-Jun-23 11:15 UTC
[Bug 1083] Disable login for locked account
http://bugzilla.mindrot.org/show_bug.cgi?id=1083 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #1148| |ok? Flag| | ------- Comment #10 from dtucker at zip.com.au 2006-06-23 21:15 ------- Created an attachment (id=1148) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1148&action=view) Patch 982+removed #else part. Setting passwd first would also let us slightly untangle the ifdef block. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-23 12:32 UTC
[Bug 1083] Disable login for locked account
http://bugzilla.mindrot.org/show_bug.cgi?id=1083 ------- Comment #11 from djm at mindrot.org 2006-06-23 22:32 ------- could this use openbsd-compat/xcrypt.c:shadow_pw() to fetch the password? it already does this... ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2006-Jun-23 12:52 UTC
[Bug 1083] Disable login for locked account
http://bugzilla.mindrot.org/show_bug.cgi?id=1083 ------- Comment #12 from dtucker at zip.com.au 2006-06-23 22:52 ------- (In reply to comment #11)> could this use openbsd-compat/xcrypt.c:shadow_pw() to fetch the > password? it already does this...Yeah that looks like a good idea. I'll give it a spin. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.