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

..03-May-2022-

bin/H26-Nov-2009-1,735836

examples/H26-Nov-2009-1,339913

lib/Net/Radius/H26-Nov-2009-3,7781,364

t/H26-Nov-2009-2,0311,543

MANIFESTH A D26-Nov-20091.3 KiB5958

MANIFEST.SKIPH A D23-Sep-2009241 3130

META.ymlH A D26-Nov-20091 KiB3130

Makefile.PLH A D21-Oct-20091.6 KiB5443

READMEH A D20-Sep-20092 KiB7448

README.testingH A D20-Sep-2009483 1410

README

1-----BEGIN PGP SIGNED MESSAGE-----
2Hash: SHA1
3
4
5
6Net-Radius-Server
7=================
8
9The modules included here provide the framework for a complete and
10RADIUS server.
11
12Examples are included within the $DIST/examples directory.
13
14A command-line RADIUS client is included in $DIST/bin/rad-client. This
15should be very useful for debugging.
16
17INSTALLATION
18
19The installation follows the standard protocol...
20
21$ perl Makefile.PL
22$ make
23$ make test
24$ make install
25
26DO YOU WANT TO THANK ME?
27
28If  you consider this  a valuable  contribution, there  is a  web page
29where you can express your gratitude. Please see
30
31	http://mipagina.cantv.net/lem/thanks-en.html (English)
32	http://mipagina.cantv.net/lem/thanks-es.html (Spanish)
33
34SECURITY CONSIDERATIONS
35
36I have no control on the machanisms involved in the storage or
37transport of this distribution. This means that I cannot guarantee
38that the distribution you have in your hands is indeed, the same
39distribution I packed and uploaded.
40
41Along the distribution file, you should have a file with the extension
42".asc". This contains a GPG "detached signature" that makes it
43impossible for anybody to alter this distribution. If security is of
44any concern to you, by all means verify the signature of this file and
45contact the author if any discrepancy is detected.
46
47You can find more information about this at the following URL
48
49             http://mipagina.cantv.net/lem/gpg/
50
51COPYRIGHT AND LICENSE
52
53Copyright � 2006 Luis E. Mu�oz <luismunoz@cpan.org>
54
55This software can be used under the same terms as Perl 5.8.6
56itself. It also carries the same warranties.
57
58Please send bug reports (or patches) as well as feedback and
59suggestions to
60
61luismunoz@cpan.org
62
63When submitting bugs, it is very important that you include the
64relevant information for reproducing the bug. Packet dumps are most
65useful.
66
67-----BEGIN PGP SIGNATURE-----
68Version: GnuPG v1.4.5 (Darwin)
69
70iD8DBQFFgZR/QyDWGRI/hhARAlKvAJ47Auuxkx0LNdiqvVWiEbOTcE0VWgCdG3EX
71WXsOR5EACw/JzcmozV3LBWE=
72=fi6N
73-----END PGP SIGNATURE-----
74

README.testing

1Test cases include so called "interactive" tests. These tests require
2an external application (LDAP server, PAM setup, RADIUS server) in
3order to complete.
4
5As this is not always available, you must enable the tests
6specifically by setting the value of the environment variable
7$NRS_INTERACTIVE to a true value. Something like this, works in a bash
8shell:
9
10export NRS_INTERACTIVE=1
11
12You will be required to supply a number of arguments to the test
13scripts in order to complete them.
14