Annotation of embedaddon/strongswan/conf/options/medsrv.conf, revision 1.1

1.1     ! misho       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>