Hi, While the majority of my logging gets offloaded to a mysql database I still use radius.log for “quick peeks” at authentication results. For my sql logging I’ve got conditional statements so that I don’t fill up the database with load balancer health check authentications. Unfortunately haven’t managed to selectively log auth attempts into radius.log. All I want to do is disable successful auth auth attempts into radius.log from the username associated with our F5 load balancer. Any easy way to do this ? A
On 17 Jan 2014, at 13:07, Alex Sharaz <alex.sharaz@york.ac.uk> wrote:
Hi, While the majority of my logging gets offloaded to a mysql database I still use radius.log for “quick peeks” at authentication results. For my sql logging I’ve got conditional statements so that I don’t fill up the database with load balancer health check authentications. Unfortunately haven’t managed to selectively log auth attempts into radius.log. All I want to do is disable successful auth auth attempts into radius.log from the username associated with our F5 load balancer. Any easy way to do this ?
Use linelog instead and wrap it in an if statement. Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Alex Sharaz wrote:
Hi, While the majority of my logging gets offloaded to a mysql database I still use radius.log for “quick peeks” at authentication results. For my sql logging I’ve got conditional statements so that I don’t fill up the database with load balancer health check authentications. Unfortunately haven’t managed to selectively log auth attempts into radius.log. All I want to do is disable successful auth auth attempts into radius.log from the username associated with our F5 load balancer. Any easy way to do this ?
Not really. The authentication logging is global. It's either on or off. Alan DeKok.
participants (3)
-
Alan DeKok -
Alex Sharaz -
Arran Cudbard-Bell