13 Jun
2012
13 Jun
'12
7:07 a.m.
Phil Mayers wrote:
src/modules/rlm_eap/types/rlm_eap_mschapv2/rlm_eap_mschapv2.c:
about line 741, maybe this:
pairmove2(&response, &handler->request->reply->vps, PW_MSCHAP_ERROR, 0);
...should be:
pairmove2(&response, &handler->request->reply->vps, PW_MSCHAP_ERROR, VENDORSPEC_MICROSOFT);
?
I don't understand though; I tested this as working, so
Unfortunately my testbed is no longer assembled :o(
That is likely it. I've committed a fix both for that, and for the "Must change password" checks. It's now up on github. Alan DeKok.