From owner-freebsd-questions Tue Sep 28 0:27:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mark.iacan.org (mark.iacan.org [208.1.106.133]) by hub.freebsd.org (Postfix) with ESMTP id 127D514D8F for ; Tue, 28 Sep 1999 00:27:47 -0700 (PDT) (envelope-from kgun@mark.iacan.org) Received: (from kgun@localhost) by mark.iacan.org (8.9.3/8.9.3) id BAA11237; Tue, 28 Sep 1999 01:25:00 -0600 (MDT) (envelope-from kgun) Date: Tue, 28 Sep 1999 01:25:00 -0600 From: "K. Gunderson" To: "Francis A. Vidal" Cc: FreeBSD Questions Subject: Re: proftpd and PAM Message-ID: <19990928012500.A11176@mark.iacan.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: ; from Francis A. Vidal on Mon, Sep 27, 1999 at 06:33:58PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Sep 27, 1999 at 06:33:58PM +0800, Francis A. Vidal wrote: > hi all, > > i couldn't get an ordinary user authenticate on FTP using proftpd. i get > error messages in /var/log/messages: > > PAM(username): Authentication failure > USER username: incorrect password from localhost.usls.edu \ > [127.0.0.1] to 127.0.0.1:21 > > what should i add in /etc/pam.conf? i only have the default entries from > the 3.3-RELEASE CD. > > -- > francis vidal university of st. la salle, bacolod city, philippines > . . . . . . . PGP key available via e-mail / subject: get PGP key > u s l s N E T tel. nos. (6334).435.2324 / 433.3526 I ditched ProFTP since the bug fest, but I think you need to add the following: ftp auth required pam_unix.so try_first_pass ftp account required pam_unix.so try_first_pass ftp session required pam_unix.so try_first_pass -- Ciao--Ken http://www.y2know.org/safari Failure is not an option, it comes bundled with your Microsoft product. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message