8 Jul
2011
8 Jul
'11
6:20 a.m.
On 01:29 AM, Nitin Bhardwaj wrote:
On 01:29 AM, Phil Mayers wrote:
The (untested) patch below might help on 2.1.x:
https://github.com/philmayers/freeradius-server/commit/3c1ed71cde100268dba57...
...or for 3.x:
https://github.com/philmayers/freeradius-server/commit/6877b70f442536c93ed09...
Thanks for the patches, I'll give them a shot and report back.
Phil, the patch (2.x) is working like a charm :). (also confirmed that there is no mem-leak, by inserting a RDEBUG in free_data()). However, one doubt: Shouldn't this code be conditional based on whether "use_tunneled_reply" is yes/no. Presently the outer PEAP does take care of it, is this taken care of in this callback (mschap_postproxy) ? -- Nitin