Hello all!<br><br>Im testing freeradius in a preproduction machine. I've configured It with freeradius + Ldap. <br>At this moment I only need read from ldap  these attributes: user, password and Framed-IP-Address to assing an IP to an specific User.<br>
<br>The problem cames when i use this:<br><br>in /etc/freeradius/sites-enable/default <br><br>(authorize section)<br><br> update reply {<br>                        Framed-IP-Address := "%{Client-IP-Address}"<br>
                }<br><br>I got the following error in debug mode: <br><br>++? if (NAS-Port-Type == 'Ethernet')<br>? Evaluating (NAS-Port-Type == 'Ethernetl') -> TRUE<br>++? if (NAS-Port-Type == 'Ethernet') -> TRUE<br>
++- entering if (NAS-Port-Type == 'Ethernet') {...}<br>        expand: %{Framed-IP-Address} -><br>ERROR: Failed parsing value "" for attribute Framed-IP-Address: Failed to find IP address for<br><br><br>
But if I change  %{Framed-IP-Address} this for  %{Client-IP-Address}, just to check if the query is right. I got the result expected "The client IP Address". <br><br>Can someone give me some light on the issue?<br>
<br>Thanks very much.<br><br>Álex<br>