(no commit message)
authorhttps://me.yahoo.com/a/9s1IqWsahpHPqgBknM7zgI4SqW.p#29ad7 <Interested_Bystander@web>
Fri, 25 Mar 2011 12:26:20 +0000 (08:26 -0400)
committerwww-data <www-data@project-moonshot.org>
Fri, 25 Mar 2011 12:26:20 +0000 (08:26 -0400)
bugs.mdwn

index 8b13e91..a6c77a8 100644 (file)
--- 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 <saml:Attribute> elements with no NameFormat. A missing NameFormat should be treated as the Attribute::UNSPECIFIED constant for mapping to GSS names and for comparison purposes.