On 5/23/13 1:24 PM, Phil Mayers wrote:
On 23/05/13 12:00, Ivan Ostres wrote:
Forgot to mention - if I put this AVP in rlm_eap.c (line 439) under:
if ((request->reply->code == PW_AUTHENTICATION_ACK) && request->username) {
This VSA is contained in outgoing access-accept. But the problem is that this VSA value should be set in eap-mschapv2. How to transfer value from EAP-MSCHAPv2 to rlm_eap?
It sounds like you need:
use_tunneled_reply = yes
...in your "peap {}" block. Attributes from the inner access-accept should be copied to the outer if this is set. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Hi! I actually set that one...the real question is -> how to send/receive pairs between rlm_eap and handler (rlm_eap_mschapv2)? This communication part is the real problem. BR, iostres