An interface for maintaining credential caches (KRB5CCache), that can be used for authenticating against a kerberos5 realm. Bindings for nearly the complete GSSAPI (RFC2744). The administrative interface (KADM5). Support for HTTP Negotiate authentication via GSSAPI. WWW: https://pecl.php.net/package/krb5
11 lines
182 B
C
11 lines
182 B
C
--- krb5.c.orig 2016-11-12 14:17:44 UTC
|
|
+++ krb5.c
|
|
@@ -39,6 +39,7 @@
|
|
|
|
#include <sys/time.h>
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#ifdef HAVE_KADM5
|
|
#include "kdb.h"
|