How to log Request

Andrés Gómez andres.gomez.ruiz at gmail.com
Sun Mar 26 14:17:08 CEST 2017


Hi dear list.

I need to log when there is an authentication request using an incorrect
Radius secret.

This is my radiusd.conf:

log {
        destination = files
        file = ${logdir}/radius.log
        syslog_facility = daemon
        stripped_names = no
        auth = yes
        auth_badpass = yes
        auth_goodpass = yes
}

So, I can log all good or bad requests made with the correct secret, but I
can't see when is made a request using an incorrect secret.

How Can I do it?

Best regards

-- 
*C. Andrés Gómez R.*


More information about the Freeradius-Users mailing list