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

    1: tnc-pdp {
    2: 
    3:     # Whether to load the plugin. Can also be an integer to increase the
    4:     # priority of this plugin.
    5:     load = yes
    6: 
    7:     # Name of the strongSwan PDP as contained in the AAA certificate.
    8:     # server =
    9: 
   10:     # Timeout in seconds before closing incomplete connections.
   11:     # timeout =
   12: 
   13:     pt_tls {
   14: 
   15:         # Enable PT-TLS protocol on the strongSwan PDP.
   16:         # enable = yes
   17: 
   18:         # PT-TLS server port the strongSwan PDP is listening on.
   19:         # port = 271
   20: 
   21:     }
   22: 
   23:     radius {
   24: 
   25:         # Enable RADIUS protocol on the strongSwan PDP.
   26:         # enable = yes
   27: 
   28:         # EAP tunnel method to be used.
   29:         # method = ttls
   30: 
   31:         # RADIUS server port the strongSwan PDP is listening on.
   32:         # port = 1812
   33: 
   34:         # Shared RADIUS secret between strongSwan PDP and NAS. If set, make sure
   35:         # to adjust the permissions of the config file accordingly.
   36:         # secret =
   37: 
   38:     }
   39: 
   40: }
   41: 

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