]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
More warnings for broken software
authorAlan T. DeKok <aland@freeradius.org>
Wed, 9 Dec 2015 16:10:25 +0000 (11:10 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 9 Dec 2015 16:10:25 +0000 (11:10 -0500)
src/modules/rlm_eap/eap.c

index 89d23aa31ece224c09124a58299a40a120d4312b..4a91643874a5ff27ea2958a193f4616e39cb0672 100644 (file)
@@ -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;
                }