From: Tobias Brunner Date: Thu, 21 Jun 2012 16:04:18 +0000 (+0200) Subject: ldaphost and ldapbase ca section keywords are deprecated X-Git-Tag: 5.0.0~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c236f19e50f2e1ffd73579fb00d1f608d8b6a29d;p=thirdparty%2Fstrongswan.git ldaphost and ldapbase ca section keywords are deprecated --- diff --git a/src/starter/args.c b/src/starter/args.c index 5aaf764dba..96b5e803dd 100644 --- a/src/starter/args.c +++ b/src/starter/args.c @@ -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 }, diff --git a/src/starter/confread.h b/src/starter/confread.h index 6575266794..ea59d44b52 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -191,8 +191,6 @@ struct starter_ca { starter_state_t state; char *cacert; - char *ldaphost; - char *ldapbase; char *crluri; char *crluri2; char *ocspuri; diff --git a/src/starter/keywords.h b/src/starter/keywords.h index c053db1d99..9dac6a8208 100644 --- a/src/starter/keywords.h +++ b/src/starter/keywords.h @@ -81,8 +81,6 @@ typedef enum { KW_CA_NAME, KW_CA_SETUP, KW_CACERT, - KW_LDAPHOST, - KW_LDAPBASE, KW_CRLURI, KW_CRLURI2, KW_OCSPURI, diff --git a/src/starter/keywords.txt b/src/starter/keywords.txt index 6457f2dd5e..2716f21f14 100644 --- a/src/starter/keywords.txt +++ b/src/starter/keywords.txt @@ -72,8 +72,6 @@ mark_in, KW_MARK_IN mark_out, KW_MARK_OUT tfc, KW_TFC cacert, KW_CACERT -ldaphost, KW_LDAPHOST -ldapbase, KW_LDAPBASE crluri, KW_CRLURI crluri1, KW_CRLURI crluri2, KW_CRLURI2 @@ -153,6 +151,8 @@ pkcs11module, KW_PKCS11_DEPRECATED pkcs11initargs, KW_PKCS11_DEPRECATED pkcs11keepstate, KW_PKCS11_DEPRECATED pkcs11proxy, KW_PKCS11_DEPRECATED +ldaphost, KW_CA_DEPRECATED +ldapbase, KW_CA_DEPRECATED pfs, KW_PFS_DEPRECATED pfsgroup, KW_PFS_DEPRECATED eap, KW_CONN_DEPRECATED