[freeside-commits] branch FREESIDE_3_BRANCH updated. cdf62845d2e98d05b6097d5100933a87f6b93efb
Ivan
ivan at 420.am
Mon Nov 18 16:25:52 PST 2013
The branch, FREESIDE_3_BRANCH has been updated
via cdf62845d2e98d05b6097d5100933a87f6b93efb (commit)
from 15cf04823a067fa2407da9c4bd0410cfecf9dc9e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit cdf62845d2e98d05b6097d5100933a87f6b93efb
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 18 16:25:51 2013 -0800
RADIUS counter/limit accounting with realms stored as @realm in UserName column instead of Realm, RT#19105
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm
index b3daade..6de72ca 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 ".
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_export/sqlradius.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list