conf: Options of all plugins documented

Some options are still missing descriptions though.
This commit is contained in:
Tobias Brunner
2014-02-12 14:34:34 +01:00
parent da8b16a160
commit 828815b0d8
49 changed files with 574 additions and 31 deletions
+23
View File
@@ -0,0 +1,23 @@
charon.plugins.tnc-pdp.pt_tls.enable = yes
Enable PT-TLS protocol on the strongSwan PDP.
charon.plugins.tnc-pdp.pt_tls.port = 271
PT-TLS server port the strongSwan PDP is listening on.
charon.plugins.tnc-pdp.radius.enable = yes
Enable RADIUS protocol on the strongSwan PDP.
charon.plugins.tnc-pdp.radius.method = ttls
EAP tunnel method to be used.
charon.plugins.tnc-pdp.radius.port = 1812
RADIUS server port the strongSwan PDP is listening on.
charon.plugins.tnc-pdp.radius.secret =
Shared RADIUS secret between strongSwan PDP and NAS.
charon.plugins.tnc-pdp.server =
Name of the strongSwan PDP as contained in the AAA certificate.
charon.plugins.tnc-pdp.timeout =
Timeout in seconds before closing incomplete connections.