Annotation of embedaddon/strongswan/conf/plugins/eap-peap.opt, revision 1.1.1.1

1.1       misho       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>