--- ./README.PAM.orig Mon Jan 21 16:25:42 2002 +++ ./README.PAM Mon Jan 21 16:27:07 2002 @@ -19,14 +19,8 @@ FreeBSD: -To use PAM with ProFTPD, you must edit /etc/pam.conf and add the -following lines: - -ftp auth required pam_unix.so try_first_pass -ftp account required pam_unix.so try_first_pass -ftp session required pam_permit.so - -PAM authentication should now work properly. +To use PAM with ProFTPD, you must set AuthPAMConfig to 'ftpd'. If you +installed proftpd from the ports collection, this is already the default. Linux: To use PAM with ProFTPD, you must edit /etc/pam.d/ftp and add the --- ./doc/Configuration.html.orig Mon Jan 21 16:28:02 2002 +++ ./doc/Configuration.html Mon Jan 21 16:28:13 2002 @@ -712,7 +712,7 @@
Syntax: AuthPAMConfig service
- Default: ftp
+ Default: ftpd
Context: server config,<VirtualHost>, <Global>
Module: mod_pam
Compatibility: 1.2.0rc1 and later