From: Luke Howard Date: Tue, 29 Mar 2011 15:51:08 +0000 (+1100) Subject: mark all Shib attributes as authenticated X-Git-Tag: tr-beta1~235 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=e273177629f9375b8a9c966b52c340ede7300cc2 mark all Shib attributes as authenticated --- diff --git a/mech_eap/util_shib.cpp b/mech_eap/util_shib.cpp index 7ddd843..5086c0d 100644 --- a/mech_eap/util_shib.cpp +++ b/mech_eap/util_shib.cpp @@ -183,7 +183,6 @@ gss_eap_shib_attr_provider::initFromGssContext(const gss_eap_attr_ctx *manager, if (saml != NULL && saml->getAssertion() != NULL) { resolver->addToken(saml->getAssertion()); - m_authenticated = saml->authenticated(); } try { @@ -193,6 +192,7 @@ gss_eap_shib_attr_provider::initFromGssContext(const gss_eap_attr_ctx *manager, } catch (exception &e) { } + m_authenticated = true; m_initialized = true; return true;