]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
ldaphost and ldapbase ca section keywords are deprecated
authorTobias Brunner <tobias@strongswan.org>
Thu, 21 Jun 2012 16:04:18 +0000 (18:04 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 25 Jun 2012 08:52:16 +0000 (10:52 +0200)
src/starter/args.c
src/starter/confread.h
src/starter/keywords.h
src/starter/keywords.txt

index 5aaf764dbab3d730ddbd8b53367cfd9d966fe4e9..96b5e803dda6e931ba29b247b7e328b44ebc422d 100644 (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                              },
index 6575266794ce9be3d3ab3295b887826b21166695..ea59d44b525cfbc47132b8bef3685c660164a18a 100644 (file)
@@ -191,8 +191,6 @@ struct starter_ca {
                starter_state_t state;
 
                char            *cacert;
-               char            *ldaphost;
-               char            *ldapbase;
                char            *crluri;
                char            *crluri2;
                char            *ocspuri;
index c053db1d99d78ebb0b2397d9dd166a19630bde62..9dac6a82083fcc814b5731214f3ca174aebe430b 100644 (file)
@@ -81,8 +81,6 @@ typedef enum {
        KW_CA_NAME,
        KW_CA_SETUP,
        KW_CACERT,
-       KW_LDAPHOST,
-       KW_LDAPBASE,
        KW_CRLURI,
        KW_CRLURI2,
        KW_OCSPURI,
index 6457f2dd5e3d1b19df3c9fe1ea2bb28be54c4f9f..2716f21f148c7af0d0515e50ccb91a499b4fa735 100644 (file)
@@ -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