From owner-freebsd-questions Thu Dec 27 14:15: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id B70E037B405 for ; Thu, 27 Dec 2001 14:15:01 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id fBRMFFs14101; Thu, 27 Dec 2001 17:15:15 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Thu, 27 Dec 2001 17:15:15 -0500 (EST) From: Joe Clarke To: Todd Reed Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ProFTPd - Disable PAM In-Reply-To: Message-ID: <20011227171345.F11529-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 27 Dec 2001, Todd Reed wrote: > I'm needing to disable PAM. I keep getting an error on the console > > proftpd[425]: no modules loaded for 'ftp' services You don't _have_ to disable PAM. > > I've looked on several websites, but I haven't found anything that could > help me to get ride of this. The only exception is that I need to disable > PAM. > > Any clues? You _could_ add: ftp auth required pam_unix.so try_first_pass ftp account required pam_unix.so try_first_pass ftp session required pam_permit.so to /etc/pam.conf to get ProFTPd to work with PAM. Alternatively, you can do a: # cd /usr/ports/ftp/proftpd # make deinstall # make -DWITHOUT_PAM all install clean Joe > > --Todd > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message