Glad to be of some help !!<br><br>Cheers<br><br><div class="gmail_quote">On Tue, Sep 27, 2011 at 8:53 PM, shiv <span dir="ltr"><<a href="mailto:shivkumar.jags@gmail.com">shivkumar.jags@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Update - I've managed to get it working against a custom table in the mysql<br>
radius database. The sites-enabled/default authorize section is as below:-<br>
<div class="im"><br>
update request {<br>
                 Huntgroup-Name := "%{sql:SELECT `groupname` FROM<br>
</div><div class="im">`radhuntgroup` WHERE rtrmac='%{Called-Station-Id}'}"<br>
                }<br>
<br>
</div>                if ("%{Huntgroup-Name}" != "") {<br>
                update request{<br>
                        Tmp-String-0 = "%{sql:SELECT `logintime` FROM<br>
`wifihotspots` WHERE hotspotname='%{Huntgroup-Name}'}"<br>
                        }<br>
                }<br>
<br>
                if ( "%{Tmp-String-0}" != "") {<br>
                update control{<br>
                Login-Time := "%{Tmp-String-0}"<br>
                }<br>
<br>
        }<br>
<br>
<br>
The wifihotspots table contains Huntgroup-Name and its Corresponding<br>
Login-Time<br>
Thanks again for the help!<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://freeradius.1045715.n5.nabble.com/Enforcing-Login-Time-on-NAS-tp4845142p4845762.html" target="_blank">http://freeradius.1045715.n5.nabble.com/Enforcing-Login-Time-on-NAS-tp4845142p4845762.html</a><br>

</font><div><div></div><div class="h5">Sent from the FreeRadius - User mailing list archive at Nabble.com.<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>