From 0ba31c8c0d2b6bdf2c88e69dfbd61ad9e44390e6 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 --- moonshot/mech_eap/dictionary.ukerna | 1 + moonshot/mech_eap/util_radius.h | 1 + 2 files changed, 2 insertions(+) diff --git a/moonshot/mech_eap/dictionary.ukerna b/moonshot/mech_eap/dictionary.ukerna index d62d829..1694566 100644 --- a/moonshot/mech_eap/dictionary.ukerna +++ b/moonshot/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/moonshot/mech_eap/util_radius.h b/moonshot/mech_eap/util_radius.h index ebd348b..696cac0 100644 --- a/moonshot/mech_eap/util_radius.h +++ b/moonshot/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