ports/110877: New port: www/mod_authnz_external Allows users authentication based on external mechanisms on apache 2.2

José García Juanino jjuanino at gmail.com
Mon Mar 26 18:40:04 UTC 2007


>Number:         110877
>Category:       ports
>Synopsis:       New port: www/mod_authnz_external Allows users authentication based on external mechanisms on apache 2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 18:40:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     José García Juanino
>Release:        6.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD gauss.sanabria.es 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #6: Thu Mar  1 21:50:42 CET 2007     root at gauss.sanabria.es:/usr/obj/export/FreeBSD/src/sys/MK2007Feb03  i386

>Description:
This port is esentially the same as www/mod_auth_external2. As it does not work on Apache 2.2, I have submitted this other, which gives the same funcionality as mod_auth_external2 but over apache 2.2.
>How-To-Repeat:

>Fix:
See the attached shar file

Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mod_authnz_external
#	mod_authnz_external/pkg-descr
#	mod_authnz_external/distinfo
#	mod_authnz_external/Makefile
#
echo c - mod_authnz_external
mkdir -p mod_authnz_external > /dev/null 2>&1
echo x - mod_authnz_external/pkg-descr
sed 's/^X//' >mod_authnz_external/pkg-descr << 'END-of-mod_authnz_external/pkg-descr'
XMod_authnz_external is an Apache module used for authentication. The Apache HTTP
XDaemon can be configured to require users to supply logins and passwords  
Xbefore accessing pages in some directories. Authentication is the process of 
Xchecking if the password given is correct for a user. Apache has standard 
Xmodules for authenticating out of several different kinds of databases.  
XMod_authnz_external is a flexible tool for creating authentication systems based 
Xon other databases.
X
XThis port gives the same funcionality as mod_auth_external, but over apache 2.2.
X
XWWW: http://www.unixpapa.com/mod_auth_external.html
END-of-mod_authnz_external/pkg-descr
echo x - mod_authnz_external/distinfo
sed 's/^X//' >mod_authnz_external/distinfo << 'END-of-mod_authnz_external/distinfo'
XMD5 (apache22/mod_authnz_external-3.1.0.tar.gz) = 5051bffe6a3992336f4a9f84430a58d2
XSHA256 (apache22/mod_authnz_external-3.1.0.tar.gz) = c3b26376042c0ba85d99ef0266af0bc9d893cce2da41b71c640ee3a9c415b86c
XSIZE (apache22/mod_authnz_external-3.1.0.tar.gz) = 171832
END-of-mod_authnz_external/distinfo
echo x - mod_authnz_external/Makefile
sed 's/^X//' >mod_authnz_external/Makefile << 'END-of-mod_authnz_external/Makefile'
X# New ports collection makefile for:   	mod_authnz_external
X# Date created:        			March 26, 2007
X# Whom:                			José García Juanino <jjuanino at gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_authnz_external
XPORTVERSION=	3.1.0
XCATEGORIES=	www
XMASTER_SITES=	http://www.unixpapa.com/software/
XDIST_SUBDIR=	apache22
X
XMAINTAINER=	jjuanino at gmail.com
XCOMMENT=	Allows users authentication based on external mechanisms on apache 2.2
X
XUSE_APACHE=	22
XAP_FAST_BUILD=	YES
XAP_GENPLIST=	YES
XSHORTMODNAME=	authnz_external
X
XPORTDOCS=	AUTHENTICATORS INSTALL README	\
X		CHANGES UPGRADE INSTALL.HARDCODE
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	@${MKDIR} ${DOCSDIR}
X.   for f in ${PORTDOCS}
X	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
X.   endfor
X.endif
X
X.include <bsd.port.mk>
END-of-mod_authnz_external/Makefile
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list