From owner-freebsd-security Mon Apr 26 20: 0:49 1999 Delivered-To: freebsd-security@freebsd.org Received: from enya.clari.net.au (enya.clari.net.au [203.8.14.116]) by hub.freebsd.org (Postfix) with ESMTP id 0CEDA14DE1 for ; Mon, 26 Apr 1999 20:00:31 -0700 (PDT) (envelope-from danny@enya.clari.net.au) Received: from localhost (danny@localhost) by enya.clari.net.au (8.9.2/8.8.7) with ESMTP id MAA86034; Tue, 27 Apr 1999 12:59:34 +1000 (EST) (envelope-from danny@enya.clari.net.au) Date: Tue, 27 Apr 1999 12:59:33 +1000 (EST) From: "Daniel O'Callaghan" To: Fernando Schapachnik Cc: erik , freebsd-security@FreeBSD.ORG Subject: Re: limit ftp users to their homedir In-Reply-To: <199904261236.JAA22225@ns1.sminter.com.ar> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > En un mensaje anterior, erik escribi=F3: > >=20 > > is there a way to deny a registered user access to anything but his own > > homedirectory? > >=20 On Mon, 26 Apr 1999, Fernando Schapachnik wrote: > I use wu-ftpd for this and works nice. I also has some other features. >=20 Why don't you just use the standard ftpd with FreeBSD? Put your users into a class called 'subscribers' or 'members' or whatever, and put :ftp-chroot: into the definition of that class in /etc/login.conf. You'll also want to=20 cd /usr/src/libexec/ftpd make -DFTPD_INTERNAL_LS make install so that your chrooted users can see files in their area (put ls(1) code into ftpd) Danny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message