*BSD News Article 99715


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!inquo!news.caldera.com!enews.sgi.com!news.sgi.com!hunter.premier.net!news.maxwell.syr.edu!feed1.news.erols.com!news1.cwix.net!not-for-mail
From: Andre Oppermann <oppermann@n-r-g.com.nospam>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Ftp Daemon
Date: Tue, 15 Jul 1997 23:52:32 +0200
Organization: CWIX
Lines: 14
Message-ID: <33CBF120.425F@n-r-g.com.nospam>
References: <33cbbf0f.6827093@news.intersurf.com>
NNTP-Posting-Host: 195.134.128.179
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 2.01 (Win95; I)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:44472


korak wrote:
> 
> I am looking for a good FTP Daemon that will restrict users logging in
> to their home directory and lower... and also that will allow a super
> user group full access to any directory.

Try WU-FTPd (it's in the ports under 'net'). And put this for every user
in your master.passwd (/home/username/->./<-):

username:$j4BJV/:1000:1000::0:0:Username:/home/username/./:/etc/ftponly

This works fine for my on 2.1.7

-- Andre