forked from FreeRADIUS/mod_auth_radius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (62 loc) · 2.44 KB
/
index.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<HTML>
<HEAD>
<TITLE><code>mod_auth_radius</CODE>: The RADIUS authentication module
for the Apache webserver</TITLE>
<BODY BGCOLOR=#FFFFFF TEXT=#000000>
<H1><code>mod_auth_radius</CODE>: The RADIUS authentication module
for the <A HREF="http://www.apache.org">Apache</A> webserver</H1>
This is the <A HREF="http://www.apache.org">Apache</A> RADIUS
authentication module. It 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.
<P><HR>
<H2>Module building and configuration</H2>
Configure this module into Apache by going to the Apache root directory,
and typing:
<PRE>
./configure --add-module=LOCATION/mod_auth_radius.c
</PRE>
where <CODE>LOCATION</CODE> is the directory where the module source file resides. Then, type
<PRE>
make
</PRE>
Alternatively, if you've already built and installed Apache with
dynamic modules, you should be able to install this module via:
<PRE>
apxs -i -a -c mod_auth_radius.c
</PRE>
You should add your additional site configuration options to the configure
line, above. Please read the <A HREF="README">README</A> file for further
information.
<P><HR>
<H2>Files included with the module</H2>
<A HREF="README">README</A> <EM>Introduction and documentation</EM><BR>
<A HREF="httpd.conf">httpd.conf</A> <EM>Sample HTTPD
configuration file for RADIUS attributes, with additional comments and documentation.</EM><BR>
<A HREF="htaccess">htaccess</A> <EM>Sample .htaccess file</EM><BR>
<A HREF="mod_auth_radius.c">mod_auth_radius.c</A> <EM>C source file
for Apache 2.4.x</EM><BR>
<A HREF=""></A> <EM></EM><BR>
<P><HR>
<H2>Updates</H2>
The latest version of the module is 1.6.0.
<P>
For the latest source code, see the main web or ftp site:
<P>
<A HREF="http://www.freeradius.org/mod_auth_radius/">http://www.freeradius.org/mod_auth_radius/</A><BR>
<A HREF="ftp://ftp.freeradius.org/pub/radius/mod_auth_radius.tar">ftp://ftp.freeradius.org/pub/radius/mod_auth_radius.tar</A>
<P><HR>
<H2>Author contact</H2>
Alan DeKok <A HREF="mailto:aland@freeradius.org"><aland@freeradius.org></A>
<P><HR>
<H2>Related pages</H2>
The <A HREF="http://www.apache.org/httpd.html">Apache HTTP server project</A>
<BR>
The <A HREF="http://modules.apache.org/">Apache Module Registry</A>
<BR>
mod_auth_radius: another <A HREF="http://www.wede.de/sw/mod_auth_radius/">variant</A>
<P><HR>
<EM>$Id$</EM>
</BODY>
</HTML>