tnc-pdp.conf 912 B

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