Freeradius 3.0.11 SQL Xlat problem

Alan DeKok aland at deployingradius.com
Sat Mar 5 14:45:15 CET 2016


On Mar 5, 2016, at 4:54 AM, Devrim Seral <dseral at gmail.com> wrote:
> 
> Thanks for your fix. Now Xlat working but server didn't give correct
> response. I was used following attribute values and operators in my
> database;
> 
> 15GB_Quota_2048KBurst Mikrotik-Xmit-Limit := `%{sql:SELECT 100000}`
> 15GB_Quota_2048KBurst Mikrotik-Recv-Limit := `%{sql:SELECT
> trafsumdw('%{User-Name}',15360)}`

  Use double quotes "".  Not back quotes ``.

  See "man unlang" for why.

  Alan DeKok.



More information about the Freeradius-Users mailing list