Date: Mon, 15 Feb 1999 23:03:01 -0800 From: Ulf Zimmermann <ulf@Alameda.net> To: "Rashid N. Achilov" <shelton@granch.ru>, freebsd-isp@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: Bug in wu-ftpd, part2 Message-ID: <19990215230301.A28006@TelcoSucks.org> In-Reply-To: <36C913D8.F1F0E068@granch.ru>; from Rashid N. Achilov on Tue, Feb 16, 1999 at 12:44:41PM %2B0600 References: <36C913D8.F1F0E068@granch.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 16, 1999 at 12:44:41PM +0600, Rashid N. Achilov wrote: > Hi! > > Thank you for all, who so quickly answer me. I continue my experiments > and discover that message appear only if ftpaccess file include > parameter "anonymous-root". If ftpaccess does not include parameter > "anonymous-root" wu-ftpd use /etc/spwd.db? See another post from me. wu-ftpd tries to use system calls which would open the file /etc/spwd.db to get user informations. In a chroot enviroment (as done with anonymous-root) it can't access the real /etc/spwd.db. You will need a "fake" file in your /etc in your anonymous ftp structure. I usual used just a minimal set, which included the ftp user and no passwords (* instead). > -- > With Best Regards. > Rashid N. Achilov (RNA1-RIPE), Granch Ltd. lead engineer > e-mail: achilov@granch.ru, tel (383-2) 24-2363 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-769-2936 Alameda Networks, Inc. | http://www.Alameda.net | Fax#: 510-521-5073 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990215230301.A28006>