From 559351c4573e9b3a6768b226f4afaee75814683c Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 11 Jan 2005 15:44:30 +0000 Subject: ap-auth-radius is a RADIUS authentication module for Apache --- www/ap-auth-radius/DESCR | 3 +++ www/ap-auth-radius/MESSAGE | 9 +++++++++ www/ap-auth-radius/Makefile | 28 ++++++++++++++++++++++++++++ www/ap-auth-radius/PLIST | 5 +++++ www/ap-auth-radius/distinfo | 4 ++++ 5 files changed, 49 insertions(+) create mode 100644 www/ap-auth-radius/DESCR create mode 100644 www/ap-auth-radius/MESSAGE create mode 100644 www/ap-auth-radius/Makefile create mode 100644 www/ap-auth-radius/PLIST create mode 100644 www/ap-auth-radius/distinfo (limited to 'www') diff --git a/www/ap-auth-radius/DESCR b/www/ap-auth-radius/DESCR new file mode 100644 index 00000000000..e2ccbc14798 --- /dev/null +++ b/www/ap-auth-radius/DESCR @@ -0,0 +1,3 @@ +mod_auth_radius.c allows HTTP authentication to be checked against a +RADIUS server. If you check valuable passwords such as the ones you use +for dial-up, don't forget to use SSL. diff --git a/www/ap-auth-radius/MESSAGE b/www/ap-auth-radius/MESSAGE new file mode 100644 index 00000000000..a0ac2eeaff8 --- /dev/null +++ b/www/ap-auth-radius/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $ + +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: + + LoadModule radius_auth_module lib/httpd/mod_auth_radius.so + +=========================================================================== diff --git a/www/ap-auth-radius/Makefile b/www/ap-auth-radius/Makefile new file mode 100644 index 00000000000..133828d02a0 --- /dev/null +++ b/www/ap-auth-radius/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $ +# + +DISTNAME= mod_auth_radius-1.5.7 +CATEGORIES= www +MASTER_SITES= ftp://ftp.freeradius.org/pub/radius/ +EXTRACT_SUFX= .tar + +MAINTAINER= manu@NetBSD.org +HOMEPAGE= http://www.freeradius.org/mod_auth_radius/ +COMMENT= Radius authentication module for Apache + +USE_BUILDLINK3= YES + +APACHE_MODULE_NAME= mod_auth_radius.so + +EXAMPLEDIR= ${PREFIX}/share/example/mod_auth_radius +post-extract: + ${RM} -f ${WRKSRC}/mod_auth_radius-2.0.c + +post-install: + ${INSTALL_DATA_DIR} ${EXAMPLEDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${EXAMPLEDIR}/ + ${INSTALL_DATA} ${WRKSRC}/httpd.conf ${EXAMPLEDIR}/ + ${INSTALL_DATA} ${WRKSRC}/htaccess ${EXAMPLEDIR}/ + +.include "../../www/apache/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/ap-auth-radius/PLIST b/www/ap-auth-radius/PLIST new file mode 100644 index 00000000000..6612d6af8e4 --- /dev/null +++ b/www/ap-auth-radius/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $ +lib/httpd/mod_auth_radius.so +share/example/mod_auth_radius/README +share/example/mod_auth_radius/htaccess +share/example/mod_auth_radius/httpd.conf diff --git a/www/ap-auth-radius/distinfo b/www/ap-auth-radius/distinfo new file mode 100644 index 00000000000..f5d0b57152d --- /dev/null +++ b/www/ap-auth-radius/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/11 15:44:30 manu Exp $ + +SHA1 (mod_auth_radius-1.5.7.tar) = 4f9fdcd675ec0d0247d964883ad16a2593367e06 +Size (mod_auth_radius-1.5.7.tar) = 112640 bytes -- cgit v1.2.3