Is there a way log EAP NAK reason with linelog?

Alan DeKok aland at deployingradius.com
Fri Jul 12 11:09:28 UTC 2024


On Jul 12, 2024, at 3:39 AM, Rahman DURAN via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> So it seems the problem is in the client but It should be easy for us if
> "%{Module-Failure-Message}" prints something like "Client sent NAK,
> rejecting client". Or if there is a way to make Freeradius to log this kind
> of situations.

  See src/modules/rlm_eap/eap.c  and function eap_process_nak()

  It already prints out a bunch of debug messages: REDEBUG(...).  Those messages should make it into Module-Failure-Message, as they're error messages.

  Alan DeKok.



More information about the Freeradius-Users mailing list