summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2006-05-15 12:05:43 +0000
committermarkd <markd@pkgsrc.org>2006-05-15 12:05:43 +0000
commit6d79d14a3a90b95ed97d36ed732f36246d2c9182 (patch)
treed71d6b5344322e690a733c4718a40f7cb2a49273 /www
parent2bb07471489c14c93dd1e3fd8376aca5b8867131 (diff)
downloadpkgsrc-6d79d14a3a90b95ed97d36ed732f36246d2c9182.tar.gz
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 (limited to 'www')
-rw-r--r--www/ap-auth-kerb/DESCR7
-rw-r--r--www/ap-auth-kerb/MESSAGE9
-rw-r--r--www/ap-auth-kerb/Makefile20
-rw-r--r--www/ap-auth-kerb/PLIST2
-rw-r--r--www/ap-auth-kerb/distinfo5
5 files changed, 43 insertions, 0 deletions
diff --git a/www/ap-auth-kerb/DESCR b/www/ap-auth-kerb/DESCR
new file mode 100644
index 00000000000..d43d0a58de5
--- /dev/null
+++ b/www/ap-auth-kerb/DESCR
@@ -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 --git a/www/ap-auth-kerb/MESSAGE b/www/ap-auth-kerb/MESSAGE
new file mode 100644
index 00000000000..7eaed1c2158
--- /dev/null
+++ b/www/ap-auth-kerb/MESSAGE
@@ -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 --git a/www/ap-auth-kerb/Makefile b/www/ap-auth-kerb/Makefile
new file mode 100644
index 00000000000..f1bec09ea06
--- /dev/null
+++ b/www/ap-auth-kerb/Makefile
@@ -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
+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 --git a/www/ap-auth-kerb/PLIST b/www/ap-auth-kerb/PLIST
new file mode 100644
index 00000000000..a041030876f
--- /dev/null
+++ b/www/ap-auth-kerb/PLIST
@@ -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 --git a/www/ap-auth-kerb/distinfo b/www/ap-auth-kerb/distinfo
new file mode 100644
index 00000000000..ea622ea95db
--- /dev/null
+++ b/www/ap-auth-kerb/distinfo
@@ -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