what is a radius
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 131
mod_auth_radius
mod_auth_radius is the Apache RADIUS authentication module. more>>
mod_auth_radius is the Apache RADIUS authentication module. mod_auth_radius allows any Apache web-server to become a RADIUS client for authentication and accounting requests. You will, however, need to supply your own RADIUS server to perform the actual authentication.
Module building and configuration
Configure this module into Apache by going to the Apache root directory, and typing:
./configure --add-module=LOCATION/mod_auth_radius.c
where LOCATION is the directory where the module source file resides. Then, type
make
Alternatively, if youve already built and installed Apache with dynamic modules, you should be able to install this module via:
apxs -i -a -c mod_auth_radius.c
You should add your additional site configuration options to the configure line, above.
<<lessModule building and configuration
Configure this module into Apache by going to the Apache root directory, and typing:
./configure --add-module=LOCATION/mod_auth_radius.c
where LOCATION is the directory where the module source file resides. Then, type
make
Alternatively, if youve already built and installed Apache with dynamic modules, you should be able to install this module via:
apxs -i -a -c mod_auth_radius.c
You should add your additional site configuration options to the configure line, above.
Download (0.042MB)
Added: 2006-05-25 License: Freeware Price:
713 downloads
ASN RADIUS Admin 0.5
ARAs goal is to create simple but convenient solution for managing the FreeRADIUS server. more>>
ARAs goal is to create simple but convenient solution for managing the FreeRADIUS server.
ARA is PHP web-app operating on FreeRADIUS storage (currently only MySQL database). Look on its overview and decide is it right tool for you.
Enhancements:
- Visual polishing and end-user experience improvements.
- An easy system to integrate RADIUS users private information.
<<lessARA is PHP web-app operating on FreeRADIUS storage (currently only MySQL database). Look on its overview and decide is it right tool for you.
Enhancements:
- Visual polishing and end-user experience improvements.
- An easy system to integrate RADIUS users private information.
Download (0.040MB)
Added: 2006-11-29 License: GPL (GNU General Public License) Price:
1068 downloads
mysqlRadius 1.71
mysqlRadius is the world favorite Cistron 1.6.6 (and other) radius server manager. more>>
mysqlRadius is the world favorite Cistron 1.6.6 (and other) radius server manager. mysqlRadius can manage 1 or 100 RADIUS servers without a hiccup including redundant backup servers that transparently provide mysql accounting data via mysqlRadacct aux application.
Our mysqlISP component systems focus is on a very stable telco quality ISP services via static configuration of servers from mySQL, but with mySQL not required to be live.
<<lessOur mysqlISP component systems focus is on a very stable telco quality ISP services via static configuration of servers from mySQL, but with mySQL not required to be live.
Download (0.082MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1320 downloads
daloRADIUS 0.9-2
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. more>>
daloRADIUS is an advanced RADIUS web management application aimed at managing hotspots and general-purpose ISP deployments. The project features user management, graphical reporting, accounting, a billing engine and integrates with GoogleMaps for geo-locating.
daloRADIUS is written in PHP and JavaScript and utilizes a MySQL database. It is based on a FreeRADIUS deployment with MySQL serving as the backend. Among other features it implements ACLs, GoogleMaps integration for locating hotspots/access points visually and many more features.
<<lessdaloRADIUS is written in PHP and JavaScript and utilizes a MySQL database. It is based on a FreeRADIUS deployment with MySQL serving as the backend. Among other features it implements ACLs, GoogleMaps integration for locating hotspots/access points visually and many more features.
Download (0.17MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
834 downloads
mysqlRadiusd 1.71
mysqlRadiusd project is a MySQL driven RADIUS daemon. more>>
mysqlRadiusd project is a MySQL driven RADIUS daemon.
mysqlRadiusd is a RADIUS daemon based on the 1.6.6 Cistron distribution and the mySQL patches that has been modified for use with the mysqlISP GPL ISP management software system.
It is very stable and can handle large ISPs easily while pumping mass accounting records into mysqlRadacct subsystem at a tremendous rate from even multi-server clusters.
<<lessmysqlRadiusd is a RADIUS daemon based on the 1.6.6 Cistron distribution and the mySQL patches that has been modified for use with the mysqlISP GPL ISP management software system.
It is very stable and can handle large ISPs easily while pumping mass accounting records into mysqlRadacct subsystem at a tremendous rate from even multi-server clusters.
Download (0.082MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
956 downloads
mod_auth_xradius 0.4.6
mod_auth_xradius provides high performance authentication against RFC 2865 RADIUS Servers. more>>
mod_auth_xradius is an Apache module that provides high performance authentication against RFC 2865 RADIUS Servers.
Main features:
- Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and commercial servers.
- Distributed Authentication Cache using apr_memcache.
- Local Authentication Cache using DBM.
- Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses cookies for sessions.
<<lessMain features:
- Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and commercial servers.
- Distributed Authentication Cache using apr_memcache.
- Local Authentication Cache using DBM.
- Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses cookies for sessions.
Download (0.17MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1259 downloads
Radiuslib 0.5
Radiuslib provides a complete RADIUS protocol and utility library for Ruby. more>>
Radiuslib provides a complete RADIUS protocol and utility library for Ruby.
Radiuslib is a complete RADIUS protocol and utility library for the Ruby programming language. It includes a very featureful, RFC- compliant protocol implementation, as well as parser classes for RADIUS dictionaries, Cistron-format "users" files, and standard "detail" accounting logs.
Main features:
- Full VSA support, even those quirky USR VSAs. All of the complexity of VSA handling is below the surface; you treat them like any other attribute, and Radiuslib handles the more complex packing and unpacking these attributes require.
- The authentication classes support both PAP and CHAP. It has been a frequent annoyance to me that more libraries (esp. Perls) dont support CHAP. Radiuslib handles both authentication methods seamlessly.
- Encodes and decodes filters in the Ascend binary filter format (abinary).
- Idiomatic, Ruby-ish API. I tried to implement lots of useful iterators, and most classes that represent indexable data can be accessed as youd expect, with the familiar Hash-like [] and []= methods.
- The "Request" classes include client-side networking, with configurable timeout & retransmission.
- A complete, RFC-compliant implementation of the protocol, appropriate for client or server use. Both authentication and accounting are supported.
- A higher-level RADIUS request handler, encapsulating an entire RADIUS authentication or accounting transaction.
- A dictionary parser supporting almost all available formats in use today.
- A read/write parser for Cistron-format "users" files, commonly used to store user authentication information.
- A read/write parser for Cistron-format "users" files in DBM format (TBA).
- A parser for RADIUS accounting "detail" files. This is another standard file format used by RADIUS servers to log accounting data.
<<lessRadiuslib is a complete RADIUS protocol and utility library for the Ruby programming language. It includes a very featureful, RFC- compliant protocol implementation, as well as parser classes for RADIUS dictionaries, Cistron-format "users" files, and standard "detail" accounting logs.
Main features:
- Full VSA support, even those quirky USR VSAs. All of the complexity of VSA handling is below the surface; you treat them like any other attribute, and Radiuslib handles the more complex packing and unpacking these attributes require.
- The authentication classes support both PAP and CHAP. It has been a frequent annoyance to me that more libraries (esp. Perls) dont support CHAP. Radiuslib handles both authentication methods seamlessly.
- Encodes and decodes filters in the Ascend binary filter format (abinary).
- Idiomatic, Ruby-ish API. I tried to implement lots of useful iterators, and most classes that represent indexable data can be accessed as youd expect, with the familiar Hash-like [] and []= methods.
- The "Request" classes include client-side networking, with configurable timeout & retransmission.
- A complete, RFC-compliant implementation of the protocol, appropriate for client or server use. Both authentication and accounting are supported.
- A higher-level RADIUS request handler, encapsulating an entire RADIUS authentication or accounting transaction.
- A dictionary parser supporting almost all available formats in use today.
- A read/write parser for Cistron-format "users" files, commonly used to store user authentication information.
- A read/write parser for Cistron-format "users" files in DBM format (TBA).
- A parser for RADIUS accounting "detail" files. This is another standard file format used by RADIUS servers to log accounting data.
Download (0.10MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
915 downloads
uRadiusLib 0.1
uRadiusLib is a full, small, and easy to use C RADIUS client library. more>>
uRadiusLib is a full, small, and easy to use C RADIUS client library. It includes full AAA example code with complete attribute sets.
It provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.
It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.
Installation:
cd liburadius
make
make install
cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth
#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct
<<lessIt provides AAA via a very easy C API for your applications. uRadiusLib is based on the Cistron and Livingstone radiusd code.
It was originally designed to be used in embedded Linux applications with uClibC/Buildroot or similar, but can be used anywhere.
Installation:
cd liburadius
make
make install
cd examples
#setup hardcoded for your radius server
#See PLAN for API
vi testauth.c
make testauth
./testauth
#setup hardcoded for your radius server
#See PLAN for API
vi testacct.c
make testacct
./testacct
Download (0.038MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1236 downloads
FF RADIUS Library 0.4
FF RADIUS Library is a C library that implements some parts of RFCs 2865 and 2866 to provide a RADIUS implementation. more>>
FF RADIUS Library is a C library that implements some parts of RFCs 2865 and 2866 to provide a RADIUS implementation.
Youre welcome to modify/enhance it! Please let me know of any further developments, in order for me to include/link them.
Enhancements:
- A segfault was fixed in makeMD5().
<<lessYoure welcome to modify/enhance it! Please let me know of any further developments, in order for me to include/link them.
Enhancements:
- A segfault was fixed in makeMD5().
Download (0.10MB)
Added: 2006-09-04 License: LGPL (GNU Lesser General Public License) Price:
1149 downloads
FreeRADIUS 1.1.6
FreeRADIUS is a feature-rich, high-performance RADIUS server. more>>
FreeRADIUS is the premiere open source RADIUS server. While detailed statistics are not available, we believe that FreeRADIUS is well within the top 5 RADIUS servers world-wide, in terms of the number of people who use it daily for authentication.
FreeRADIUS project scales from embedded systems with small amounts of memory, to systems with millions of users. It is fast, flexible, configurable, and supports more authentication protocols than many commercial servers.
The FreeRADIUS Server Project encompasses more than just a RADIUS server. The related software includes a PAM authentication module, and an Apache 1.3 and 2.0 authentication module. The server comes with a PHP-based web user administration tool, called dialupadmin.
The RADIUS server has more features and is more flexible than any other free software RADIUS server, and many commercial servers. Most commercial servers are distributed as a "base" system ($), and an "enhanced" version ($$) with more features. FreeRADIUS has all the features of a commercial "enhanced" server, without the associated cost.
In it simplest form, the server is similar to Livingstons 2.0 server. Many configuration files are similar, and the general operation of the server should be familiar to anyone who has used a variant of the Livingston server.
FreeRADIUS can be extended significantly from this simple form, however. There are many modules and configuration files which have no equivalent in older RADIUS servers. These new features permit FreeRADIUS to work within complex systems, and environments which require high performance.
To support the demanding requirements of a modern RADIUS server, FreeRADIUS features more than 50 vendor-specific dictionary files. It ships with support for LDAP, MySQL, PostgreSQL, Oracle databases. It supports EAP, with EAP-MD5, EAP-SIM, EAP-TLS, EAP-TTLS, EAP-PEAP, and Cisco LEAP sub-types.
It supports proxying, with fail-over and load balancing. It has reached a stable 1.0 release, with incremental improvements being added and tested daily. In short, it is a powerful, fast, and complex RADIUS server which is compatible with the latest network protocols and practices, and is well suited for deployment in any size network.
Enhancements:
- A few dictionaries have been added.
- Several bugs have been fixed, including some double frees that were found in 1.1.5.
- Nearly 30 bugs found by Coverity were also fixed, including a memory leak in the EAP-TTLS code.
<<lessFreeRADIUS project scales from embedded systems with small amounts of memory, to systems with millions of users. It is fast, flexible, configurable, and supports more authentication protocols than many commercial servers.
The FreeRADIUS Server Project encompasses more than just a RADIUS server. The related software includes a PAM authentication module, and an Apache 1.3 and 2.0 authentication module. The server comes with a PHP-based web user administration tool, called dialupadmin.
The RADIUS server has more features and is more flexible than any other free software RADIUS server, and many commercial servers. Most commercial servers are distributed as a "base" system ($), and an "enhanced" version ($$) with more features. FreeRADIUS has all the features of a commercial "enhanced" server, without the associated cost.
In it simplest form, the server is similar to Livingstons 2.0 server. Many configuration files are similar, and the general operation of the server should be familiar to anyone who has used a variant of the Livingston server.
FreeRADIUS can be extended significantly from this simple form, however. There are many modules and configuration files which have no equivalent in older RADIUS servers. These new features permit FreeRADIUS to work within complex systems, and environments which require high performance.
To support the demanding requirements of a modern RADIUS server, FreeRADIUS features more than 50 vendor-specific dictionary files. It ships with support for LDAP, MySQL, PostgreSQL, Oracle databases. It supports EAP, with EAP-MD5, EAP-SIM, EAP-TLS, EAP-TTLS, EAP-PEAP, and Cisco LEAP sub-types.
It supports proxying, with fail-over and load balancing. It has reached a stable 1.0 release, with incremental improvements being added and tested daily. In short, it is a powerful, fast, and complex RADIUS server which is compatible with the latest network protocols and practices, and is well suited for deployment in any size network.
Enhancements:
- A few dictionaries have been added.
- Several bugs have been fixed, including some double frees that were found in 1.1.5.
- Nearly 30 bugs found by Coverity were also fixed, including a memory leak in the EAP-TTLS code.
Download (2.2MB)
Added: 2007-04-13 License: GPL (GNU General Public License) Price:
943 downloads
RADIUS::Packet 1.0
RADIUS::Packet is an object-oriented Perl interface to RADIUS packets. more>>
RADIUS::Packet is an object-oriented Perl interface to RADIUS packets.
SYNOPSIS
use RADIUS::Packet;
use RADIUS::Dictionary;
my $d = new RADIUS::Dictionary "/etc/radius/dictionary";
my $p = new RADIUS::Packet $d, $data;
$p->dump;
if ($p->attr(User-Name eq "lwall") {
my $resp = new RADIUS::Packet $d;
$resp->set_code(Access-Accept);
$resp->set_identifier($p->identifier);
$resp->set_authenticator($p->authenticator);
$resp->set_attr(Reply-Message) = "Welcome, Larry!rn";
my $respdat = auth_resp($resp->pack, "mysecret");
...
RADIUS (RFC2138) specifies a binary packet format which contains various values and attributes. RADIUS::Packet provides an interface to turn RADIUS packets into Perl data structures and vice-versa.
RADIUS::Packet does not provide functions for obtaining RADIUS packets from the network. A simple network RADIUS server is provided as an example at the end of this document. Also, a RADIUS::Server module is under development which will simplify the interface.
<<lessSYNOPSIS
use RADIUS::Packet;
use RADIUS::Dictionary;
my $d = new RADIUS::Dictionary "/etc/radius/dictionary";
my $p = new RADIUS::Packet $d, $data;
$p->dump;
if ($p->attr(User-Name eq "lwall") {
my $resp = new RADIUS::Packet $d;
$resp->set_code(Access-Accept);
$resp->set_identifier($p->identifier);
$resp->set_authenticator($p->authenticator);
$resp->set_attr(Reply-Message) = "Welcome, Larry!rn";
my $respdat = auth_resp($resp->pack, "mysecret");
...
RADIUS (RFC2138) specifies a binary packet format which contains various values and attributes. RADIUS::Packet provides an interface to turn RADIUS packets into Perl data structures and vice-versa.
RADIUS::Packet does not provide functions for obtaining RADIUS packets from the network. A simple network RADIUS server is provided as an example at the end of this document. Also, a RADIUS::Server module is under development which will simplify the interface.
Download (0.042MB)
Added: 2007-04-11 License: Perl Artistic License Price:
931 downloads
PHP Radius Accounting Tool 0.1
PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. more>>
PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access point, most popular access points, most b
Listing of Users:
- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth
List of stations (Access Points)
- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
<<lessListing of Users:
- Bandwidth used by user up/down, # of logins, Usage Details
- Who is using most bandwidth
List of stations (Access Points)
- Which users use each Access Point
- Most popular Access points
- Most bandwidth used by station
- Logins per station
Download (0.012MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
824 downloads
RADIUS::UserFile 1.01
RADIUS::UserFile is a Perl extension for manipulating a RADIUS users file. more>>
RADIUS::UserFile is a Perl extension for manipulating a RADIUS users file.
SYNOPSIS
use RADIUS::UserFile;
my $users = new RADIUS::UserFile
File => /etc/raddb/users,
Check_Items => [ qw(Password Calling-Station-Id) ];
$users->load(/usr/local/etc/radius/users);
$users->add(Who => joeuser,
Attributes => { key1 => val1, key2 => val2 },
Comment => Created on . scalar localtime);
$users->update(File => /etc/raddb/users,
Who => qw(joeuser janeuser));
print $users->format(joeuser);
<<lessSYNOPSIS
use RADIUS::UserFile;
my $users = new RADIUS::UserFile
File => /etc/raddb/users,
Check_Items => [ qw(Password Calling-Station-Id) ];
$users->load(/usr/local/etc/radius/users);
$users->add(Who => joeuser,
Attributes => { key1 => val1, key2 => val2 },
Comment => Created on . scalar localtime);
$users->update(File => /etc/raddb/users,
Who => qw(joeuser janeuser));
print $users->format(joeuser);
Download (0.015MB)
Added: 2007-04-11 License: Perl Artistic License Price:
933 downloads
Antiprism 0.15
Antiprism is a suite of programs for the generation, manipulation, and visualisation of polyhedra. more>>
Antiprism project is a suite of programs for the generation, manipulation, and visualisation of polyhedra.
Make a cube
This can be done with unipoly, which can be used to make all the uniform polyhedra.
unipoly cube > cube.off
Display with
off2pov -o cube.pov cube.off
povray +a +p cube.pov
Make the dual octahedron
pol_recip is used for making duals by polar reciprocation.
To make a nice compound the radius of the sphere used for reciprocation needs to be the distance from the cube centre to the mid-point of an edge, and the sphere centre must be the centre of the cube.
unipoly has centred the cube on (0, 0, 0), which is the default centre for pol_recip. The radius can be specified using the -R option and passing two adjacent vertex index numbers of the cube. Use off2pov with the -n option to display the cube with its vertex numbers.
off2pov -x vf -n -o cube.pov cube.off
povray +a +p cube.pov
Vertices 3 and 5 are adjacent, so make the dual octahedron like this, and display it.
pol_recip -R 3,5 cube.off > oct.off
off2pov -o oct.pov oct.off
povray +a +p oct.pov
Merge the polyhedra
OFF files are merged with off_merge
off_util cube.off oct.off > cub_oct.off
Display the result.
off2pov -o cub_oct.pov cub_oct.off
povray +a +p cub_oct.pov
Use colours
To make it clearer that this is a compound of a cube and octahedron the two polyhedra could be given different colours using off_color.
Colour the cube faces red, and the octahedron faces green.
off_color -f 1,0,0 cube.off > red_cube.off
off_color -f 0,1,0 oct.off > green_oct.off
Now merge and display as before, this time making the edge and vertex elements smaller than the defaults
off_util red_cube.off green_oct.off > color_cub_oct.off
off2pov -v 0.02 -e 0.016 -o color_cub_oct.pov color_cub_oct.off
povray +a +p color_cub_oct.pov
Enhancements:
- Edge handling has been improved.
- The GLU tesselator is used for all polygon tesselation, making polygon display more consistent in export formats.
- The minimum enclosing ball is used for camera positioning, allowing better use of screen space.
- Special duals can be calculated automatically.
- There is a new program which spirals points on a sphere, and another which arranges points in rings on a sphere.
<<lessMake a cube
This can be done with unipoly, which can be used to make all the uniform polyhedra.
unipoly cube > cube.off
Display with
off2pov -o cube.pov cube.off
povray +a +p cube.pov
Make the dual octahedron
pol_recip is used for making duals by polar reciprocation.
To make a nice compound the radius of the sphere used for reciprocation needs to be the distance from the cube centre to the mid-point of an edge, and the sphere centre must be the centre of the cube.
unipoly has centred the cube on (0, 0, 0), which is the default centre for pol_recip. The radius can be specified using the -R option and passing two adjacent vertex index numbers of the cube. Use off2pov with the -n option to display the cube with its vertex numbers.
off2pov -x vf -n -o cube.pov cube.off
povray +a +p cube.pov
Vertices 3 and 5 are adjacent, so make the dual octahedron like this, and display it.
pol_recip -R 3,5 cube.off > oct.off
off2pov -o oct.pov oct.off
povray +a +p oct.pov
Merge the polyhedra
OFF files are merged with off_merge
off_util cube.off oct.off > cub_oct.off
Display the result.
off2pov -o cub_oct.pov cub_oct.off
povray +a +p cub_oct.pov
Use colours
To make it clearer that this is a compound of a cube and octahedron the two polyhedra could be given different colours using off_color.
Colour the cube faces red, and the octahedron faces green.
off_color -f 1,0,0 cube.off > red_cube.off
off_color -f 0,1,0 oct.off > green_oct.off
Now merge and display as before, this time making the edge and vertex elements smaller than the defaults
off_util red_cube.off green_oct.off > color_cub_oct.off
off2pov -v 0.02 -e 0.016 -o color_cub_oct.pov color_cub_oct.off
povray +a +p color_cub_oct.pov
Enhancements:
- Edge handling has been improved.
- The GLU tesselator is used for all polygon tesselation, making polygon display more consistent in export formats.
- The minimum enclosing ball is used for camera positioning, allowing better use of screen space.
- Special duals can be calculated automatically.
- There is a new program which spirals points on a sphere, and another which arranges points in rings on a sphere.
Download (3.2MB)
Added: 2007-06-23 License: MIT/X Consortium License Price:
915 downloads
RADIUS::Dictionary 1.0
RADIUS::Dictionary is a RADIUS dictionary parser. more>>
RADIUS::Dictionary is a RADIUS dictionary parser.
SYNOPSIS
use RADIUS::Dictionary;
my $dict = new RADIUS::Dictionary "/etc/radius/dictionary";
$dict->readdict("/some/other/file");
my $num = $dict->attr_num(User-Name);
my $name = $dict->attr_name(1);
This is a simple module that reads a RADIUS dictionary file and parses it, allowing conversion between dictionary names and numbers.
METHODS
new
Returns a new instance of a RADIUS::Dictionary object. If given an (optional) filename, it calls readdict for you.
->readdict
Parses a dictionary file and learns the namenumber mappings.
->attr_num($attrname)
Returns the number of the named attribute.
->attr_type($attrname)
Returns the type (string, integer, ipaddr, or time) of the named attribute.
->attr_name($attrnum)
Returns the name of the attribute with the given number.
->attr_numtype($attrnum)
Returns the type of the attribute with the given number.
->attr_has_val($attrnum)
Returns a true or false value, depending on whether or not the numbered attribute has any known value constants.
->val_has_name($attrnum)
Alternate (bad) name for attr_has_val.
->val_num($attrnum, $valname)
Returns the number of the named value for the attribute number supplied.
->val_name
Returns the name of the numbered value for the attribute number supplied.
<<lessSYNOPSIS
use RADIUS::Dictionary;
my $dict = new RADIUS::Dictionary "/etc/radius/dictionary";
$dict->readdict("/some/other/file");
my $num = $dict->attr_num(User-Name);
my $name = $dict->attr_name(1);
This is a simple module that reads a RADIUS dictionary file and parses it, allowing conversion between dictionary names and numbers.
METHODS
new
Returns a new instance of a RADIUS::Dictionary object. If given an (optional) filename, it calls readdict for you.
->readdict
Parses a dictionary file and learns the namenumber mappings.
->attr_num($attrname)
Returns the number of the named attribute.
->attr_type($attrname)
Returns the type (string, integer, ipaddr, or time) of the named attribute.
->attr_name($attrnum)
Returns the name of the attribute with the given number.
->attr_numtype($attrnum)
Returns the type of the attribute with the given number.
->attr_has_val($attrnum)
Returns a true or false value, depending on whether or not the numbered attribute has any known value constants.
->val_has_name($attrnum)
Alternate (bad) name for attr_has_val.
->val_num($attrnum, $valname)
Returns the number of the named value for the attribute number supplied.
->val_name
Returns the name of the numbered value for the attribute number supplied.
Download (0.042MB)
Added: 2007-04-11 License: Perl Artistic License Price:
933 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above what is a radius search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed