diff options
author | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2012-10-24 08:18:01 +0100 |
---|---|---|
committer | Arran Cudbard-Bell <a.cudbardb@freeradius.org> | 2012-10-24 08:18:01 +0100 |
commit | c2c2b9c4b0571f4e6050de78ae8fd813d1be7431 (patch) | |
tree | 12d9d04d58daec7558ab0ae63c7c52ac7d14642f /index.html | |
download | libpam-radius-auth-c2c2b9c4b0571f4e6050de78ae8fd813d1be7431.tar.gz libpam-radius-auth-c2c2b9c4b0571f4e6050de78ae8fd813d1be7431.zip |
Commit of version 1.3.17
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..c6fe96d --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ +<HTML> +<HEAD> +<TITLE><code>pam_radius_auth</CODE>: The PAM RADIUS authentication module</TITLE> +<BODY BGCOLOR=#FFFFFF TEXT=#000000> + +<H1><code>pam_radius_auth</CODE>: The PAM RADIUS authentication module</H1> + +This is the PAM to RADIUS authentication module. It allows any +PAM-capable machine to become a RADIUS client for authentication and +accounting requests. You will need a RADIUS server to perform the +actual authentication. + +<P><HR> +<H2>Files included with the module</H2> + +<A HREF="README">README</A> <EM>Introduction and documentation</EM><BR> +<A HREF="INSTALL">INSTALL</A> <EM>Installation instructions</EM><BR> +<A HREF="USAGE">USAGE</A> <EM>Module configuration and usage documentation</EM><BR> +<A HREF="Changelog">Changelog</A> <EM>What's changed</EM><BR> +<A HREF="pam_radius_auth.conf">pam_radius_auth.conf</A> <EM>Sample +configuration file for telling the client the location of the RADIUS server.</EM><BR> +<A HREF="pam_radius_auth.c">pam_radius_auth.c</A> <EM>C source file</EM><BR> +<A HREF="pam_radius_auth.h">pam_radius_auth.h</A> <EM>C header file</EM><BR> +<A HREF=""></A> <EM></EM><BR> + + +<P><HR> +<H2>Updates</H2> + +For the latest version and updates, see the main web or ftp site: +<P> +<A HREF="http://www.freeradius.org/pam_radius_auth/">http://www.freeradius.org/pam_radius_auth/</A><BR> +<A HREF="ftp://ftp.freeradius.org/pub/radius/">ftp://ftp.freeradius.org/pub/radius/</A> +<P><HR> +<EM>$Id: index.html,v 1.5 2003/09/19 14:44:43 aland Exp $</EM> +</BODY> +</HTML> |