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

ftp auth    required    pam_unix.so         try_first_pass
ftp account required    pam_unix.so         try_first_pass
ftp session required    pam_permit.so
###