X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Fsqlradius.pm;h=139f4001fc5c57df13ed2737e7c32c318d8d43ad;hb=16a91fd700e3c3e5ec051d2c3692275f9389aab4;hp=dadd236e746d2f58a602b010195a4c757ea7aa8f;hpb=dbb388836b7951a3db49deda05a1ff9ba5125c17;p=freeside.git diff --git a/FS/FS/part_export/sqlradius.pm b/FS/FS/part_export/sqlradius.pm index dadd236e7..139f4001f 100644 --- a/FS/FS/part_export/sqlradius.pm +++ b/FS/FS/part_export/sqlradius.pm @@ -31,8 +31,9 @@ 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', } , 'groups_susp_reason' => { label => - 'Radius group mapping to reason (via template user)', + 'Radius group mapping to reason (via template user) (svcnum|username|username@domain reasonnum|reason)', type => 'textarea', }, @@ -202,7 +203,7 @@ sub _export_suspend { my( $self, $svc_acct ) = (shift, shift); my $new = $svc_acct->clone_suspended; - + local $SIG{HUP} = 'IGNORE'; local $SIG{INT} = 'IGNORE'; local $SIG{QUIT} = 'IGNORE';