Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 17:15:15 -0500 (EST)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Todd Reed <ex279@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ProFTPd - Disable PAM
Message-ID:  <20011227171345.F11529-100000@shumai.marcuscom.com>
In-Reply-To: <F209D6gx3lKy8VBDUfd000056ef@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011227171345.F11529-100000>