Remove *all* instances of Reply-Message if there is an EAP-Message in the response
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Jul 2011 20:27:15 +0000 (22:27 +0200)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 1 Jul 2011 20:27:15 +0000 (22:27 +0200)
raddb/policy.conf

index 369b9d5..5e71669 100644 (file)
@@ -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 {