From: Arran Cudbard-Bell Date: Fri, 1 Jul 2011 20:27:15 +0000 (+0200) Subject: Remove *all* instances of Reply-Message if there is an EAP-Message in the response X-Git-Tag: release_3_0_0_beta0~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cbb8bdb32ced72b56a7c084c756e7eed7fb7b6;p=thirdparty%2Ffreeradius-server.git Remove *all* instances of Reply-Message if there is an EAP-Message in the response --- diff --git a/raddb/policy.conf b/raddb/policy.conf index 369b9d542ee..5e71669d6b9 100644 --- a/raddb/policy.conf +++ b/raddb/policy.conf @@ -97,7 +97,7 @@ policy { remove_reply_message_if_eap { if(reply:EAP-Message && reply:Reply-Message) { update reply { - Reply-Message -= "%{reply:Reply-Message}" + Reply-Message !* ANY } } else {