File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / conf / plugins / eap-peap.opt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (5 years, 6 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: charon.plugins.eap-peap.fragment_size = 1024
    2: 	Maximum size of an EAP-PEAP packet.
    3: 
    4: charon.plugins.eap-peap.max_message_count = 32
    5: 	Maximum number of processed EAP-PEAP packets (0 = no limit).
    6: 
    7: charon.plugins.eap-peap.include_length = no
    8: 	Include length in non-fragmented EAP-PEAP packets.
    9: 
   10: charon.plugins.eap-peap.phase2_method = mschapv2
   11: 	Phase2 EAP client authentication method.
   12: 
   13: charon.plugins.eap-peap.phase2_piggyback = no
   14: 	Phase2 EAP Identity request piggybacked by server onto TLS Finished message.
   15: 
   16: charon.plugins.eap-peap.phase2_tnc = no
   17: 	Start phase2 EAP TNC protocol after successful client authentication.
   18: 
   19: charon.plugins.eap-peap.request_peer_auth = no
   20: 	Request peer authentication based on a client certificate.

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