Date: Mon, 26 Mar 2007 20:49:04 +0200 (CEST) From: Jose García Juanino <jjuanino@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110880: New port: www/mod_authnz_external Allows users authentication based on external mechanisms on apache 2.2 Message-ID: <20070326184904.F4131C6A6@gauss.sanabria.es> Resent-Message-ID: <200703261920.l2QJK3DC023867@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110880 >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 19:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Jose García Juanino >Release: FreeBSD 6.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD gauss.sanabria.es 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #6: Thu Mar 1 21:50:42 CET 2007 root@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: --- mod_authnz_external.txt begins here --- # 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@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@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 --- mod_authnz_external.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070326184904.F4131C6A6>