From 8eb2797d455b9e9ed5c2884604dbbaa150c97c83 Mon Sep 17 00:00:00 2001 From: Alan Buxey Date: Sun, 10 Jul 2016 16:43:46 +0100 Subject: [PATCH] add operator-name to allow list if we've added operator-name locally via eg client.conf, we'd lose it when we enable,as we should!, this filter. this fixes that. --- raddb/mods-config/attr_filter/pre-proxy | 1 + 1 file changed, 1 insertion(+) diff --git a/raddb/mods-config/attr_filter/pre-proxy b/raddb/mods-config/attr_filter/pre-proxy index 62141b2ec83..3930fedfc0c 100644 --- a/raddb/mods-config/attr_filter/pre-proxy +++ b/raddb/mods-config/attr_filter/pre-proxy @@ -59,4 +59,5 @@ DEFAULT State =* ANY, NAS-IP-Address =* ANY, NAS-Identifier =* ANY, + Operator-Name =* ANY, Proxy-State =* ANY -- 2.47.3