How does one refer to VSAs in the accounting queries in sql.conf? I figure it would just be the name of the attribute from the dictionary, but what if there's a VSA name the conflicts with a standard name (e.g. "Realm")? Is there a prefix that can be used to differenciate them? Also, what's a better method: extending the radacct table to include these VSAs, or using a table specifically for the VSAs?
trs <therightsock@gmail.com> wrote:
How does one refer to VSAs in the accounting queries in sql.conf?
By name. Read the dictionaries.
I figure it would just be the name of the attribute from the dictionary, but what if there's a VSA name the conflicts with a standard name (e.g. "Realm")? Is there a prefix that can be used to differenciate them?
There are no conflicts in the default dictionaries. If you add conflicts, the server won't start.
Also, what's a better method: extending the radacct table to include these VSAs, or using a table specifically for the VSAs?
Whatever's best for you. I don't have strong opinions. Alan DeKok.
participants (2)
-
Alan DeKok -
trs