pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap2-auth-xradius mod_auth_xradius provides high pe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/21aa40c58f6f
branches: trunk
changeset: 517518:21aa40c58f6f
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Aug 13 17:34:16 2006 +0000
description:
mod_auth_xradius provides high performance authentication against
RFC 2865 RADIUS Servers.
Features:
* Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and
commercial servers.
* Distributed Authentication Cache using apr_memcache.
* Local Authentication Cache using DBM.
* Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses
cookies for sessions.
diffstat:
www/ap2-auth-xradius/DESCR | 10 ++++++++++
www/ap2-auth-xradius/MESSAGE | 13 +++++++++++++
www/ap2-auth-xradius/Makefile | 21 +++++++++++++++++++++
www/ap2-auth-xradius/PLIST | 2 ++
www/ap2-auth-xradius/distinfo | 6 ++++++
www/ap2-auth-xradius/patches/patch-aa | 13 +++++++++++++
6 files changed, 65 insertions(+), 0 deletions(-)
diffs (89 lines):
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/DESCR Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,10 @@
+mod_auth_xradius provides high performance authentication against
+RFC 2865 RADIUS Servers.
+
+Features:
+* Supports popular RADIUS Servers including OpenRADIUS, FreeRADIUS and
+ commercial servers.
+* Distributed Authentication Cache using apr_memcache.
+* Local Authentication Cache using DBM.
+* Uses standard HTTP Basic Authentication, unlike mod_auth_radius which uses
+ cookies for sessions.
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/MESSAGE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/MESSAGE Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+ LoadModule auth_xradius_module lib/httpd/mod_auth_xradius.so
+
+All documentation is available from:
+
+ http://www.outoforder.cc/projects/apache/mod_auth_xradius/docs/
+
+===========================================================================
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/Makefile Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
+
+DISTNAME= mod_auth_xradius-0.4.6
+PKGNAME= ap2-auth-xradius-0.4.6
+CATEGORIES= www databases
+MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= adrianp%NetBSD.org@localhost
+HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_auth_xradius/
+COMMENT= Module to allow apache2 authentication against a RADIUS server
+
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+
+CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs
+
+BUILDLINK_API_DEPENDS.apache+= apache>=2.0.42
+
+.include "../../www/apache2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/PLIST Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
+lib/httpd/mod_auth_xradius.so
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/distinfo Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
+
+SHA1 (mod_auth_xradius-0.4.6.tar.bz2) = f05f5d9bb9ad6fb76c026679cd5fb00a9c9e48dd
+RMD160 (mod_auth_xradius-0.4.6.tar.bz2) = 82c34c82f692c6f5a321ad20103eb22b01da8d4a
+Size (mod_auth_xradius-0.4.6.tar.bz2) = 180591 bytes
+SHA1 (patch-aa) = 6cf2d151392eee1fce38d96b345e8fcd720f5ad9
diff -r d2fdfe008658 -r 21aa40c58f6f www/ap2-auth-xradius/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap2-auth-xradius/patches/patch-aa Sun Aug 13 17:34:16 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2006/08/13 17:34:16 adrianp Exp $
+
+--- src/xradius_cache.c.orig 2006-08-11 14:42:03.000000000 +0100
++++ src/xradius_cache.c 2006-08-11 14:42:30.000000000 +0100
+@@ -204,7 +204,7 @@
+ status = dbmval.dptr+sizeof(apr_time_t);
+ epass = dbmval.dptr+sizeof(apr_time_t)+sizeof(char);
+
+- ap_log_error(APLOG_MARK, APLOG_NOTICE, rv,
++ ap_log_error(APLOG_MARK, APLOG_DEBUG, rv,
+ r->server,
+ "xradius: fetched '%s':'%s'",
+ password, epass);
Home |
Main Index |
Thread Index |
Old Index