From 53bb269be52adf0825340925e3c10daf221bb828 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 16 May 2011 01:03:46 +0200 Subject: [PATCH] add MS-Windows-Auth-Data attribute --- mech_eap/dictionary.ukerna | 1 + mech_eap/util_radius.h | 1 + 2 files changed, 2 insertions(+) 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) -- 2.1.4