bugzilla-daemon at mindrot.org
2005-Sep-12 10:59 UTC
[Bug 848] OpenSSH_3.8.1p1 - passwd -f does not work
http://bugzilla.mindrot.org/show_bug.cgi?id=848 ------- Additional Comments From senthilkumar_sen at hotpop.com 2005-09-12 20:59 ------- I have some idea. But before trying them, I need one clarification, the attachment id=615 deals with aging in auth-shadow.c. Is this checking of password aging in /etc/passwd should be done there or moved to auth-passwd.c. which would be the right place? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Sep-19 02:25 UTC
[Bug 848] OpenSSH_3.8.1p1 - passwd -f does not work
http://bugzilla.mindrot.org/show_bug.cgi?id=848 ------- Additional Comments From dtucker at zip.com.au 2005-09-19 12:25 ------- (In reply to comment #11)> Is this checking of > password aging in /etc/passwd should be done there or moved to auth-passwd.c. > which would be the right place?I don't think it matters much right now. I'd be more interested to see the code that can reliably detect this condition, then we can work out where is best fits. Since auth-passwd.c is present in both OpenBSD's sshd and Portable's, additions to it represent an ongoing maintenance hassle. In general, we prefer to avoid unnecessary differences in files that must be kept synced. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2005-Sep-26 16:42 UTC
[Bug 848] OpenSSH_3.8.1p1 - passwd -f does not work
http://bugzilla.mindrot.org/show_bug.cgi?id=848 ------- Additional Comments From senthilkumar_sen at hotpop.com 2005-09-27 02:42 ------- Created an attachment (id=968) --> (http://bugzilla.mindrot.org/attachment.cgi?id=968&action=view) Patch for honouring expired passwords in HP-UX The attached patch detect expired passwords when run with "Usepam no". If needed Im interested in implementing this fix on auth-passwd.c ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Apparently Analagous Threads
- [Bug 1032] PrintLastLog is not working with UseLogin yes
- [Bug 1083] Disable login for locked account
- [Bug 980] sshd does not write the session leader pid to utmp when priv-separation is enabled
- [Bug 1029] SIGTERM and cleanup of wtmp files
- [Bug 1058] Updating protected password database in HP-UX