6 Feb
2008
6 Feb
'08
6:09 a.m.
Dmitry Sergienko wrote:
Thanks for the tip. successfully_proxied_request() also needs patching:
Fixed, thanks.
The second oddity: when setting "proxy_tunneled_request_as_eap = no" proxying is not working because no inner MSCHAPv2 request extracted. Debug looks like this: .. Solution is quite simple: write down the following in proxy-inner-tunnel file after authorize {} section:
authenticate { eap }
Fixed, thanks. Alan DeKok.