12 Apr
2017
12 Apr
'17
8:15 p.m.
On Apr 12, 2017, at 7:34 AM, Andrea Gabellini <andrea.gabellini@telecomitalia.sm> wrote:
Now in the log, with the login incorrect, I found:
Apr 12 13:31:28 radius31 radiusd[19562]: (8) Login incorrect (mschap: MS-CHAP2-Response is incorrect): [testuser] (from client wlc_wifi_tim port 0 via TLS tunnel)
The (8) is the clue. You've started the server in daemon mode, but passed it "-xx" on the command line. So *all* debug output is being sent to the main log file. The simple answer is "don't do that".
The eap_peap logs seems a debug log. Is it corect?
it's a debug log because you told it to be a debug log. It helps to pay attention to the configuration changes you make. Alan DeKok.