File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / options / medsrv.conf
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, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

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

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