eap-ttls.conf 879 B

123456789101112131415161718192021222324252627282930313233
  1. eap-ttls {
  2. # Maximum size of an EAP-TTLS packet.
  3. # fragment_size = 1024
  4. # Include length in non-fragmented EAP-TTLS packets.
  5. # include_length = yes
  6. # Whether to load the plugin. Can also be an integer to increase the
  7. # priority of this plugin.
  8. load = yes
  9. # Maximum number of processed EAP-TTLS packets (0 = no limit).
  10. # max_message_count = 32
  11. # Phase2 EAP client authentication method.
  12. # phase2_method = md5
  13. # Phase2 EAP Identity request piggybacked by server onto TLS Finished
  14. # message.
  15. # phase2_piggyback = no
  16. # Start phase2 EAP TNC protocol after successful client authentication.
  17. # phase2_tnc = no
  18. # Phase2 EAP TNC transport protocol (pt as IETF standard or legacy tnc)
  19. # phase2_tnc_method = pt
  20. # Request peer authentication based on a client certificate.
  21. # request_peer_auth = no
  22. }