instead of printing a message saying to ignore it
*/
if (tls_session->prf_label) {
eap_tls_gen_mppe_keys(eap_session->request, tls_session->ssl, tls_session->prf_label);
- } else {
+
+ } else if (eap_session->type != FR_EAP_FAST) {
RWDEBUG("Not adding MPPE keys because there is no PRF label");
}
* Success: Automatically return MPPE keys.
*/
case FR_CODE_ACCESS_ACCEPT:
- RDEBUG("Note that the 'missing PRF label' message below is harmless. Please ignore it.");
if (eap_tls_success(eap_session) < 0) return RLM_MODULE_FAIL;
return RLM_MODULE_OK;