ports/ftp/wu-ftpd/files/ftpd.c-pam
Andrey A. Chernov 5c7496801d Enable optional PAM support using WITH_PAM knob
PR:             97774
Submitted by:   Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2006-05-27 00:27:22 +00:00

10 lines
292 B
Text

--- src/ftpd.c.orig Fri Nov 30 01:56:11 2001
+++ src/ftpd.c Wed May 24 16:21:21 2006
@@ -6926,6 +6926,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
*/