From 3effbe272147674cf92c13b387373a60f2cbbacf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 10 Mar 2015 12:23:12 -0400 Subject: Improve Basic Auth based logins Set a per-thread Credentials Cache Name that will be thrown away once authentication is done. This handles both an issue with stomping on ccaches if two authentications happen in concurrent threads, as well as issues with gss_acquire_cred_with_password() reusing the ccache without actually performing an AS request. Fixes #11 --- src/mod_auth_gssapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mod_auth_gssapi.h') diff --git a/src/mod_auth_gssapi.h b/src/mod_auth_gssapi.h index efe230d..4cf7d39 100644 --- a/src/mod_auth_gssapi.h +++ b/src/mod_auth_gssapi.h @@ -5,6 +5,7 @@ #include #include #include +#include #define APR_WANT_STRFUNC #include "apr_want.h" -- cgit