Check traffic quota / rlm_sqlcounter
Alexander
alexander_austria at yahoo.com
Fri Apr 9 15:27:25 CEST 2010
--- On Wed, 4/7/10, Alan DeKok <aland at deployingradius.com> wrote:
>
> See "man unlang"
>
> In the "authorize" section, do:
>
> if ("%{sql: SELECT ...quota ...}" <=
> "%{sql:SELECT ... usage ...}") {
> reject
> }
Finally I got it to work. Thanks!
Only drawback is that there must be traffic quota configured per user otherwise I get an access reject because of the SQL query.
Is it possible to first check if there is a user traffic quota and if not fallback to the group traffic quota?
Cheers,
Alexander
More information about the Freeradius-Users
mailing list