Added attribute and values for EAP channel binding response codes.
authorMargaret Wasserman <mrw@painless-security.com>
Fri, 3 Feb 2012 02:45:31 +0000 (21:45 -0500)
committerMargaret Wasserman <mrw@painless-security.com>
Fri, 3 Feb 2012 02:45:31 +0000 (21:45 -0500)
share/dictionary.freeradius.internal
src/include/radius.h

index 4275434..b752265 100644 (file)
@@ -224,6 +224,12 @@ ATTRIBUTE  MS-CHAP-New-NT-Password                 1137    octets
 ATTRIBUTE      Stripped-User-Domain                    1138    string
 ATTRIBUTE      Called-Station-SSID                     1139    string
 
+#      For EAP channel binding
+
+ATTRIBUTE      Chbind-Response-Code                    1140    integer
+
+VALUE  Chbind-Response-Code            success                 2
+VALUE  Chbind-Response-Code            failure                 3
 #
 #      Range:  1200-1279
 #              EAP-SIM (and other EAP type) weirdness.
index 9160ada..b67f0e8 100644 (file)
 #define PW_PACKET_TRANSMIT_COUNTER     1134
 #define PW_CACHED_SESSION_POLICY       1135
 
+#define PW_CHBIND_RESPONSE_CODE                1140
 /*
  *     Integer Translations
  */