Re: Freeradius, custom vars and sql queries in sites-enabled/dhcp
2 Jun
2010
2 Jun
'10
3:29 a.m.
Great, thx, Alan! I've allready written most functionality with rlm_perl, now will try to move it to native freeradius.
Wingman wrote:
For example, i need to parse several conditions, regarding to sql queries results. I'm confusing in how to use custom vars and custom sql queries in sites-enabled/dhcp ? i.e. i need somthing like this pseudocode:
dhcp DHCP-Discover {
......... sql MYVAR := "%{sql: select blahblahblah}"
See "man unlang". You need to put the attribute into an "update" section.
And you can't specify random names for "variables". They aren't variables, they are attributes with pre-defined types. See raddb/dictionary.
Alan DeKok.
BRGS, Ilya A. Masandilov IP-Home.Net
5880
Age (days ago)
5880
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wingman