View | Details | Raw Unified | Return to bug 110742
Collapse All | Expand All

(-)/usr/ports/ftp/proftpd/Makefile (-1 / +2 lines)
Lines 39-45 Link Here
39
39
40
CONFIGURE_ARGS=	--localstatedir=/var/run \
40
CONFIGURE_ARGS=	--localstatedir=/var/run \
41
		--sysconfdir=${EXAMPLESDIR}/etc \
41
		--sysconfdir=${EXAMPLESDIR}/etc \
42
		--disable-sendfile
42
		--disable-sendfile	\
43
		--enable-builtin-getnameinfo
43
44
44
OPTIONS=	IPV6 "Use IPv6" off \
45
OPTIONS=	IPV6 "Use IPv6" off \
45
		LDAP "Use LDAP" off \
46
		LDAP "Use LDAP" off \
(-)/usr/ports/ftp/proftpd/files/pkg-message.in (+10 lines)
Line 0 Link Here
1
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2
3
Make sure you have the following lines in your PAM configuration file
4
so that ProFTPd's PAM module can authenticate users correctly.
5
6
ftpd auth    required    pam_unix.so         try_first_pass
7
ftpd account required    pam_unix.so         try_first_pass
8
ftpd session required    pam_permit.so
9
10
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Return to bug 110742