Date: Sat, 23 Jun 2001 09:40:03 -0700 (PDT) From: Mike Wiacek <mikew@magpage.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/28311: ftpd and sshd do not honor expired pw entries Message-ID: <200106231640.f5NGe3e27008@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/28311; it has been noted by GNATS. From: Mike Wiacek <mikew@magpage.com> To: freebsd-gnats-submit@FreeBSD.org, mike@sentex.net Cc: Subject: Re: bin/28311: ftpd and sshd do not honor expired pw entries Date: Sat, 23 Jun 2001 12:31:35 -0400 ftpd does check for expired passwords, when not using PAM, however by default, ftpd does use pam, and this check is not performed. The patch from bin/20952 does the expiration check but it doesn't use pam to perform the check. The one from here, uses the abstration that pam provides to check for expiration, and when it is compiled without pam, the pre-existing code will perform the check... Its really a matter of preference though :-) Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106231640.f5NGe3e27008>