diff options
author | mharo <mharo@FreeBSD.org> | 2002-02-26 07:23:24 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2002-02-26 07:23:24 +0000 |
commit | 9bd7df1addf805f4de6f6ce7fb94f80a5841b390 (patch) | |
tree | cc158133400e30c71831874cf08ec68c08971cb8 | |
parent | 3be76098b1f3219fc44ada8bed5ccf103908eacf (diff) | |
download | FreeBSD-ports-9bd7df1addf805f4de6f6ce7fb94f80a5841b390.zip FreeBSD-ports-9bd7df1addf805f4de6f6ce7fb94f80a5841b390.tar.gz |
Sync pkg-message with reality
PR: 35323
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
-rw-r--r-- | ftp/proftpd-devel/pkg-message | 10 | ||||
-rw-r--r-- | ftp/proftpd/pkg-message | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message index a17c40e..c9cfcdb 100644 --- a/ftp/proftpd-devel/pkg-message +++ b/ftp/proftpd-devel/pkg-message @@ -1,8 +1,8 @@ ### -As of proftpd 1.2.0rc3 and later, you need to edit /etc/pam.conf to add -support for ftp. To do so, add the following three lines to this file: +Make sure you have the following lines in your PAM configuration file +so that ProFTPd's PAM module can authenticate users correctly. -ftp auth required pam_unix.so try_first_pass -ftp account required pam_unix.so try_first_pass -ftp session required pam_permit.so +ftpd auth required pam_unix.so try_first_pass +ftpd account required pam_unix.so try_first_pass +ftpd session required pam_permit.so ### diff --git a/ftp/proftpd/pkg-message b/ftp/proftpd/pkg-message index a17c40e..c9cfcdb 100644 --- a/ftp/proftpd/pkg-message +++ b/ftp/proftpd/pkg-message @@ -1,8 +1,8 @@ ### -As of proftpd 1.2.0rc3 and later, you need to edit /etc/pam.conf to add -support for ftp. To do so, add the following three lines to this file: +Make sure you have the following lines in your PAM configuration file +so that ProFTPd's PAM module can authenticate users correctly. -ftp auth required pam_unix.so try_first_pass -ftp account required pam_unix.so try_first_pass -ftp session required pam_permit.so +ftpd auth required pam_unix.so try_first_pass +ftpd account required pam_unix.so try_first_pass +ftpd session required pam_permit.so ### |