On Jan 24, 2016, at 10:23 AM, Adem Darguner <adarguner@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.