-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
37 lines (27 loc) · 1.42 KB
/
README
File metadata and controls
37 lines (27 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
= Ruby-Radius - RADIUS interface for Ruby
This Ruby module provides an interface to the RADIUS protocol. It
provides these two classes:
+Radius::Packet+:: Deals with Radius Packets
+Radius::Dictionary+:: - Deals with RADIUS dictionaries
This module's API is based heavily on the Net::Radius Perl module
created by Christopher Masto, Luis Munoz, and Ian Smith.
== Installation
Since the module is pure Ruby, to install this all that needs to be
done is to run the 'install.rb' script.
This package supports the use of vendor-specific attributes. This
type of attribute is defined in RFC 2138 and is used to support
'proprietary' extensions on top of the base RADIUS specification.
The whole API is documented in rdoc-style comments within the source
itself. If you have extracted this from a distribution tarball, the
documentation should be included ready for you to read within the
'doc' subdirectory. If you've gotten this from CVS, you need rdoc to
extract the HTML documentation. Visit the rdoc website at
http://rdoc.sourceforge.net/ for more information.
= Other stuff
Author:: Rafael 'Dido' Sevilla <dido@imperium.ph>
Requires:: Ruby 1.6.7 or later (may work with older versions)
License:: Copyright (c) 2002 Rafael R. Sevilla
GNU Lesser General Public License, see the file COPYING.LIB
for more details.
All of the test and example programs are placed in the public domain.
$Id: README 2 2006-12-17 06:16:21Z dido $