Use the new name FreeRADIUS-EAP-FAST-PAC-Opaque-TLV to get the dictionary attribute
authorJames Rouzier <jrouzier@inverse.ca>
Tue, 13 Sep 2016 19:16:59 +0000 (15:16 -0400)
committerJames Rouzier <jrouzier@inverse.ca>
Tue, 13 Sep 2016 19:16:59 +0000 (15:16 -0400)
src/modules/rlm_eap/types/rlm_eap_fast/rlm_eap_fast.c

index 90f0a57..5c5573b 100644 (file)
@@ -295,7 +295,7 @@ error:
                goto error;
        }
 
-       fast_da = dict_attrbyname("EAP-FAST-PAC-Opaque-TLV");
+       fast_da = dict_attrbyname("FreeRADIUS-EAP-FAST-PAC-Opaque-TLV");
        rad_assert(fast_da != NULL);
 
        fast_vps = eap_fast_fast2vp((REQUEST *)tls_session, s, (uint8_t *)&opaque_plaintext, plen, fast_da, NULL);