1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/ftp/wu-ftpd+ipv6/files/ftpd.c-pam
Munechika SUMIKAWA 9221db7368 Supports pam.
PR:		ports/97774
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2006-06-07 06:31:12 +00:00

11 lines
292 B
Plaintext

--- 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
*/