12 Jul
2024
12 Jul
'24
7:09 a.m.
On Jul 12, 2024, at 3:39 AM, Rahman DURAN via Freeradius-Users <freeradius-users@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.