ldaphost and ldapbase ca section keywords are deprecated
This commit is contained in:
@@ -173,8 +173,6 @@ static const token_info_t token_info[] =
|
|||||||
{ ARG_STR, offsetof(starter_ca_t, name), NULL },
|
{ ARG_STR, offsetof(starter_ca_t, name), NULL },
|
||||||
{ ARG_ENUM, offsetof(starter_ca_t, startup), LST_startup },
|
{ ARG_ENUM, offsetof(starter_ca_t, startup), LST_startup },
|
||||||
{ ARG_STR, offsetof(starter_ca_t, cacert), NULL },
|
{ 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, crluri), NULL },
|
||||||
{ ARG_STR, offsetof(starter_ca_t, crluri2), NULL },
|
{ ARG_STR, offsetof(starter_ca_t, crluri2), NULL },
|
||||||
{ ARG_STR, offsetof(starter_ca_t, ocspuri), NULL },
|
{ ARG_STR, offsetof(starter_ca_t, ocspuri), NULL },
|
||||||
|
|||||||
@@ -191,8 +191,6 @@ struct starter_ca {
|
|||||||
starter_state_t state;
|
starter_state_t state;
|
||||||
|
|
||||||
char *cacert;
|
char *cacert;
|
||||||
char *ldaphost;
|
|
||||||
char *ldapbase;
|
|
||||||
char *crluri;
|
char *crluri;
|
||||||
char *crluri2;
|
char *crluri2;
|
||||||
char *ocspuri;
|
char *ocspuri;
|
||||||
|
|||||||
@@ -81,8 +81,6 @@ typedef enum {
|
|||||||
KW_CA_NAME,
|
KW_CA_NAME,
|
||||||
KW_CA_SETUP,
|
KW_CA_SETUP,
|
||||||
KW_CACERT,
|
KW_CACERT,
|
||||||
KW_LDAPHOST,
|
|
||||||
KW_LDAPBASE,
|
|
||||||
KW_CRLURI,
|
KW_CRLURI,
|
||||||
KW_CRLURI2,
|
KW_CRLURI2,
|
||||||
KW_OCSPURI,
|
KW_OCSPURI,
|
||||||
|
|||||||
@@ -72,8 +72,6 @@ mark_in, KW_MARK_IN
|
|||||||
mark_out, KW_MARK_OUT
|
mark_out, KW_MARK_OUT
|
||||||
tfc, KW_TFC
|
tfc, KW_TFC
|
||||||
cacert, KW_CACERT
|
cacert, KW_CACERT
|
||||||
ldaphost, KW_LDAPHOST
|
|
||||||
ldapbase, KW_LDAPBASE
|
|
||||||
crluri, KW_CRLURI
|
crluri, KW_CRLURI
|
||||||
crluri1, KW_CRLURI
|
crluri1, KW_CRLURI
|
||||||
crluri2, KW_CRLURI2
|
crluri2, KW_CRLURI2
|
||||||
@@ -153,6 +151,8 @@ pkcs11module, KW_PKCS11_DEPRECATED
|
|||||||
pkcs11initargs, KW_PKCS11_DEPRECATED
|
pkcs11initargs, KW_PKCS11_DEPRECATED
|
||||||
pkcs11keepstate, KW_PKCS11_DEPRECATED
|
pkcs11keepstate, KW_PKCS11_DEPRECATED
|
||||||
pkcs11proxy, KW_PKCS11_DEPRECATED
|
pkcs11proxy, KW_PKCS11_DEPRECATED
|
||||||
|
ldaphost, KW_CA_DEPRECATED
|
||||||
|
ldapbase, KW_CA_DEPRECATED
|
||||||
pfs, KW_PFS_DEPRECATED
|
pfs, KW_PFS_DEPRECATED
|
||||||
pfsgroup, KW_PFS_DEPRECATED
|
pfsgroup, KW_PFS_DEPRECATED
|
||||||
eap, KW_CONN_DEPRECATED
|
eap, KW_CONN_DEPRECATED
|
||||||
|
|||||||
Reference in New Issue
Block a user