summaryrefslogtreecommitdiff
path: root/www/ap-auth-radius
diff options
context:
space:
mode:
authormanu <manu>2005-01-11 15:44:30 +0000
committermanu <manu>2005-01-11 15:44:30 +0000
commitdc8a6c6845ea2a28b946ae9447f6621e06f6b4d8 (patch)
treec301aa655cecca5a1aa18597e81ef70b8622070b /www/ap-auth-radius
parent2e36d15c1fbf379f789e629624d43b4c4182d5f8 (diff)
downloadpkgsrc-dc8a6c6845ea2a28b946ae9447f6621e06f6b4d8.tar.gz
ap-auth-radius is a RADIUS authentication module for Apache
Diffstat (limited to 'www/ap-auth-radius')
-rw-r--r--www/ap-auth-radius/DESCR3
-rw-r--r--www/ap-auth-radius/MESSAGE9
-rw-r--r--www/ap-auth-radius/Makefile28
-rw-r--r--www/ap-auth-radius/PLIST5
-rw-r--r--www/ap-auth-radius/distinfo4
5 files changed, 49 insertions, 0 deletions
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