From owner-freebsd-questions Wed Aug 9 22:10: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from palrel1.hp.com (palrel1.hp.com [156.153.255.242]) by hub.freebsd.org (Postfix) with ESMTP id D687F37B712 for ; Wed, 9 Aug 2000 22:09:59 -0700 (PDT) (envelope-from philippe@le-berre.com) Received: from le-berre.com (pal3narpl01a.corp.hp.com [15.112.21.50]) by palrel1.hp.com (Postfix) with ESMTP id 2010AE94 for ; Wed, 9 Aug 2000 22:09:57 -0700 (PDT) Message-ID: <39923ABB.D9B7E43F@le-berre.com> Date: Wed, 09 Aug 2000 22:16:43 -0700 From: Philippe Le Berre X-Mailer: Mozilla 4.74 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Freebsd-questions@FreeBSD.ORG Subject: Another PAM error with ProFtpd1.2.0rc2 and FreeBSD4.1-stable? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have installed ProFtpd1.2.0rc2 on a 4.1-stable box (cvsup 7/28). I went thru the install following the advices of http://www.freebsddiary.org/proftpd.html and from the README.PAM of ProFtpd. By itself the daemon is working well *but* it keeps logging => Aug 10 07:03:35 rmb05 proftpd[207]: no modules loaded for `ftp' service which each connection... It seems to be some issue with FreeBSD and PAM but I can't figure it out. The main is that it works, but I doesn't like seeing a bunch of those in the logs. TIA, -philippe /etc/pam.cnf ... # Same requirement for ftpd as login ftpd auth sufficient pam_skey.so ftpd auth requisite pam_cleartext_pass_ok.so #ftpd auth sufficient pam_kerberosIV.so try_first_pass ftpd auth required pam_unix.so try_first_pass ftp auth required pam_unix.so try_first_pass ftp account required pam_unix.so try_first_pass ... /etc/proftpd.conf ... MaxInstances 5 MaxClients 5 TimeoutStalled 600 MaxLoginAttempts 5 DeferWelcome on ServerIdent on "ready" SystemLog /var/log/ftpd TransferLog /var/log/ftpxferlog UseReverseDNS off IdentLookups off PersistentPasswd off AuthPAMAuthoritative off .... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message