Displaying 1 result from an estimated 1 matches for "passexpire10".
Did you mean:
passexpire12
2003 Jan 09
7
[Bug 14] Can't change expired /etc/shadow password without PAM
...p://bugzilla.mindrot.org/show_bug.cgi?id=14
------- Additional Comments From dtucker at zip.com.au 2003-01-09 23:17 -------
Created an attachment (id=199)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=199&action=view)
Implement password change via /bin/passwd in session.
openssh-passexpire10.patch:
* Implementes shadow and AIX password expiry.
* Adds general expire_message and login_message Buffers to replace
platform-specific variables.
* Implements PasswordExpireWarningDays and ForcedPasswdChange options.
* Uses SIGUSR1 to reset password change flag.
* Net reduction in #ifdefs.
Tes...