aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/args.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-06-21 18:04:18 +0200
committerTobias Brunner <tobias@strongswan.org>2012-06-25 10:52:16 +0200
commitc236f19e50f2e1ffd73579fb00d1f608d8b6a29d (patch)
tree70774783fc777c1748d2e0ee773c7fd06540fce8 /src/starter/args.c
parent693805cc981229236fc9de4eb87312089c009e87 (diff)
downloadstrongswan-c236f19e50f2e1ffd73579fb00d1f608d8b6a29d.tar.bz2
strongswan-c236f19e50f2e1ffd73579fb00d1f608d8b6a29d.tar.xz
ldaphost and ldapbase ca section keywords are deprecated
Diffstat (limited to 'src/starter/args.c')
-rw-r--r--src/starter/args.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/starter/args.c b/src/starter/args.c
index 5aaf764db..96b5e803d 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 },