rlm_graphite?

Phil Mayers p.mayers at imperial.ac.uk
Wed Feb 18 17:25:59 CET 2015


On 18/02/15 13:45, Arran Cudbard-Bell wrote:

> Unsure. It may work already if you use something like netcat to
> create a named domain socket and then point linelog at that. There's
> nothing in the code that checks if the thing pointed to by filename
> is a file :)

Maybe not in the code directly, but it uses open() you can't open() a 
unix socket.

This is why you'll see examples on the internet of people doing:

echo foo | nc -U /tmp/unixsock

...or:

echo foo | socat - UNIX-CONNECT:/tmp/unixsock


More information about the Freeradius-Users mailing list