Hi,
run your freeradius is full debug mode. LOOK at what is going on
> sorry alan, perhaps I'm mixing up my examples in an attempt to get this
> working...
as you have
> 1. where (or in which file) do I add the unlang code?
by updating the reply
> 2. how do i update the reply?
thats not updating the reply is it. thats updating the proxy-reply.
> I currently have the following code in my proxy-inner-tunnel file :-
> post-proxy {
> eap
> if (proxy-reply:Access-Accept) {
> update proxy-reply { Framed-IP-Address := "%{sql:SELECT Value FROM
> `radreply` WHERE UserName ='%{User-Name}' AND Attribute =
> 'Framed-IP-Address'}" }