Bug 29850

Summary: ftpd.c doesn't check via PAM/pam_acct_mgmt
Product: Base System Reporter: Volker Stolz <vs>
Component: binAssignee: Mark Murray <markm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-PRERELEASE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Volker Stolz 2001-08-18 19:00:14 UTC
ftpd doesn´t check if the account is valid using the PAM account management
provided by pam_acct_mgmt. Although expired accounts will be detected
(cf. PR bin/20952), other PAM modules have other reasons for denying
access.

How-To-Repeat: N/A, due to lack of modules apart from pam_unix to test with.
Comment 1 dwmalone freebsd_committer freebsd_triage 2001-08-18 20:08:13 UTC
Responsible Changed
From-To: freebsd-bugs->markm

Mark is working on PAM.
Comment 2 Mark Murray freebsd_committer freebsd_triage 2001-08-27 11:55:27 UTC
State Changed
From-To: open->feedback

Fixed in CURRENT ftpd.c 1.75. Please confirm that this works for you and I'll merge it into STABLE.
Comment 3 stolz 2001-12-18 16:10:56 UTC
I didn't notice that this one was still around.
Please MFC, it works!
-- 
Wonderful \hbox (0.80312pt too nice) in paragraph at lines 16--18
Volker Stolz * stolz@i2.informatik.rwth-aachen.de
Please use PGP or S/MIME for correspondence!
Comment 4 Yar Tikhiy freebsd_committer freebsd_triage 2004-10-30 16:28:10 UTC
State Changed
From-To: feedback->closed

A fix was introduced to STABLE by des@ in rev. 1.62.2.52 of ftpd.c.