rotating detail files
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Mon Jun 20 15:18:17 CEST 2016
Hi,
> > /etc/freeradius/sites/control-socket[23]: No address specified in listen section
not sites-enabled path? what have you been doing to your config?
> Config is just the (stripped) default from
> raddb/sites-available/control-socket:
>
> listen {
> type = control
> socket = ${run_dir}/${name}.sock
> }
works here:
listen {
type = control
socket = ${run_dir}/${name}.sock
uid = radiusd
gid = radiusd
mode = rw
}
ensure that the server has permissions to write to that ${run_dir} path?
alan
More information about the Freeradius-Users
mailing list