Bug 17226

Summary: ftpd can't use PAM
Product: Base System Reporter: seth <seth>
Component: binAssignee: Mark Murray <markm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.4-STABLE   
Hardware: Any   
OS: Any   

Description seth 2000-03-06 18:20:02 UTC
/usr/libexec/ftpd is not PAM-enabled.  This poses authentication problems
when users are authenticated via non-UNIX password mechanisms.  (They'll be
able to telnet or ssh, but not be able to ftp.)

Fix: 

Add PAM support to ftp and other daemons.
How-To-Repeat: 
Configure PAM for ftp services, and try using non-native authentication.
Comment 1 Ruslan Ermilov 2000-03-06 18:44:21 UTC
On Mon, Mar 06, 2000 at 01:12:59PM -0500, Seth wrote:
> 
> /usr/libexec/ftpd is not PAM-enabled.  This poses authentication problems
> when users are authenticated via non-UNIX password mechanisms.  (They'll be
> able to telnet or ssh, but not be able to ftp.)
> 
You could ask Mark Murray <markm@freebsd.org> to MFC this stuff.


-- 
Ruslan Ermilov		Sysadmin and DBA of the
ru@ucb.crimea.ua	United Commercial Bank,
ru@FreeBSD.org		FreeBSD committer,
+380.652.247.647	Simferopol, Ukraine

http://www.FreeBSD.org	The Power To Serve
http://www.oracle.com	Enabling The Information Age
Comment 2 cpiazza freebsd_committer freebsd_triage 2000-03-06 22:21:20 UTC
Responsible Changed
From-To: freebsd-bugs->markm

As Ruslan noted, markm PAM-ised ftpd in current. 
Comment 3 Mark Murray freebsd_committer freebsd_triage 2002-11-25 21:15:46 UTC
State Changed
From-To: open->closed

FreeBSD's ftpd has been able to use pam for a while now.