diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-11-18 16:25:51 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-11-18 16:25:51 -0800 |
commit | cdf62845d2e98d05b6097d5100933a87f6b93efb (patch) | |
tree | d805b04adfb9d417f004290ecd710b445cd0c852 | |
parent | 15cf04823a067fa2407da9c4bd0410cfecf9dc9e (diff) |
RADIUS counter/limit accounting with realms stored as @realm in UserName column instead of Realm, RT#19105
-rw-r--r-- | FS/FS/part_export/sqlradius.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index b3daade20..6de72cafc 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -823,7 +823,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 ". |