From: Luke Howard Date: Sun, 15 May 2011 23:03:46 +0000 (+0200) Subject: add MS-Windows-Auth-Data attribute X-Git-Tag: 0.9.2~194 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=53bb269be52adf0825340925e3c10daf221bb828 add MS-Windows-Auth-Data attribute --- diff --git a/mech_eap/dictionary.ukerna b/mech_eap/dictionary.ukerna index d62d829..1694566 100644 --- a/mech_eap/dictionary.ukerna +++ b/mech_eap/dictionary.ukerna @@ -14,5 +14,6 @@ ATTRIBUTE GSS-Acceptor-Host-Name 129 string ATTRIBUTE GSS-Acceptor-Service-Specific 130 string ATTRIBUTE GSS-Acceptor-Realm-Name 131 string ATTRIBUTE SAML-AAA-Assertion 132 string +ATTRIBUTE MS-Windows-Auth-Data 133 octets END-VENDOR UKERNA diff --git a/mech_eap/util_radius.h b/mech_eap/util_radius.h index ebd348b..696cac0 100644 --- a/mech_eap/util_radius.h +++ b/mech_eap/util_radius.h @@ -164,6 +164,7 @@ gssEapRadiusMapError(OM_uint32 *minor, #define PW_GSS_ACCEPTOR_SERVICE_SPECIFIC 130 #define PW_GSS_ACCEPTOR_REALM_NAME 131 #define PW_SAML_AAA_ASSERTION 132 +#define PW_MS_WINDOWS_AUTH_DATA 133 #define IS_RADIUS_ERROR(code) ((code) >= ERROR_TABLE_BASE_rse && \ (code) <= ERROR_TABLE_BASE_rse + RSE_TIMEOUT_IO)