25 Mar
2011
25 Mar
'11
10:30 a.m.
Stefan Winter wrote:
are there any plans to add logging to *remote* syslog servers to the rlm_linelog module? Would be kinda cute; we want to log authentication results to a central statistics collection host - and going through re-send on the local syslog instance is a superfluous extra step.
I see what you mean, but that involves writing a module which opens a UDP socket to a remote syslog server, and then creates syslog-formatted messages. That's probably not hard (~500 lines?), but not a priority right now. RFC 5424 also says that TCP/TLS should be preferred to UDP for sending to remote machines. So sure.. send a patch. :) Alan DeKok.