• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H19-Oct-2020-5036

raddb/H19-Oct-2020-2,8552,602

t/H19-Oct-2020-402290

ChangesH A D19-Oct-20206.7 KiB171136

LICENSEH A D16-Nov-20168.6 KiB7546

MANIFESTH A D19-Oct-2020807 3938

META.jsonH A D19-Oct-20201.2 KiB5453

META.ymlH A D19-Oct-2020652 3130

Makefile.PLH A D19-Oct-2020686 2521

READMEH A D24-Nov-20161.3 KiB3323

Radius.pmH A D03-May-202246.6 KiB1,455972

README

1This is RadiusPerl version 0.16. RadiusPerl is a Perl 5 module (Radius.pm)
2which allows you to communicate with a Radius server from Perl. You can
3just authenticate usernames/passwords via Radius, or comletely imitate
4AAA requests and process server response.
5
6IMPORTANT: As of v0.04 the name of this module has changed to Authen::Radius,
7           instead of just 'Radius'.
8           Please update your scripts accordingly!
9
10See the file 'INSTALL' for installation instructions. See the file 'Changes'
11for modifications or new additions to the module interface. Type 'perldoc
12Authen::Radius' for a quick synopsis of the available methods.
13
14RadiusPerl currently is developed & tested on FreeBSD (originally on Linux).
15It should run on any Perl 5 supported platform though. Let me know if it
16doesn't work on your machine (and *why* you think it doesn't work :).
17
18I welcome any feedback, enhancements, new ideas etc. for this module. Please
19send them to carl@miskatonic.inbe.net or to the andrew@portaone.com (current
20maintainer of the module). Please note that I am not able to provide services
21for debugging your scripts or RADIUS servers.
22
23\RadiusPerl is (c)1997 Carl Declerck.
24
25See the Perl Artistic License 2.0
26(http://www.perlfoundation.org/artistic_license_2_0) for copying and
27usage policy.
28
29That's it!
30
31Carl Declerck, Andrew Zhilenko
32
33