From 3109506d30cb5950726e63b566b1a0e881c911db Mon Sep 17 00:00:00 2001 From: Nigel Kukard <nkukard@lbsd.net> Date: Sun, 23 Jun 2013 09:51:59 +0000 Subject: [PATCH] Don't pollute the master users table from radius --- opentrafficshaper/plugins/radius/radius.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/opentrafficshaper/plugins/radius/radius.pm b/opentrafficshaper/plugins/radius/radius.pm index 5fb12e0..bc0e288 100644 --- a/opentrafficshaper/plugins/radius/radius.pm +++ b/opentrafficshaper/plugins/radius/radius.pm @@ -195,8 +195,6 @@ sub server_read { 'Status' => getStatus($pkt->rawattr('Acct-Status-Type')), }; - $globals->{'users'}->{$username} = $user; - # Throw the change at the config manager $kernel->post("configmanager" => "process_change" => $user); -- GitLab