From a0ad79d78b1ee654561c8b51b3e4ede90046cb20 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 --- util_shib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util_shib.cpp b/util_shib.cpp index bab284b..ef63912 100644 --- a/util_shib.cpp +++ b/util_shib.cpp @@ -349,7 +349,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