ldaphost and ldapbase ca section keywords are deprecated

This commit is contained in:
Tobias Brunner
2012-06-25 10:52:16 +02:00
parent 693805cc98
commit c236f19e50
4 changed files with 2 additions and 8 deletions
-2
View File
@@ -173,8 +173,6 @@ static const token_info_t token_info[] =
{ ARG_STR, offsetof(starter_ca_t, name), NULL },
{ ARG_ENUM, offsetof(starter_ca_t, startup), LST_startup },
{ ARG_STR, offsetof(starter_ca_t, cacert), NULL },
{ ARG_STR, offsetof(starter_ca_t, ldaphost), NULL },
{ ARG_STR, offsetof(starter_ca_t, ldapbase), NULL },
{ ARG_STR, offsetof(starter_ca_t, crluri), NULL },
{ ARG_STR, offsetof(starter_ca_t, crluri2), NULL },
{ ARG_STR, offsetof(starter_ca_t, ocspuri), NULL },