Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Heikki Vatiainen
On 4.2.2015 1.30, List wrote: > Is it possible to log AuthBy Syslog to an external server on a different > port than 514? Reading the documentation I don't see an option to > specify the port of the remote syslog server. You are correct, there is no option for setting the remote port. I recommen

Re: [RADIATOR] Account log to MySQL

2015-02-05 Thread Heikki Vatiainen
On 3.2.2015 23.39, Chad Roseburg wrote: > FailureQueryinsert into RADAUTHLOG (TIME_STAMP, > USERNAME, TYPE, REASON) values (%t, '%n', 0, %1) In addition to the other suggestions, I recommend either escaping the the information that is supplied by the user with %Quote, see '5

Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread l...@airstreamcomm.net
We are experimenting with docker containers and running radiator in the most minimal footprint possible, which means we wanted to avoid an unnecessary install of rsyslog. Will this option be available in future releases? > On Feb 5, 2015, at 7:22 AM, Heikki Vatiainen wrote: > >> On 4.2.2015

Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Michael
Correct me if i'm wrong, but is it the non-radiator Syslog perl module that doesn't have an option to specify the port? On 05/02/15 12:59 PM, l...@airstreamcomm.net wrote: > We are experimenting with docker containers and running radiator in the most > minimal footprint possible, which means we

Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Heikki Vatiainen
On 5.2.2015 20.09, Michael wrote: > Correct me if i'm wrong, but is it the non-radiator Syslog perl module > that doesn't have an option to specify the port? Yes, support for options depends on the Sys::Syslog version. The latest version support port but, for example, Ubuntu 12.04 LTS is not rece