Hi everyone, I am trying to do comprehensive logging of requests coming to the radius server, so that the administrators can know what user is doing wrong. So i read about linelog and have configured somethings as follows: - I have added a variable in dictionary - # default file authorize section -sql if(ok){ update control { My-Local-String := "sql_selected" } linelog } - # linelog module reference = "messages.%{%{control:My-Local-String}:-default}" messages { sql_selected = "user found in sql for %{User-Name}" } and it works, but I wanted to know is it the correct way to do it. As I want to achieve it in best possible way. if not Is there any other way to do comprehensive logging? BR, Anirudh Malhotra
On Mar 7, 2016, at 6:15 AM, Anirudh Malhotra <8zero2ops@gmail.com> wrote:
and it works, but I wanted to know is it the correct way to do it. As I want to achieve it in best possible way. if not Is there any other way to do comprehensive logging?
Your solution is fine. Any other way would only be minor variations of this. Alan DeKok.
Thanks Alan. BR, Anirudh Malhotra 8zero2 On Mon, Mar 7, 2016 at 7:14 PM, Alan DeKok <aland@deployingradius.com> wrote:
On Mar 7, 2016, at 6:15 AM, Anirudh Malhotra <8zero2ops@gmail.com> wrote:
and it works, but I wanted to know is it the correct way to do it. As I want to achieve it in best possible way. if not Is there any other way to do comprehensive logging?
Your solution is fine.
Any other way would only be minor variations of this.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Hi, So i have implemented this after applying so many PnC and it works very well till now. But i have used such unlang and linelog module 7-10 times(linelog is called after conditions getting checked) For each access request. So i wanted to ask is this design correct, Is this going to affect the authentications(server performance) in any way? With how many concurrent sessions the server should be ok with?(or is it too much to ask with too many variables coming into play) BR, Anirudh Malhotra 8zero2 Mail: 8zero2.in@gmail.com Facebook: www.facebook.com/8zero2 Twitter: @8zero2_in Blog: blog.8zero2.in On 7 Mar 2016, 19:15 +0530, Alan DeKok<aland@deployingradius.com>, wrote:
participants (2)
-
Alan DeKok -
Anirudh Malhotra