Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Aug 2000 22:16:43 -0700
From:      Philippe Le Berre <philippe@le-berre.com>
To:        Freebsd-questions@FreeBSD.ORG
Subject:   Another PAM error with ProFtpd1.2.0rc2 and FreeBSD4.1-stable?
Message-ID:  <39923ABB.D9B7E43F@le-berre.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39923ABB.D9B7E43F>