Added an AAA identity authentication config option

This commit is contained in:
Martin Willi
2010-08-31 17:26:20 +02:00
parent f9fc5f2045
commit 81137552e5
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -68,6 +68,8 @@ enum auth_rule_t {
AUTH_RULE_IDENTITY,
/** authentication class, auth_class_t */
AUTH_RULE_AUTH_CLASS,
/** AAA-backend identity for EAP methods supporting it, identification_t* */
AUTH_RULE_AAA_IDENTITY,
/** EAP identity to use within EAP-Identity exchange, identification_t* */
AUTH_RULE_EAP_IDENTITY,
/** EAP type to propose for peer authentication, eap_type_t */