From: Tobias Brunner Date: Fri, 7 Feb 2014 12:49:28 +0000 (+0100) Subject: conf: Document libtnccs options X-Git-Tag: 5.1.2rc1~7^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4576f7f960aa643894cf83325bab913f940f0825;p=thirdparty%2Fstrongswan.git conf: Document libtnccs options --- diff --git a/conf/Makefile.am b/conf/Makefile.am index 3fe727e16c..bb86aaedc5 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -9,7 +9,8 @@ pluginstemplatedir = $(templatesdir)/plugins options = \ options/charon.opt \ - options/charon-logging.opt + options/charon-logging.opt \ + options/tnc.opt plugins = \ plugins/android_log.opt \ @@ -53,7 +54,11 @@ plugins = \ plugins/stroke.opt \ plugins/systime-fix.opt \ plugins/tnc-ifmap.opt \ + plugins/tnc-imc.opt \ + plugins/tnc-imv.opt \ plugins/tnc-pdp.opt \ + plugins/tnccs-11.opt \ + plugins/tnccs-20.opt \ plugins/unbound.opt \ plugins/updown.opt \ plugins/whitelist.opt \ diff --git a/conf/options/tnc.opt b/conf/options/tnc.opt new file mode 100644 index 0000000000..467723ea63 --- /dev/null +++ b/conf/options/tnc.opt @@ -0,0 +1,2 @@ +charon.tnc.tnc_config = /etc/tnc_config + TNC IMC/IMV configuration file. diff --git a/conf/plugins/tnc-imc.opt b/conf/plugins/tnc-imc.opt new file mode 100644 index 0000000000..7c9af2a302 --- /dev/null +++ b/conf/plugins/tnc-imc.opt @@ -0,0 +1,5 @@ +charon.plugins.tnc-imc.dlclose = yes + Unload IMC after use. + +charon.plugins.tnc-imc.preferred_language = en + Preferred language for TNC recommendations. diff --git a/conf/plugins/tnc-imv.opt b/conf/plugins/tnc-imv.opt new file mode 100644 index 0000000000..788753ce7b --- /dev/null +++ b/conf/plugins/tnc-imv.opt @@ -0,0 +1,5 @@ +charon.plugins.tnc-imv.dlclose = yes + Unload IMV after use. + +charon.plugins.tnc-imv.recommendation_policy = default + TNC recommendation policy, one of _default_, _any_, or _all_. diff --git a/conf/plugins/tnccs-11.opt b/conf/plugins/tnccs-11.opt new file mode 100644 index 0000000000..eb313fe06c --- /dev/null +++ b/conf/plugins/tnccs-11.opt @@ -0,0 +1,2 @@ +charon.plugins.tnccs-11.max_message_size = 45000 + Maximum size of a PA-TNC message (XML & Base64 encoding). diff --git a/conf/plugins/tnccs-20.opt b/conf/plugins/tnccs-20.opt new file mode 100644 index 0000000000..b15bc3fa1e --- /dev/null +++ b/conf/plugins/tnccs-20.opt @@ -0,0 +1,5 @@ +charon.plugins.tnccs-20.max_batch_size = 65522 + Maximum size of a PB-TNC batch (upper limit via PT-EAP = 65529). + +charon.plugins.tnccs-20.max_message_size = 65490 + Maximum size of a PA-TNC message (upper limit via PT-EAP = 65497).