From c1a4481d30289d265ffbdd120a2681191c963b51 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 18 Nov 2013 16:25:52 -0800 Subject: [PATCH] RADIUS counter/limit accounting with realms stored as @realm in UserName column instead of Realm, RT#19105 --- FS/FS/part_export/sqlradius.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index a42e71830..6f6e48f9c 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -812,7 +812,7 @@ sub update_svc { $fs_username = lc($fs_username) unless $conf->exists('username-uppercase'); - #my %search = ( 'username' => $UserName ); + #my %search = ( 'username' => $fs_username ); my $status = ''; my $errinfo = "for RADIUS detail RadAcctID $RadAcctId ". -- 2.11.0