Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ap-auth-kerb to build for apache 2.4 - take2 #213

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion www/ap-auth-kerb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOMEPAGE= http://modauthkerb.sourceforge.net/
COMMENT= Module to allow Apache authentication using Kerberos
LICENSE= modified-bsd

PKG_APACHE_ACCEPTED= apache22
PKG_APACHE_ACCEPTED= apache22 apache24

CONFLICTS= ap-auth-kerb-[0-9]*

Expand All @@ -29,6 +29,12 @@ do-install:
${INSTALL_LIB} ${WRKSRC}/src/.libs/mod_auth_kerb.so \
${DESTDIR}${PREFIX}/lib/httpd

.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
# native mit kerberos on SmartOS doesn't seem to work with this package
PREFER.mit-krb5?= pkgsrc
.endif

.include "../../mk/apache.mk"
.include "../../mk/krb5.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion www/ap-auth-kerb/distinfo
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ $NetBSD: distinfo,v 1.4 2011/01/25 11:17:43 markd Exp $
SHA1 (mod_auth_kerb-5.4.tar.gz) = 22673081419bc2e98789fe2f998968c0cf10c2d4
RMD160 (mod_auth_kerb-5.4.tar.gz) = 13bebc9f5b77b11b1a3cd3a1197a7535e541037c
Size (mod_auth_kerb-5.4.tar.gz) = 93033 bytes
SHA1 (patch-aa) = e261b01d3e97e1f382b1269c7fb1032a58891708
SHA1 (patch-README) = 29f188f5a9e790a37475901cdfd4cc42c4d188fd
SHA1 (patch-src_mod__auth__kerb.c) = ce60fc1a8ecea781a95635bc4e72c58bd8b0e5c1
22 changes: 22 additions & 0 deletions www/ap-auth-kerb/patches/patch-README
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
$NetBSD$

S4U2Proxy feature README changes
--- README.orig 2008-11-26 16:51:05.000000000 +0000
+++ README
@@ -122,4 +122,16 @@
credential cache that will be available for the request handler. The ticket
file will be removed after request is handled.

+Constrained Delegation
+----------------------
+S4U2Proxy, or constrained delegation, enables a service to use a client's
+ticket to itself to request another ticket for delegation. The KDC
+checks krbAllowedToDelegateTo to decide if it will issue a new ticket.
+If KrbConstrainedDelegation is enabled the server will use its own credentials
+to retrieve a delegated ticket for the user. For this to work the user must
+have a forwardable ticket (though the delegation flag need not be set).
+The server needs a valid credentials cache for this to work.
+
+The module itself will obtain and manage the necessary credentials.
+
$Id: README,v 1.12 2008/09/17 14:01:55 baalberith Exp $
15 changes: 0 additions & 15 deletions www/ap-auth-kerb/patches/patch-aa

This file was deleted.

Loading