Added auth_cfg option to select XAUTH backend to use

This commit is contained in:
Martin Willi
2012-03-20 17:31:15 +01:00
parent 89afbe58bb
commit 6ebcbc654c
3 changed files with 14 additions and 2 deletions
+2
View File
@@ -78,6 +78,8 @@ enum auth_rule_t {
AUTH_RULE_EAP_TYPE,
/** EAP vendor for vendor specific type, u_int32_t */
AUTH_RULE_EAP_VENDOR,
/** XAUTH backend name to use, char* */
AUTH_RULE_XAUTH_BACKEND,
/** certificate authority, certificate_t* */
AUTH_RULE_CA_CERT,
/** intermediate certificate in trustchain, certificate_t* */