pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-kerb Initial import of ap-auth-kerb 5.0rc7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/446aade344ae
branches:  trunk
changeset: 512754:446aade344ae
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon May 15 12:05:43 2006 +0000

description:
Initial import of ap-auth-kerb 5.0rc7

An Apache module designed to provide Kerberos authentication to the
Apache web server. Using the Basic Auth mechanism, it retrieves a
username/password pair from the browser and checks them against a
Kerberos server as set up by your particular organization. The module
also supports the Negotiate authentication method, which performs full
Kerberos authentication based on ticket exchanges, and does not require
users to insert their passwords to the browser.

diffstat:

 www/ap-auth-kerb/DESCR    |   7 +++++++
 www/ap-auth-kerb/MESSAGE  |   9 +++++++++
 www/ap-auth-kerb/Makefile |  20 ++++++++++++++++++++
 www/ap-auth-kerb/PLIST    |   2 ++
 www/ap-auth-kerb/distinfo |   5 +++++
 5 files changed, 43 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 6d6320a7f6d7 -r 446aade344ae www/ap-auth-kerb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-kerb/DESCR    Mon May 15 12:05:43 2006 +0000
@@ -0,0 +1,7 @@
+An Apache module designed to provide Kerberos authentication to the
+Apache web server. Using the Basic Auth mechanism, it retrieves a
+username/password pair from the browser and checks them against a
+Kerberos server as set up by your particular organization. The module
+also supports the Negotiate authentication method, which performs full
+Kerberos authentication based on ticket exchanges, and does not require
+users to insert their passwords to the browser.
diff -r 6d6320a7f6d7 -r 446aade344ae www/ap-auth-kerb/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-kerb/MESSAGE  Mon May 15 12:05:43 2006 +0000
@@ -0,0 +1,9 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $
+
+In order to use this module in your Apache installation, you need to
+add the following to your httpd.conf file:
+
+  LoadModule auth_kerb_module lib/httpd/mod_auth_kerb.so
+
+===========================================================================
diff -r 6d6320a7f6d7 -r 446aade344ae www/ap-auth-kerb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-kerb/Makefile Mon May 15 12:05:43 2006 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $
+
+DISTNAME=      mod_auth_kerb-5.0rc7
+PKGNAME=       ap-auth-kerb-5.0rc7
+CATEGORIES=    www
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
+
+MAINTAINER=    markd%NetBSD.org@localhost
+HOMEPAGE=      http://modauthkerb.sourceforge.net/
+COMMENT=       Module to allow Apache authentication using Kerberos
+
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --without-krb4
+USE_TOOLS+=            gmake
+
+APACHE_MODULE=         yes
+
+.include "../../mk/apache.mk"
+.include "../../mk/krb5.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6d6320a7f6d7 -r 446aade344ae www/ap-auth-kerb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-kerb/PLIST    Mon May 15 12:05:43 2006 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $
+lib/httpd/mod_auth_kerb.so
diff -r 6d6320a7f6d7 -r 446aade344ae www/ap-auth-kerb/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-kerb/distinfo Mon May 15 12:05:43 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/15 12:05:43 markd Exp $
+
+SHA1 (mod_auth_kerb-5.0rc7.tar.gz) = 5a3e699b86c0f08b09fe44aa2747bfd8a67f5b87
+RMD160 (mod_auth_kerb-5.0rc7.tar.gz) = f336f1c9c4b67a88fd162395ec1299f73c5e89c4
+Size (mod_auth_kerb-5.0rc7.tar.gz) = 72272 bytes



Home | Main Index | Thread Index | Old Index