Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2000 16:31:38 -0400
From:      Alan Clegg <abc@firehouse.net>
To:        Terry Babbey <terry@lambton.on.ca>
Cc:        questions@freebsd.org
Subject:   Re: FTP Daemon Question
Message-ID:  <20000503163138.H2285@ecto.greenpeas.org>
In-Reply-To: <39108C3A.BD4491CF@lambton.on.ca>; from terry@lambton.on.ca on Wed, May 03, 2000 at 04:29:46PM -0400
References:  <39108C3A.BD4491CF@lambton.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Out of the ether, Terry Babbey spewed forth the following bitstream:
> Is it possible to run the ftp daemon with less than ROOT access?

You mean chrooted?  Read 'man ftpd' and look for "chroot".

        5.   If the user name appears in the file /etc/ftpchroot, or the
             user is a member of a group with a group entry in this file,
             i.e. one prefixed with `@', the session's root will be changed
             to the user's login directory by chroot(2) as for an
             ``anonymous'' or ``ftp'' account (see next item).  This facil-
             ity may also be triggered by enabling the boolean "ftp-chroot"
             capability in 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 ac-
             count.  The account should also be set up as for an anonymous
             account.


AlanC


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000503163138.H2285>