I have a FreeRadius server, which is running two virtual servers that process requests from different wireless SSIDs. They are set to do accounting to a MySQL database. What I'd like to know is how to add an extra field to say which virtual server the request came from, so I can query on this field when I analyse my accounting records. Is there an easy way of doing this? Cheers, Jonathan ---------------------------- Jonathan Gazeley Systems Support Specialist ResNet | Wireless & VPN Team Information Services University of Bristol ----------------------------
Jonathan Gazeley wrote:
What I'd like to know is how to add an extra field to say which virtual server the request came from, so I can query on this field when I analyse my accounting records.
Edit the queries && schema. Then, use %{Virtual-Server} to reference the server. Alan DeKok.
Alan DeKok wrote:
Jonathan Gazeley wrote:
What I'd like to know is how to add an extra field to say which virtual server the request came from, so I can query on this field when I analyse my accounting records.
Edit the queries && schema. Then, use %{Virtual-Server} to reference the server.
Thanks Alan, works a treat. Jonathan ---------------------------- Jonathan Gazeley Systems Support Specialist ResNet | Wireless & VPN Team Information Services University of Bristol ----------------------------
participants (2)
-
Alan DeKok -
Jonathan Gazeley