File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / options / medsrv.opt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 5 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: medsrv.database =
    2: 	Mediation server database URI. If it contains a password, make
    3: 	sure to adjust the permissions of the config file accordingly.
    4: 
    5: medsrv.debug = no
    6: 	Debugging in mediation server web application.
    7: 
    8: medsrv.dpd = 5m
    9: 	DPD timeout to use in mediation server plugin.
   10: 
   11: medsrv.load =
   12: 	Plugins to load in mediation server plugin.
   13: 
   14: medsrv.password_length = 6
   15: 	Minimum password length required for mediation server user accounts.
   16: 
   17: medsrv.rekey = 20m
   18: 	Rekeying time on mediation connections in mediation server plugin.
   19: 
   20: medsrv.socket =
   21: 	Run Mediation server web application statically on socket.
   22: 
   23: medsrv.threads = 5
   24: 	Number of thread for mediation service web application.
   25: 
   26: medsrv.timeout = 15m
   27: 	Session timeout for mediation service.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>