The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

VUser::Radius::Acct - vuser extension to view RADIUS accounting records

DESCRIPTION

VUser::Radius::Acct is an extension to vuser that allows one to view RADIUS accounting data. VUser::Radius::Acct is not meant to be used by itself but, instead, registers the basic keywords, actions and options that other VUser::Radius::Acct::* extensions will use. Other options may be added by RADIUS server specific extensions.

Note: VUser::Radius::Acct does not need VUser::Radius to function.

CONFIGURATION

 [Extension Radius::Acct]

Any Radius::* extensions will automatically load Radius::Acct. There is no need to add Radius::Acct to vuser|extensions. Other VUser::Radius::Acct::* extensions may have their own configuration.

META SHORTCUTS

VUser::Radius::Acct provides a few VUser::Meta objects that may be used by other radius extensions. The safest way to access them is to call VUser::Radius::Acct::meta() from within the extension's init() function.

Provided keys: username, password, realm, starttime, endtime, report-type

AUTHOR

Randy Smith <perlstalker@vuser.org>

LICENSE

 This file is part of VUser-Radius-Acct.
 
 VUser-Radius-Acct is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 
 VUser-Radius is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with VUser-Radius-Acct; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA