conf: Document libtnccs options

This commit is contained in:
Tobias Brunner
2014-02-12 14:34:34 +01:00
parent abd5c7bea2
commit 4576f7f960
6 changed files with 25 additions and 1 deletions
+5
View File
@@ -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.
+5
View File
@@ -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_.
+2
View File
@@ -0,0 +1,2 @@
charon.plugins.tnccs-11.max_message_size = 45000
Maximum size of a PA-TNC message (XML & Base64 encoding).
+5
View File
@@ -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).