diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-26 20:36:07 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-26 20:36:07 +0200 |
commit | 0d9e375193fd62ba463e2feb951640a8c2386f51 (patch) | |
tree | d1907ca4664c3fda0eb9fdf9fd8db5ad13ff0ae2 /man | |
parent | 9455f8b386e066039b4382a21f475e06c2cc3419 (diff) | |
download | strongswan-0d9e375193fd62ba463e2feb951640a8c2386f51.tar.bz2 strongswan-0d9e375193fd62ba463e2feb951640a8c2386f51.tar.xz |
Selectively enable PT-TLS and/or RADIUS sockets in tnc-pdp plugin
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index be8512d2d..ebd5ed9a7 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -712,9 +712,15 @@ Path to X.509 certificate file of IF-MAP server .BR charon.plugins.tnc-ifmap.username_password Credentials of IF-MAP client of the form username:password .TP +.BR charon.plugins.tnc-pdp.pt_tls.enable " [yes]" +Enable PT-TLS protocol on the strongSwan PDP +.TP .BR charon.plugins.tnc-pdp.pt_tls.port " [271]" PT-TLS server port the strongSwan PDP is listening on .TP +.BR charon.plugins.tnc-pdp.radius.enable " [yes]" +Enable RADIUS protocol on the strongSwan PDP +.TP .BR charon.plugins.tnc-pdp.radius.method " [ttls]" EAP tunnel method to be used .TP |