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.*
On Mar 26, 2017, at 8:17 AM, Andrés Gómez <andres.gomez.ruiz@gmail.com> wrote:
I need to log when there is an authentication request using an incorrect Radius secret.
When the server detects this, it is logged in the normal radius.log file. There are, however, times when it's not detectable. Alan DeKok.
Hi,
On Mar 26, 2017, at 8:17 AM, Andrés Gómez <andres.gomez.ruiz@gmail.com> wrote:
I need to log when there is an authentication request using an incorrect Radius secret.
When the server detects this, it is logged in the normal radius.log file.
i thought incorrect shared secret was only in debug mode and not in normal logs (to prevent log DoS;ing of disk IIRC? ) alan>
On Mar 27, 2017, at 11:05 AM, A.L.M.Buxey@lboro.ac.uk wrote:
On Mar 26, 2017, at 8:17 AM, Andrés Gómez <andres.gomez.ruiz@gmail.com> wrote:
I need to log when there is an authentication request using an incorrect Radius secret.
When the server detects this, it is logged in the normal radius.log file.
i thought incorrect shared secret was only in debug mode and not in normal logs (to prevent log DoS;ing of disk IIRC? )
IIRC it logs once per second, tho that may only be a v4 thing. Alan DeKok.
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Andrés Gómez