diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-08 11:17:33 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2013-08-15 23:34:22 +0200 |
commit | 9d8c28e2f5b23e3f1008e8ba064403834683e35a (patch) | |
tree | a0d95566082302bad7ee9800d823a7e32e5e022d /man | |
parent | e8f65c5cdee4e04bf898f49e07d783ae6b3441aa (diff) | |
download | strongswan-9d8c28e2f5b23e3f1008e8ba064403834683e35a.tar.bz2 strongswan-9d8c28e2f5b23e3f1008e8ba064403834683e35a.tar.xz |
Documented plugin move from libcharon to libtnccs in strongswan.conf
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index f9a7ba5b4..6a3bbac30 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -691,15 +691,6 @@ Threshold date where system time is considered valid. Disabled if not specified .BR charon.plugins.systime-fix.threshold_format " [%Y]" strptime(3) format used to parse threshold option .TP -.BR charon.plugins.tnccs-11.max_message_size " [45000]" -Maximum size of a PA-TNC message (XML & Base64 encoding) -.TP -.BR charon.plugins.tnccs-20.max_batch_size " [65522]" -Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529) -.TP -.BR charon.plugins.tnccs-20.max_message_size " [65490]" -Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497) -.TP .BR charon.plugins.tnc-ifmap.client_cert Path to X.509 certificate file of IF-MAP client .TP @@ -721,12 +712,6 @@ 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-imc.dlclose " [yes]" -Unload IMC after use -.TP -.BR charon.plugins.tnc-imc.preferred_language " [en]" -Preferred language for TNC recommendations -.TP .BR charon.plugins.tnc-imv.dlclose " [yes]" Unload IMV after use .TP @@ -892,6 +877,23 @@ List of TLS cipher suites .TP .BR libtnccs.tnc_config " [/etc/tnc_config]" TNC IMC/IMV configuration directory +.PP +.SS libtnccs plugins section +.TP +.BR charon.plugins.tnccs-11.max_message_size " [45000]" +Maximum size of a PA-TNC message (XML & Base64 encoding) +.TP +.BR charon.plugins.tnccs-20.max_batch_size " [65522]" +Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529) +.TP +.BR charon.plugins.tnccs-20.max_message_size " [65490]" +Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497) +.TP +.BR charon.plugins.tnc-imc.dlclose " [yes]" +Unload IMC after use +.TP +.BR charon.plugins.tnc-imc.preferred_language " [en]" +Preferred language for TNC recommendations .SS libimcv section .TP .BR libimcv.assessment_result " [yes]" |