summaryrefslogtreecommitdiffstats
path: root/src/modules/rlm_eap/types/rlm_eap_mschapv2/README.md
blob: 4d87c498cdbcd33dac91c8a044f5354fcf9598a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# rlm_eap_mschapv2
## Metadata
<dl>
  <dt>category</dt><dd>authentication</dd>
</dl>

## Summary
Implements EAP-MSCHAPv2.  Usually used as an inner method for PEAP.

Allows NTLMv2 style authentication against Active-Directory, or where the NT-Password is known.

Technically does provide its own keying material via MPPE key attributes which could be used for 802.11i
(WPA/2-Enterprise) but in most instances, the keying material from an outer method is used instead.