From: Jorge Pereira Date: Tue, 10 Nov 2015 17:00:18 +0000 (-0200) Subject: Fixing wrong set with $raddb/sites-available/abfab-tr-idp X-Git-Tag: release_3_0_11~167^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1379%2Fhead;p=thirdparty%2Ffreeradius-server.git Fixing wrong set with $raddb/sites-available/abfab-tr-idp --- diff --git a/raddb/sites-available/abfab-tr-idp b/raddb/sites-available/abfab-tr-idp index 30a671f924..3ef581e54d 100644 --- a/raddb/sites-available/abfab-tr-idp +++ b/raddb/sites-available/abfab-tr-idp @@ -112,9 +112,9 @@ post-auth { # authentication failure And already has an EAP message # For non-ABFAB, we insert the failure all the time, but for ABFAB # It's more desirable to preserve reply-message when we can -if &reply:Eap-Message { + if (&reply:Eap-Message) { eap - } + } # Remove reply message if the response contains an EAP-Message remove_reply_message_if_eap