Bug 6982 - Enabling anonymous ftp in proftpd can be confusing with the average setup
Summary: Enabling anonymous ftp in proftpd can be confusing with the average setup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-06-18 19:30 UTC by Bill Fumerola
Modified: 1998-07-02 12:07 UTC (History)
0 users

See Also:


Attachments
file.diff (639 bytes, patch)
1998-06-18 19:30 UTC, Bill Fumerola
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Fumerola 1998-06-18 19:30:00 UTC
most administrators when they create an ftp user give it a shell that is
/bin/date or some other nonusable shell.

proftpd will not let anonymous logins occur unless a directive is in the proftpd.conf file

this fix is not a critical patch but will make the lives of sysadmins everywhere easier.

How-To-Repeat: add an ftp user with a shell of /bin/date
cd /usr/ports/net/proftpd; make; make install
edit /etc/inetd.conf and change ftpd to proftpd and kill -SIGHUP it
uncomment the anonymous section of /usr/local/etc/proftpd.conf
try to login anonymous to your new ftp server
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 1998-07-02 12:06:52 UTC
State Changed
From-To: open->closed

Committed. thanks.