pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-auth-radius ap-auth-radius is a RADIUS authenti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f17c0c950443
branches:  trunk
changeset: 487229:f17c0c950443
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Jan 11 15:44:30 2005 +0000

description:
ap-auth-radius is a RADIUS authentication module for Apache

diffstat:

 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(+), 0 deletions(-)

diffs (69 lines):

diff -r ddb38dfce0cf -r f17c0c950443 www/ap-auth-radius/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-radius/DESCR  Tue Jan 11 15:44:30 2005 +0000
@@ -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 -r ddb38dfce0cf -r f17c0c950443 www/ap-auth-radius/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-radius/MESSAGE        Tue Jan 11 15:44:30 2005 +0000
@@ -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 -r ddb38dfce0cf -r f17c0c950443 www/ap-auth-radius/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-radius/Makefile       Tue Jan 11 15:44:30 2005 +0000
@@ -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@localhost
+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 -r ddb38dfce0cf -r f17c0c950443 www/ap-auth-radius/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-radius/PLIST  Tue Jan 11 15:44:30 2005 +0000
@@ -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 -r ddb38dfce0cf -r f17c0c950443 www/ap-auth-radius/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-radius/distinfo       Tue Jan 11 15:44:30 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index