From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 19:09:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 71F901065677 for ; Thu, 18 Jun 2009 19:09:39 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25]) by mx1.freebsd.org (Postfix) with ESMTP id 295548FC1C for ; Thu, 18 Jun 2009 19:09:39 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so663164qwe.7 for ; Thu, 18 Jun 2009 12:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Di42m7SeGMoOqi+1n97IFucg/qQCW6jp3mh9Q+jR6MU=; b=Hnt1/LN9uRFUTyzg28F9+OM10xmf0bfsWNLY8Q4QIpmDYEBIKb4uYXKI38iPMx76uk yhSJKJ2i9vqCb6fjh2QyPqJD0YRnhJugrjKI+0uNxFSHgYOB61KMQ2KnQASQvmD7fgqD dL393Sh0CKOHL+CU/2sFbp/rOT1eZ9vmo8MAM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=NTOG6iCprkSBGMLVmtVqn/t3pQQ4YQbYrKtGjNZyOy0ye1PpePHfjpALO0n83cAxKH uBSYVQhEBAJy9OFNCyF5I+NIv0encTMwSK7z/A7j1QVEoNdGrc/1ndeRU9jzu8DEFybW Q/gQ1Mb/zH4KOUDR5JiUZjiPAVAY03CEEQ4s0= MIME-Version: 1.0 Received: by 10.220.72.79 with SMTP id l15mr2065414vcj.18.1245352178176; Thu, 18 Jun 2009 12:09:38 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jun 2009 13:09:38 -0600 Message-ID: From: Tim Judd To: Chris Maness Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ftp user issues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 19:09:39 -0000 On 6/18/09, Chris Maness wrote: > I just upgraded to 7.2, and I am no longer able to log in via ftp with > my user name. Other accounts are ok on the server. I checked the > ftpusers file and my name is not on the list. > > Chris Maness http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-ftp.html ftpusers file is used to prevent logins. http://www.freebsd.org/cgi/man.cgi?query=ftpd&apropos=0&sektion=0&manpath=FreeBSD+7.2-RELEASE&format=html is your user's shell (i.e: bash) in /etc/shells ? FreeBSD's stock ftpd requires the user's shell to be in /etc/shells in order to login. See http://www.freebsd.org/cgi/man.cgi?query=getusershell&sektion=3&apropos=0&manpath=FreeBSD+7.2-RELEASE Documentation is great. RTFM