Recording post auth sql data
Alan DeKok
aland at deployingradius.com
Tue Aug 21 15:16:33 CEST 2012
Franks Andy (RLZ) IT Systems Engineer wrote:
> ‘%{request:Client-Short-Name}’ didn’t seem to work – blank string.
Use: %{client:foo}
This expands to the "foo" entry of the relevant "client" section:
client stuff {
ipaddr = 1.2.3.4
secret = hello
foo = bar
bad = good
black = white
}
Note that *will* work! %{client:black} will return the string "white".
Alan DeKok.
More information about the Freeradius-Users
mailing list