From: Alan T. DeKok Date: Wed, 9 Dec 2015 16:10:25 +0000 (-0500) Subject: More warnings for broken software X-Git-Tag: release_3_0_11~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=193dbd74fefeb86f8ac16c7d6b7ddad02196b36d;p=thirdparty%2Ffreeradius-server.git More warnings for broken software --- diff --git a/src/modules/rlm_eap/eap.c b/src/modules/rlm_eap/eap.c index 89d23aa31ec..4a91643874a 100644 --- a/src/modules/rlm_eap/eap.c +++ b/src/modules/rlm_eap/eap.c @@ -294,6 +294,12 @@ static eap_type_t eap_process_nak(rlm_eap_t *inst, REQUEST *request, eap_type2name(nak->data[i]), nak->data[i]); + RWARN("!!! We requested to use an EAP type as normal."); + RWARN("!!! The supplicant rejected that, and requested to use the same EAP type."); + RWARN("!!! i.e. the supplicant said 'I don't like X, please use X instead."); + RWARN("!!! The supplicant software is broken and does not work properly."); + RWARN("!!! Please upgrade it to software that works."); + continue; }