From owner-freebsd-questions@FreeBSD.ORG Sun Jan 18 10:48:18 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D10216A4CE for ; Sun, 18 Jan 2004 10:48:18 -0800 (PST) Received: from Vitsch.net (b74143.upc-b.chello.nl [212.83.74.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF9F843D1D for ; Sun, 18 Jan 2004 10:48:15 -0800 (PST) (envelope-from Danovitsch@Vitsch.net) Received: from FreeBSD.Danovitsch.LAN (b83007.upc-b.chello.nl [212.83.83.7]) by Vitsch.net (8.12.3p2/8.11.3) with ESMTP id i0IIlmXe070547; Sun, 18 Jan 2004 19:47:48 +0100 (CET) (envelope-from Danovitsch@Vitsch.net) Content-Type: text/plain; charset="iso-8859-1" From: "Daan Vreeken [PA4DAN]" To: George Hartzell Date: Sun, 18 Jan 2004 19:48:39 +0100 User-Agent: KMail/1.4.3 References: <20040118181859.98530.qmail@web40309.mail.yahoo.com> <20040118193742.A748@pukruppa.net> In-Reply-To: <20040118193742.A748@pukruppa.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401181948.39119.Danovitsch@Vitsch.net> cc: Peter Ulrich Kruppa cc: FreeBSD-questions@FreeBSD.org Subject: Re: ftp authentication problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 18:48:18 -0000 On Sunday 18 January 2004 19:39, Peter Ulrich Kruppa wrote: > On Sun, 18 Jan 2004, asker survey wrote: > > Hello everybody; > > =09I upgraded my 4.4 FreeBSD to 4.9. I backed up the > > /usr/home directory and /etc/*. After installing > > FreeBSD 4.9 I copied passwd , master.passwd and the > > home directories. Now the users can log in through > > telnet or ssh. But when trying to access ftp this > > message is displayed after typing the username: > > =09530 User testuser access denied. > > =09Login failed. > Please check, if the ftp line in /etc/inetd.conf is uncommented. > If not, remove the # and reboot. You wouldn't get "530 access denied" if ftp is disabled in inetd.conf . I= f it=20 was you would have gotten "connection refused". Check if the user "testuser" has a valid shell that is listed in /etc/she= lls . There are some more criteria a user has to comply to before it is allowed= to=20 use ftp, for more details see "man ftpd". grtz, Daan