From owner-freebsd-questions@FreeBSD.ORG Tue Jul 17 04:15:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3CB1616A405 for ; Tue, 17 Jul 2007 04:15:27 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: from mail.mraentertainment.com (243-145-222-203.static.techex.net.au [203.222.145.243]) by mx1.freebsd.org (Postfix) with ESMTP id 68FC913C4A5 for ; Tue, 17 Jul 2007 04:15:23 +0000 (UTC) (envelope-from hburton@mraentertainment.com) Received: (qmail 27106 invoked by uid 89); 17 Jul 2007 04:15:19 -0000 Received: from unknown (HELO ?192.168.1.187?) (hburton@mraentertainment.com@192.168.1.187) by mickey.mraentertainment with ESMTPA; 17 Jul 2007 04:15:19 -0000 In-Reply-To: <200707161941.58068.beech@freebsd.org> References: <200707161941.58068.beech@freebsd.org> Mime-Version: 1.0 (Apple Message framework v752.3) Message-Id: From: Hartleigh Burton Date: Tue, 17 Jul 2007 14:15:14 +1000 To: Beech Rintoul X-Mailer: Apple Mail (2.752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: proftpd vs PAM authentication 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: Tue, 17 Jul 2007 04:15:27 -0000 Thanks for the prompt reply Beech. Regards, Hartleigh. On 17/07/2007, at 1:41 PM, Beech Rintoul wrote: > On Monday 16 July 2007, Hartleigh Burton said: >> Hi everyone, >> >> I am relatively new to FreeBSD and have what I hope is a simple >> question regarding proftpd and PAM authentication. >> >> I have just installed proftpd via the available port, and after >> installation a message was returned saying: >> >> ### >> Make sure you have the following lines in your PAM configuration >> file so that ProFTPd's PAM module can authenticate users correctly. >> >> ftpd auth required pam_unix.so try_first_pass >> ftpd account required pam_unix.so try_first_pass >> ftpd session required pam_permit.so >> ### >> >> After reading into this I am confused as to where exactly I should >> be entering this information. According to the proftpd README file, >> in FreeBSD it likes to get this information from /etc/pam.conf, >> whereas LINUX looks in /etc/pam.d/ftp, and what topped it off for >> me is the / etc/pam.d/ftpd file. >> >> Where is the best place to have this configuration information; is >> it required considering there is already lines in /etc/pam.d/ftp; >> if required should I overwrite /etc/pam.d/ftp or append to the >> beginning/ end of the file? >> >> I hope there is enough information here for someone to help. Any >> help provided is greatly appreciated in advance ;) >> > > Actually that isn't required anymore and is a holdover from earlier > versions. The pam configuration for ftpd is in /etc/pam.d/ftpd and > already contains the required entries. I should probably just remove > it to avoid confusion. > > Beech - Proftpd Maintainer > > -- > ---------------------------------------------------------------------- > ----------------- > Beech Rintoul - FreeBSD Developer - beech@FreeBSD.org > /"\ ASCII Ribbon Campaign | FreeBSD Since 4.x > \ / - NO HTML/RTF in e-mail | http://www.freebsd.org > X - NO Word docs in e-mail | Latest Release: > / \ - http://www.FreeBSD.org/releases/6.2R/announce.html > ---------------------------------------------------------------------- > ----------------- > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org"