From: https://me.yahoo.com/a/9s1IqWsahpHPqgBknM7zgI4SqW.p#29ad7 Date: Fri, 25 Mar 2011 12:26:20 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=1bbe212d6f04e4cb41b03bd3e5bc5a3745fedf3d --- diff --git a/bugs.mdwn b/bugs.mdwn index 8b13e91..a6c77a8 100644 --- a/bugs.mdwn +++ b/bugs.mdwn @@ -1,5 +1,3 @@ * When Ethernet interface on the VM is down, some spot in the server side code is crashing on an assertion of p->addr -* With a SAML assertion parsed directly by mech_eap, it's logging an error fetching the GSS name attribute created from a SAML attribute: - * GSS-API error gss_get_name_attribute: The operation or option is not available or unsupported - * GSS-API error gss_get_name_attribute: Unknown naming attribute urn:ietf:params:gss-eap:saml-attr urn:oid:1.3.6.1.4.1.5923.1.1.1.6 +* With a SAML assertion parsed directly by mech_eap, it's failing to handle elements with no NameFormat. A missing NameFormat should be treated as the Attribute::UNSPECIFIED constant for mapping to GSS names and for comparison purposes.