Hi Alan, I am using 3.2.5 in a docker container. It seems there is no "eap_process_nak()" function in 3.2.x branch: https://github.com/FreeRADIUS/freeradius-server/blob/v3.2.x/src/modules/rlm_... Master branch has that function which I suppose it is v4 code base. Regards, Rahman Duran Alan DeKok <aland@deployingradius.com>, 12 Tem 2024 Cum, 14:09 tarihinde şunu yazdı:
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.