Lines Matching +full:entry +full:- +full:method

3 # Each line must contain an identity, EAP method(s), and an optional password
6 # NtPasswordHash (16-byte MD4 hash of the unicode presentation of the password
9 # Password hash is stored as hash:<16-octets of hex data> without quotation
13 # 2 authentication (e.g., within EAP-PEAP). In these cases, an anonymous
15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous
19 # EAP-TLS, EAP-PEAP, EAP-TTLS, EAP-FAST, EAP-SIM, and EAP-AKA do not use
21 # EAP-MD5, EAP-MSCHAPV2, EAP-GTC, EAP-PAX, EAP-PSK, and EAP-SAKE require a
23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to
27 # avoid having to configure every certificate for EAP-TLS authentication. The
28 # first matching entry is selected, so * should be used as the last phase 1
29 # user entry.
32 # main purpose for this is to be able to avoid EAP method negotiation when the
33 # method is using known prefix in identities (e.g., EAP-SIM and EAP-AKA). This
37 # one until the peer accepts one. The method names are separated with a
45 # EAP-TTLS supports both EAP and non-EAP authentication inside the tunnel.
46 # Tunneled EAP methods are configured with standard EAP method name and [2]
47 # flag. Non-EAP methods can be enabled by following method names: TTLS-PAP,
48 # TTLS-CHAP, TTLS-MSCHAP, TTLS-MSCHAPV2. TTLS-PAP and TTLS-CHAP require a
49 # plaintext password while TTLS-MSCHAP and TTLS-MSCHAPV2 can use NT password
52 # Arbitrary RADIUS attributes can be added into Access-Accept packets similarly
53 # to the way radius_auth_req_attr is used for Access-Request packet in
55 # entry with radius_accept_attr=<attr_id>[:<syntax:value>] line(s) following
56 # the main user entry line.
71 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes
85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
86 "t-md5" MD5 "password" [2]
87 "DOMAIN\t-mschapv2" MSCHAPV2 "password" [2]
88 "t-gtc" GTC "password" [2]
92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
94 # Default to EAP-SIM and EAP-AKA based on fixed identity prefixes in phase 2