523261f271
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/
10 lines
258 B
C
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>
|