Hi.<br><br>I'm implementing a radius server with freeradius 2.1.8. I use it with mysql server. The problem is that the defaults attributes doesn't work. I have the next tables:<br><br>mysql> select * from radcheck;<br>
<br><table id="table_results" class="data"><tbody><tr class="even marked"><td class="nowrap" align="right">1<br></td>
    <td class="">prueba3</td>
    <td class="">Cleartext-Password</td>
    <td class="">:=</td>
    <td class="">prueba3</td></tr></tbody></table><table id="table_results" class="data"><tbody><tr class="even marked"><td class="nowrap" align="right">2</td>
    <td class="">prueba2</td>
    <td class="">Cleartext-Password</td>
    <td class="">:=</td>
    <td class="">prueba2</td></tr></tbody></table><br>mysql> select * from radgroupcheck;<br><br><table id="table_results" class="data"><tbody><tr class="odd marked"><td class="nowrap" align="right">1</td>
    <td class="">group1</td>
    <td class="">Max-All-Session</td>
    <td class="">:=</td>
    <td class="">140000</td></tr></tbody></table><table id="table_results" class="data"><tbody><tr class="odd marked"><td class="nowrap" align="right">2<br></td>
    <td class="">group2</td>
    <td class="">Login-Time</td>
    <td class="">:=</td>
    <td class="">Al0800-2000<br></td></tr></tbody></table><br>mysql> select * from radgroupreply;<br><br><table id="table_results" class="data"><tbody><tr class="odd marked"><td class="nowrap" align="right">40</td>
    <td class="">DEFAULT</td>
    <td class="">Idle-Timeout</td>
    <td class="">:=</td>
    <td class="">2400</td></tr></tbody></table><br>mysql> select * from usergroup;<br><br><table id="table_results" class="data"><tbody><tr class="odd marked"><td class="">prueba3</td>
    <td class="">group1<br></td>
    <td class="nowrap" align="right">1</td></tr></tbody></table><table id="table_results" class="data"><tbody><tr class="odd marked"><td class="">prueba2</td>
    <td class="">group2</td>
    <td class="nowrap" align="right">1</td></tr></tbody></table><br><br>The problem is in the table "radgroupreply", the DEFAULT attributes doesn't apply to the users. If I change the "DEFAULT" to "group1" the "Idle-Timeout" is applied correctly.<br>
<br>Where is the problem? How can I apply default attributes to all groups?<br><br>Thanks for all,<br>David<br>