From cbcf06a7c018de941b35f0a96ab34926ad3df1df Mon Sep 17 00:00:00 2001 From: moonshot Date: Mon, 4 Apr 2011 14:46:29 -0400 Subject: [PATCH] Hack: force complete to be true The version of the mech glue we're using requires complete for gss_userok. That's a bug but it is easier to work around that here than to fix in the mechglue --- mech_eap/util_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mech_eap/util_shib.cpp b/mech_eap/util_shib.cpp index 3d2aa2c..418cb77 100644 --- a/mech_eap/util_shib.cpp +++ b/mech_eap/util_shib.cpp @@ -315,7 +315,7 @@ gss_eap_shib_attr_provider::getAttribute(const gss_buffer_t attr, if (authenticated != NULL) *authenticated = m_authenticated; if (complete != NULL) - *complete = false; + *complete = true; if (nvalues > ++i) *more = i; -- 2.1.4