Added missing XAuth auth_class enum name
This commit is contained in:
@@ -23,11 +23,12 @@
|
|||||||
#include <eap/eap.h>
|
#include <eap/eap.h>
|
||||||
#include <credentials/certificates/certificate.h>
|
#include <credentials/certificates/certificate.h>
|
||||||
|
|
||||||
ENUM(auth_class_names, AUTH_CLASS_ANY, AUTH_CLASS_EAP,
|
ENUM(auth_class_names, AUTH_CLASS_ANY, AUTH_CLASS_XAUTH,
|
||||||
"any",
|
"any",
|
||||||
"public key",
|
"public key",
|
||||||
"pre-shared key",
|
"pre-shared key",
|
||||||
"EAP",
|
"EAP",
|
||||||
|
"XAuth",
|
||||||
);
|
);
|
||||||
|
|
||||||
ENUM(auth_rule_names, AUTH_RULE_IDENTITY, AUTH_HELPER_REVOCATION_CERT,
|
ENUM(auth_rule_names, AUTH_RULE_IDENTITY, AUTH_HELPER_REVOCATION_CERT,
|
||||||
|
|||||||
Reference in New Issue
Block a user