diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-09-18 07:56:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-09-18 07:56:37 +0000 |
commit | ec5c2a9cf2549b2fff98af194aceb8aa177ddd13 (patch) | |
tree | b71d28cf80bd4eac35829cbefe0d432038bb724c /ftp/proftpd-devel/pkg-message | |
parent | 9dbc794cb4a5c9f640ffa27adc2ae098ba7d443e (diff) | |
download | ports-ec5c2a9cf2549b2fff98af194aceb8aa177ddd13.tar.gz ports-ec5c2a9cf2549b2fff98af194aceb8aa177ddd13.zip |
Notes
Diffstat (limited to 'ftp/proftpd-devel/pkg-message')
-rw-r--r-- | ftp/proftpd-devel/pkg-message | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ftp/proftpd-devel/pkg-message b/ftp/proftpd-devel/pkg-message new file mode 100644 index 000000000000..f05875e40d90 --- /dev/null +++ b/ftp/proftpd-devel/pkg-message @@ -0,0 +1,7 @@ +### +As of release 1.2.0p5 and later, you need to edit /etc/pam.conf to add +support for ftp. To do so, add the following two lines to this file: + +ftp auth required pam_unix.so try_first_pass +ftp account required pam_unix.so try_first_pass +### |