13 Jan
2014
13 Jan
'14
10:23 a.m.
Richard J Palmer wrote:
How can I access the Acct-Session-Id that is sent into freeradius ?
$ man unlang This is documented. And there are *tons* of examples in the configuration files, too.
ie so I can do something like
Tmp-String-0 := "%{sql:<SELECT TOP 1 LNSIPAddress FROM radacct where Acct-Session-Id='x'}"
Honestly, out of general principle, I won't cut & paste the documentation here. Alan DeKok.