--On Friday, March 04, 2011 12:04:51 +0000 James J J Hooper <jjj.hooper@bristol.ac.uk> wrote:
--On Friday, March 04, 2011 11:49:50 +0100 Alan DeKok <aland@deployingradius.com> wrote:
James J J Hooper wrote:
That could be fixed for 2.1.11, I guess. If someone can test it...
Yes please, and will do.
Try this patch. You should see "MSCHAP Failure" in the debug log, where it wasn't there before.
Try it for normal && accounts which are locked out (SMB-Account-Ctrl = 1024)
Alan DeKok.
Hi Alan,
Compile error (& result of patch .c attached):
rlm_eap_mschapv2.c: In function `mschapv2_authenticate': rlm_eap_mschapv2.c:658: error: called object is not a function rlm_eap_mschapv2.c:658: error: too few arguments to function `pairmove2'
I've added the missing comma, and it's building now.... :-) -James