summaryrefslogtreecommitdiff
path: root/ftp/proftpd/pkg-message
blob: f05875e40d90954912c7c13829f8aec5688d3b12 (plain) (blame)
1
2
3
4
5
6
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
###