diff options
author | davidn <davidn@FreeBSD.org> | 1997-04-23 04:56:39 +0000 |
---|---|---|
committer | davidn <davidn@FreeBSD.org> | 1997-04-23 04:56:39 +0000 |
commit | a3b6ff71437d61f1a709992587c278833036f33b (patch) | |
tree | 150805761bd522b0cc557ab9678fe5b511df5377 /libexec/ftpd/ftpd.8 | |
parent | 24026ebd29c627edf00e75e4001f3eeaf937ea62 (diff) | |
download | FreeBSD-src-a3b6ff71437d61f1a709992587c278833036f33b.zip FreeBSD-src-a3b6ff71437d61f1a709992587c278833036f33b.tar.gz |
Add basic login.conf (sans authentication) support.
Diffstat (limited to 'libexec/ftpd/ftpd.8')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 16beca2..b50a472 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 |