21 Dec
2011
21 Dec
'11
8:11 a.m.
Aman Arneja wrote:
We seem to be facing a problem while using EAP with free radius. If the client is proposing a list of methods in the NAK message being sent in response to server method proposal, it seems free radius is just looking at the first entry rather than parsing the list.
No. See src/modules/rlm_eap/eap.c It walks through all of the types in a NAK, trying to find one supported by the server.
Is this a known issue? Any workarounds or patches?
Use 2.1.x. Version 1.1.8 is very old. Alan DeKok.