Hi Everyone,<br>I want to check an attribute against multiple value. But I couldn't do that. I'm using mysql with freeradius. I want my users belonging to Surfing group to have access from 9pm to 9am but on saturday they could access till 12pm.
<br><br>The radgroupcheck able has following entries:<br>------------------------------------------------------------------------------------------<br>| id  |     GroupName    |    Attribute     |  op  |       Value          |
<br>------------------------------------------------------------------------------------------<br>|  1  |     Surfing           |  Login-Time    | :=   | Any2100-0900    |<br>|  2  |     Surfing           |  Login-Time    | +=  | Sa0900-1200      |
<br>-------------------------------------------------------------------------------------------<br><br>The radius is checking only against the first check item, it's not checking the second one.<br>I tried by using fall-through attribute in radgroupreply table also, but no use.
<br><br>The radgroupreply able has following entries:<br>
------------------------------------------------------------------------------------------<br>
| id  |     GroupName    |       Attribute      |  op  |     Value        |<br>
------------------------------------------------------------------------------------------<br>
|  1  |     Surfing           |    Fall-Through    |  =   |      Yes          |<br>
-------------------------------------------------------------------------------------------<br><br>What could be the problem? Can anyone help me ?<br><br>thanks<br>opn<br>