From owner-freebsd-questions Tue Jul 6 7:30:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from megamail.megared.net.mx (megamail.megared.com.mx [207.249.162.252]) by hub.freebsd.org (Postfix) with SMTP id 2FDD015415 for ; Tue, 6 Jul 1999 07:30:07 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from [207.249.163.251] by megamail.megared.net.mx (NTMail 3.03.0017/4c.ab3r) with ESMTP id fa373261 for ; Tue, 6 Jul 1999 09:26:25 -0500 Message-ID: <005e01bec7bb$ae8f6f00$fba3f9cf@megared.net.mx> From: "Alejandro Ramírez" To: "Dana Huggard" , References: <378164A6.43580495@etoile.net> Subject: RE: Chrooted User login'able ftpd Date: Tue, 6 Jul 1999 09:27:31 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, You just have to touch /etc/ftpchroot and put in there the name of the users or the name of the groups that you want this for, the way of doing it its very easy ex: john beth @group1 @group2 And you have to recompile the ftpd to have ls into, this is mandatory for you to access correctly you information, just cd /usr/src/usr.bin/ftpd make depend make FTPD_INTERNAL_LS make install And you are done. Ales ----- Original Message ----- From: Dana Huggard To: Sent: Monday, July 05, 1999 9:06 PM Subject: Chrooted User login'able ftpd > I would like to setup the ftpd so that when a user logs in with an ftp > session they are locked into the their home directory. So that when they > do a "cd /" they are in $HOME. Looking into it I think I want to use > the ftpaccess file but this doesn't seem to work. Is there a document > someone could point me at to do this? I assume there is, and probably > even read it once. :) > > Cheers, > Dana_H > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message