Added mschap error
authoraland <aland>
Fri, 19 Sep 2003 18:05:54 +0000 (18:05 +0000)
committeraland <aland>
Fri, 19 Sep 2003 18:05:54 +0000 (18:05 +0000)
src/include/radius.h

index dcf572a..824321c 100644 (file)
  *  Microsoft has vendor code 311.
  */
 #define PW_MSCHAP_RESPONSE     ((311 << 16) | 1)
+#define PW_MSCHAP_ERROR                ((311 << 16) | 2)
 #define PW_MSCHAP_CHALLENGE    ((311 << 16) | 11)
 #define PW_MSCHAP2_RESPONSE    ((311 << 16) | 25)
 #define PW_MSCHAP2_SUCCESS     ((311 << 16) | 26)