Added an XAUTH identity to use or require for XAuth authentication

This commit is contained in:
Martin Willi
2012-03-20 17:31:23 +01:00
parent bdadc5aee2
commit f5e5c5edbd
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -80,6 +80,8 @@ enum auth_rule_t {
AUTH_RULE_EAP_VENDOR,
/** XAUTH backend name to use, char* */
AUTH_RULE_XAUTH_BACKEND,
/** XAuth identity to use or require, identification_t* */
AUTH_RULE_XAUTH_IDENTITY,
/** certificate authority, certificate_t* */
AUTH_RULE_CA_CERT,
/** intermediate certificate in trustchain, certificate_t* */