baa627c8ea
* Added AuthExternalContext directive, which defines a string that will be passed to the authenticator in the CONTEXT environment variable. This can be set from the .htaccess file or the <Directory> block to give slightly different behavior from the same authenticator in different directories. Thanks to Olivier Thauvin <nanardon at mandriva dot org> for this patch. * Rewrite external authenticator launching code to use Apache's cross-OS process/thread library instead of directly calling Unix functions. Theoretically this should get us much closer to being usable on non- Unix platforms. * Support alternate syntax for configuration, using DefineAuthExternal and DefineAuthGroup commands. * More detailed error logging. * Much cleanup of documentation.
24 lines
639 B
Makefile
24 lines
639 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/11/12 09:07:56 martti Exp $
|
|
#
|
|
|
|
DISTNAME= mod_authnz_external-${DISTVERS}
|
|
PKGNAME= ${APACHE_PKG_PREFIX}-authnz-external-${DISTVERS}
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://unixpapa.com/software/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://unixpapa.com/mod_authnz_external/
|
|
COMMENT= Apache module for external program authentication
|
|
|
|
PKG_APACHE_ACCEPTED= apache22
|
|
|
|
.include "../../mk/apache.mk"
|
|
|
|
APACHE_MODULE_NAME= mod_authnz_external.${MODULE_EXT}
|
|
|
|
DISTVERS= 3.2.1
|
|
MODULE_EXT= la
|
|
MESSAGE_SUBST+= MODULE_NAME=authnz_external_module
|
|
|
|
.include "../../www/apache/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|