Alexander wrote:
> What I would like to do is compare the returned value with another one which 
> represents my traffic quota in bytes:

  See "man unlang"

  In the "authorize" section, do:

        if ("%{sql: SELECT ...quota ...}" <= "%{sql:SELECT ... usage ...}") {
                reject
        }

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to