From owner-freebsd-audit Thu Jan 4 10:48:27 2001 From owner-freebsd-audit@FreeBSD.ORG Thu Jan 4 10:48:24 2001 Return-Path: Delivered-To: freebsd-audit@freebsd.org Received: from mx1.colltech.com (ausproxy.colltech.com [208.229.236.19]) by hub.freebsd.org (Postfix) with ESMTP id 9410437B698; Thu, 4 Jan 2001 10:48:23 -0800 (PST) Received: from mail2.colltech.com (mail2.colltech.com [208.229.236.41]) by mx1.colltech.com (8.9.3/8.9.3/not) with ESMTP id MAA13203; Thu, 4 Jan 2001 12:47:47 -0600 Received: from colltech.com (dhcp5212.wdc.colltech.com [10.20.5.212]) by mail2.colltech.com (8.9.3/8.9.3/not) with ESMTP id MAA17030; Thu, 4 Jan 2001 12:47:45 -0600 Message-ID: <3A54C54F.90C7FFEC@colltech.com> Date: Thu, 04 Jan 2001 13:47:43 -0500 From: Daniel Hagan X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-audit@FreeBSD.ORG, freebsd-security@FreeBSD.ORG, wollman@khavrinen.lcs.mit.edu Subject: Re: ftpd and anonymous setup (modified ftpd) References: <200101041714.f04HEfB75136@athena.cs.vt.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > +#ifdef LOGIN_CAP /* Check for ftp-readonly */ > + if (readonly = 0) > + readonly = login_getcapbool(lc, "ftp-readonly", 0); > +#endif Doh! That should have been if (readonly == 0) ;-) Didn't see that first time through. Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message