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

NAME

VUser::Radius - vuser extension to manage RADIUS users

DESCRIPTION

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

CONFIGURATION

 [Extension Radius]
 # List of allowed RADIUS attributes. The attributes are seperated by whitespace.
 # Each attribute may, optionally, be follwed by a ':' and the words 'reply' or 'check'
 # to identify the attribute type. 'reply' is assumed if no type (or an unknown type)
 # is specified.
 #
 # Note: This is list is not currently used by radius|addattrib and friends to test
 # if the passed attribute is allowed. 
 allowed attributes = Framed-IP-Address Framed-Netmask Simultaneous-Use:check

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

META SHORTCUTS

VUser::Radius 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::meta() from within the extension's init() function.

Provided keys: username, password, realm, attribute, type, value

AUTHOR

Randy Smith <perlstalker@vuser.org>

LICENSE

 This file is part of VUser-Radius.
 
 VUser-Radius 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; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA