auth-cfg: Declare an attribute certificate helper type to exchange acerts

This commit is contained in:
Martin Willi
2014-03-31 11:14:58 +02:00
parent 5ac0e66879
commit 83f8cdde46
3 changed files with 15 additions and 2 deletions
@@ -133,7 +133,8 @@ static bool enumerate(wrapper_enumerator_t *this, certificate_t **cert)
}
else if (rule != AUTH_HELPER_SUBJECT_CERT &&
rule != AUTH_HELPER_IM_CERT &&
rule != AUTH_HELPER_REVOCATION_CERT)
rule != AUTH_HELPER_REVOCATION_CERT &&
rule != AUTH_HELPER_AC_CERT)
{ /* handle only HELPER certificates */
continue;
}