summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-06-07 06:31:12 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2006-06-07 06:31:12 +0000
commit9221db7368f3107749b5e1a6fb225cb1feda8078 (patch)
tree44a0ed4101257f6f6ef451092537fab713df071c /ftp/wu-ftpd+ipv6/files
parentUpdate to 0.05. (diff)
Supports pam.
PR: ports/97774 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=164674
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files')
-rw-r--r--ftp/wu-ftpd+ipv6/files/ftpd.c-pam10
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/ftpd.c-pam b/ftp/wu-ftpd+ipv6/files/ftpd.c-pam
new file mode 100644
index 000000000000..70623d3b8134
--- /dev/null
+++ b/ftp/wu-ftpd+ipv6/files/ftpd.c-pam
@@ -0,0 +1,10 @@
+--- src/ftpd.c.orig Fri Nov 30 01:56:11 2001
++++ src/ftpd.c Wed May 24 16:21:21 2006
+@@ -7633,6 +7633,7 @@
+ */
+
+ #include <security/pam_appl.h>
++#define PAM_ESTABLISH_CRED 0x1
+ /* Static variables used to communicate between the conversation function
+ * and the server_login function
+ */