return RLM_MODULE_REJECT;
/*
- * Damned if I know why the clients continue sending EAP
- * packets after we told them to f*ck off.
+ * Supplicant ACKs our failure.
*/
case PEAP_STATUS_SENT_TLV_FAILURE:
RINDENT();
- RINFO("The users session was previously rejected: returning reject (again.)");
- RINFO("This means you need to read the PREVIOUS messages in the debug output");
- RINFO("to find out the reason why the user was rejected");
- RINFO("Look for \"reject\" or \"fail\". Those earlier messages will tell you");
- RINFO("what went wrong, and how to fix the problem");
+ RIDEBUG("The users session was previously rejected: returning reject (again.)");
+ RIDEBUG("This means you need to read the PREVIOUS messages in the debug output");
+ RIDEBUG("to find out the reason why the user was rejected");
+ RIDEBUG("Look for \"reject\" or \"fail\". Those earlier messages will tell you");
+ RIDEBUG("what went wrong, and how to fix the problem");
REXDENT();
return RLM_MODULE_REJECT;