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