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

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