Annotation of embedaddon/strongswan/conf/plugins/tnc-pdp.opt, revision 1.1

1.1     ! misho       1: charon.plugins.tnc-pdp.pt_tls.enable = yes
        !             2:        Enable PT-TLS protocol on the strongSwan PDP.
        !             3: 
        !             4: charon.plugins.tnc-pdp.pt_tls.port = 271
        !             5:        PT-TLS server port the strongSwan PDP is listening on.
        !             6: 
        !             7: charon.plugins.tnc-pdp.radius.enable = yes
        !             8:        Enable RADIUS protocol on the strongSwan PDP.
        !             9: 
        !            10: charon.plugins.tnc-pdp.radius.method = ttls
        !            11:        EAP tunnel method to be used.
        !            12: 
        !            13: charon.plugins.tnc-pdp.radius.port = 1812
        !            14:        RADIUS server port the strongSwan PDP is listening on.
        !            15: 
        !            16: charon.plugins.tnc-pdp.radius.secret =
        !            17:        Shared RADIUS secret between strongSwan PDP and NAS. If set, make sure to
        !            18:        adjust the permissions of the config file accordingly.
        !            19: 
        !            20: charon.plugins.tnc-pdp.server =
        !            21:        Name of the strongSwan PDP as contained in the AAA certificate.
        !            22: 
        !            23: charon.plugins.tnc-pdp.timeout =
        !            24:        Timeout in seconds before closing incomplete connections.

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