<div><span> Hi<br><br>I'm using freeradius 2.1.10 and i need to add a custom attribute to freeradius reply. <br><br>I've followed this step:<br><br>    - add to /etc/freeradius/dictionary the line<br><br>        ATTRIBUTE    My-Local-Attribute     3003   string<br><br>    - add  to the mysql RADREPLY the line<br><br>        insert into (user,attribute,op,value) values ('testing','</span><span><span>My-Local-Attribute</span>',':=','TEST')<br><br><br>When i autenticate the user 'testing' i don't see the </span><span>My-Local-Attribute in the response.<br><br>Is there something that i'm missing in the configuration?<br><br><br>Thanks for your help<br><br><br></span></div><br>