pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap22-authn-sasl This module provides the mod_auth_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/615339346ae1
branches:  trunk
changeset: 549982:615339346ae1
user:      martti <martti%pkgsrc.org@localhost>
date:      Wed Nov 12 09:10:00 2008 +0000

description:
This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP
or LDAP) already running at a machine use SASL to authenticate users. The
module is also useful to authenticate users against databases that use shadow
passwords. You do not need to elevate Apache HTTPD's access rights to
superuser privileges.

diffstat:

 www/ap22-authn-sasl/DESCR    |   7 +++++++
 www/ap22-authn-sasl/MESSAGE  |   9 +++++++++
 www/ap22-authn-sasl/Makefile |  26 ++++++++++++++++++++++++++
 www/ap22-authn-sasl/PLIST    |   2 ++
 www/ap22-authn-sasl/distinfo |   5 +++++
 5 files changed, 49 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 74add03f765f -r 615339346ae1 www/ap22-authn-sasl/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap22-authn-sasl/DESCR Wed Nov 12 09:10:00 2008 +0000
@@ -0,0 +1,7 @@
+This module provides the mod_auth_basic authentication front-end a way to
+authenticate users by checking credentials via the Cyrus SASL library.
+This may be interesting for setups where other daemons (e.g. for SMTP, IMAP
+or LDAP) already running at a machine use SASL to authenticate users. The
+module is also useful to authenticate users against databases that use shadow
+passwords. You do not need to elevate Apache HTTPD's access rights to
+superuser privileges.
diff -r 74add03f765f -r 615339346ae1 www/ap22-authn-sasl/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap22-authn-sasl/MESSAGE       Wed Nov 12 09:10:00 2008 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2008/11/12 09:10:00 martti Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+  LoadModule ${MODULE_NAME} lib/httpd/mod_authn_sasl.so
+
+===========================================================================
diff -r 74add03f765f -r 615339346ae1 www/ap22-authn-sasl/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap22-authn-sasl/Makefile      Wed Nov 12 09:10:00 2008 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/12 09:10:00 martti Exp $
+
+DISTNAME=      mod_authn_sasl-${DISTVERS}
+#PKGREVISION=  1
+PKGNAME=       ${APACHE_PKG_PREFIX}-authn-sasl-${DISTVERS}
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mod-authn-sasl/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://mod-authn-sasl.sourceforge.net/
+COMMENT=       Apache module for SASL authentication
+
+PKG_APACHE_ACCEPTED=   apache22
+
+.include "../../mk/apache.mk"
+
+APACHE_MODULE_NAME=    mod_authn_sasl.${MODULE_EXT}
+
+DISTVERS=      1.0.2
+MODULE_EXT=    la
+MESSAGE_SUBST+=        MODULE_NAME=authn_sasl_module
+
+.include "../../security/cyrus-sasl/buildlink3.mk"
+.include "../../www/apache/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 74add03f765f -r 615339346ae1 www/ap22-authn-sasl/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap22-authn-sasl/PLIST Wed Nov 12 09:10:00 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/12 09:10:00 martti Exp $
+lib/httpd/mod_authn_sasl.so
diff -r 74add03f765f -r 615339346ae1 www/ap22-authn-sasl/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap22-authn-sasl/distinfo      Wed Nov 12 09:10:00 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/12 09:10:00 martti Exp $
+
+SHA1 (mod_authn_sasl-1.0.2.tar.bz2) = 83beef4940cd4e7bb771245c66001a37abe05841
+RMD160 (mod_authn_sasl-1.0.2.tar.bz2) = 6e9ee7d9c1d710e9b395e8d9e99bff712cee61f2
+Size (mod_authn_sasl-1.0.2.tar.bz2) = 244838 bytes



Home | Main Index | Thread Index | Old Index