freebsd-ports/security/pam_krb5-rh/files/patch-src__acct.c
Ryan Steinmetz 523261f271 New port: security/pam_krb5-rh
The pam_krb5 module allows PAM-aware applications to authenticate
users by performing an AS exchange with a Kerberos KDC.

This module includes many configurable options and provides functionality
and features that other pam_krb5 modules do not provide.

WWW: https://fedorahosted.org/pam_krb5/
2011-10-31 23:21:02 +00:00

10 lines
258 B
C

--- ./src/acct.c.orig 2011-07-29 15:31:01.000000000 -0400
+++ ./src/acct.c 2011-10-18 11:49:37.000000000 -0400
@@ -38,7 +38,6 @@
#ifdef HAVE_SECURITY_PAM_MODULES_H
#define PAM_SM_ACCT_MGMT
-#include <security/pam_modules.h>
#endif
#include <errno.h>