Date: Sun, 26 Nov 2000 08:53:13 -0600 (CST) From: kward@panther.net (Keith Ward) To: Melon <melon@orangenetwork.net> Cc: freebsd-security@freebsd.org Subject: Re: Re[2]: wuftp Message-ID: <m1403B3-000AK4C@rowdy.panther.net> In-Reply-To: <3A1FD6C030C.864DMELON@postman.orangenetwork.net> from Melon at "Nov 26, 2000 00:12:00 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Melon, I ran into this same thing last week while attempting to utilize PAM with the installation of ProFTPD. After compiling the pam libraries with debugging enabled, I was able to determine that the error message "No modules loaded for `ftp' service" was actually being generated after the "auth" and "account" pam sections had been successfully processed. The ProFTPD source also attempts to utilize pam_open_session which is not documented or included in the sample entries for the pam.conf. You can utilize the "pam_permit" module for the session entry which will always return PAM_SUCCESS for the session. So, add a third line (under the ftp auth/account entries) to your pam.conf with: ftp session required pam_permit.so And the error message will stop, and pam will work. Of course if you don't need/want pam, you can also just disable the use of pam in the proftpd.conf file with "AuthPAM Off". Keith According to the writings of Melon > Hello, > > I'm trying to use ProFTPD 1.2.0 rc2 instead of wu-ftpd 2.6.1 > > After installing ProFTPD, I found > No modules loaded for `ftp' service > error messeges each time user succesffully logged in. > > How come this message appear? > > Any suggestions will be appreciated. > > Melon > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-security" in the body of the message > -- Keith Ward N5OOD kward@Panther.net ...!rwsys!rowdy!kward =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= I don't suffer from insanity, I enjoy every minute of it. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m1403B3-000AK4C>