aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.8
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-04-23 04:56:39 +0000
commitb071c689deae7e8763a70b94d8fe3c96d4461203 (patch)
treea27595b9e01df96dbfcc3840fdb872378e76651e /libexec/ftpd/ftpd.8
parented4d0b8acd773649f0b654d66d69e72f527971b3 (diff)
downloadsrc-b071c689deae7e8763a70b94d8fe3c96d4461203.tar.gz
src-b071c689deae7e8763a70b94d8fe3c96d4461203.zip
Add basic login.conf (sans authentication) support.
Notes
Notes: svn path=/head/; revision=25101
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r--libexec/ftpd/ftpd.89
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 16beca23bb8d..b50a472d42b8 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94
-.\" $Id: ftpd.8,v 1.13 1997/02/22 14:21:27 peter Exp $
+.\" $Id: ftpd.8,v 1.14 1997/03/25 03:45:52 mpp Exp $
.\"
.Dd April 19, 1994
.Dt FTPD 8
@@ -272,7 +272,11 @@ as for an
.Dq anonymous
or
.Dq ftp
-account (see next item). However, the user must still supply a password.
+account (see next item).
+This facility may also be used by using the boolean "ftp-chroot"
+capability in
+.Xr login.conf 5 .
+However, the user must still supply a password.
This feature is intended as a compromise between a fully anonymous account
and a fully privileged account. The account should also be set up as for an
anonymous account.
@@ -362,6 +366,7 @@ Log file for anonymous transfers.
.Xr ftp 1 ,
.Xr key 1 ,
.Xr getusershell 3 ,
+.Xr login.conf 5 ,
.Xr inetd 8 ,
.Xr syslogd 8
.Sh BUGS