Changed PEAPv0 cryptobinding to be disabled by default
There are some interoperability issues with Windows Server 2008 NPS, so better disable cryptobinding use by default for now.
This commit is contained in:
parent
bd1d13c199
commit
c31a11c962
3 changed files with 5 additions and 5 deletions
|
@ -140,7 +140,7 @@ static void * eap_peap_init(struct eap_sm *sm)
|
|||
data->peap_version = EAP_PEAP_VERSION;
|
||||
data->force_peap_version = -1;
|
||||
data->peap_outer_success = 2;
|
||||
data->crypto_binding = OPTIONAL_BINDING;
|
||||
data->crypto_binding = NO_BINDING;
|
||||
|
||||
if (config && config->phase1 &&
|
||||
eap_peap_parse_phase1(data, config->phase1) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue