forked from up_the_irons/Ruby-Radius
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
46 lines (35 loc) · 1.77 KB
/
README
File metadata and controls
46 lines (35 loc) · 1.77 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
38
39
40
41
42
43
44
45
46
=======================================
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.
Garry Dolley and OneLogin, Inc. started the RSpec test suite under the
``test/`` directory and added correct Response Authenticator support
(previous one is believed to be broken).
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 <[email protected]>
:Contributions: Garry C. Dolley <[email protected]> and
OneLogin, Inc. (http://www.onelogin.com)
: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.