Access-Accept Access-Reject log problem

Alan DeKok aland at deployingradius.com
Sun Jan 24 16:29:44 CET 2016


On Jan 24, 2016, at 10:23 AM, Adem Darguner <adarguner at gmail.com> wrote:
> 
> We have problem Freeradius + MYSQL log problem.We cannot see Access-Accept
> , Access-Reject Log in the /var/log/freeradius/
> We see only the MYSQL requests to Freeradius log. We want see Access-Accept
> and Access-Reject log in the /var/log/Freeradius.

  Then configure that.  See radiusd.conf.

> radias.conf
> 
> log {
>    destination = files
>    file = ${logdir}/radius.log
>    requests = ${logdir}/radiusd-%{%{Virtual-Server}:-DEFAULT}-%Y%m%d.log
>    syslog_facility = daemon
>    stripped_names = no
>    auth = no
>    auth_badpass = no
>    auth_goodpass = no

  You told it to *not* log Access-Request and Access-Reject packets, but you want them to be logged.

  This is documented.  Read radiusd.conf.

  Alan DeKok.




More information about the Freeradius-Users mailing list