summaryrefslogtreecommitdiff
path: root/FS/FS/part_export
diff options
context:
space:
mode:
authorivan <ivan>2009-12-14 07:10:51 +0000
committerivan <ivan>2009-12-14 07:10:51 +0000
commit65956c8ec4f5c898b1412f7f0e68495894b6c7e6 (patch)
treecf07dcf7213e2764bb6088e334e4894f28bdc880 /FS/FS/part_export
parent5b76f43134d5a78378c162ea980ddab31db089cb (diff)
add overlimit_groups agent-specific config, overriding export-specific overlimit_groups, RT#6622
Diffstat (limited to 'FS/FS/part_export')
-rw-r--r--FS/FS/part_export/sqlradius.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm
index 20475c5..4f67ac6 100644
--- a/FS/FS/part_export/sqlradius.pm
+++ b/FS/FS/part_export/sqlradius.pm
@@ -34,7 +34,7 @@ tie %options, 'Tie::IxHash',
type => 'checkbox',
label => 'Show the Called-Station-ID on session reports',
},
- 'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit', } ,
+ 'overlimit_groups' => { label => 'Radius groups to assign to svc_acct which has exceeded its bandwidth or time limit (if not overridden by overlimit_groups global or per-agent config)', } ,
'groups_susp_reason' => { label =>
'Radius group mapping to reason (via template user) (svcnum|username|username@domain reasonnum|reason)',
type => 'textarea',