conf: Document options of other programs

This commit is contained in:
Tobias Brunner 2014-02-07 16:20:39 +01:00
parent 5ac757872b
commit ff94fe157a
6 changed files with 68 additions and 1 deletions

View File

@ -12,8 +12,13 @@ options = \
options/charon.opt \
options/charon-logging.opt \
options/imcv.opt \
options/manager.opt \
options/medsrv.opt \
options/pacman.opt \
options/tnc.opt
options/pool.opt \
options/starter.opt \
options/tnc.opt \
options/tools.opt
plugins = \
plugins/android_log.opt \

17
conf/options/manager.opt Normal file
View File

@ -0,0 +1,17 @@
manager.database =
Credential database URI for manager.
manager.debug = no
Enable debugging in manager.
manager.load =
Plugins to load in manager.
manager.socket =
FastCGI socket of manager, to run it statically.
manager.threads = 10
Threads to use for request handling.
manager.timeout = 15m
Session timeout for manager.

26
conf/options/medsrv.opt Normal file
View File

@ -0,0 +1,26 @@
medsrv.database =
Mediation server database URI.
medsrv.debug = no
Debugging in mediation server web application.
medsrv.dpd = 5m
DPD timeout to use in mediation server plugin.
medsrv.load =
Plugins to load in mediation server plugin.
medsrv.password_length = 6
Minimum password length required for mediation server user accounts.
medsrv.rekey = 20m
Rekeying time on mediation connections in mediation server plugin.
medsrv.socket =
Run Mediation server web application statically on socket.
medsrv.threads = 5
Number of thread for mediation service web application.
medsrv.timeout = 15m
Session timeout for mediation service.

6
conf/options/pool.opt Normal file
View File

@ -0,0 +1,6 @@
pool.database
Database URI for the database that stores IP pools and configuration
attributes.
pool.load =
Plugins to load in ipsec pool tool.

5
conf/options/starter.opt Normal file
View File

@ -0,0 +1,5 @@
starter.load =
Plugins to load in starter.
starter.load_warning = yes
Disable charon plugin load option warning.

8
conf/options/tools.opt Normal file
View File

@ -0,0 +1,8 @@
openac.load =
Plugins to load in ipsec openac tool.
pki.load =
Plugins to load in ipsec pki tool.
scepclient.load =
Plugins to load in ipsec scepclient tool.