Import p5-Apache-AuthCookieDBI version 1.19.
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is designed to be directly used for authentication in a mod_perl server. It is a ticket-issuing system that looks up username/passwords in a DBI database using generic SQL and issues MD5-checksummed tickets valid for a configurable time period. Incoming requests with tickets are checksummed and expire-time checked.
This commit is contained in:
parent
35b7ce2ef7
commit
84283b16ea
4 changed files with 31 additions and 0 deletions
7
www/p5-Apache-AuthCookieDBI/DESCR
Normal file
7
www/p5-Apache-AuthCookieDBI/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Apache::AuthCookieDBI is a module that subclasses Apache::AuthCookie and is
|
||||
designed to be directly used for authentication in a mod_perl server.
|
||||
|
||||
It is a ticket-issuing system that looks up username/passwords in a DBI
|
||||
database using generic SQL and issues MD5-checksummed tickets valid for
|
||||
a configurable time period. Incoming requests with tickets are
|
||||
checksummed and expire-time checked.
|
19
www/p5-Apache-AuthCookieDBI/Makefile
Normal file
19
www/p5-Apache-AuthCookieDBI/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Apache-AuthCookieDBI-1.19
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
|
||||
|
||||
MAINTAINER= tegk-pkg@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~cromis/Apache-AuthCookieDBI-1.19/
|
||||
COMMENT= Perl5 module AuthCookie backed by a DBI database
|
||||
|
||||
DEPENDS+= p5-Apache-AuthCookie>=3.05:../../www/p5-Apache-AuthCookie
|
||||
|
||||
USE_BUILDLINK3= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/AuthCookieDBI/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
www/p5-Apache-AuthCookieDBI/PLIST
Normal file
1
www/p5-Apache-AuthCookieDBI/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
|
4
www/p5-Apache-AuthCookieDBI/distinfo
Normal file
4
www/p5-Apache-AuthCookieDBI/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/11/05 19:24:22 he Exp $
|
||||
|
||||
SHA1 (Apache-AuthCookieDBI-1.19.tar.gz) = 1215e2b81b2900216185290374a950984886e88e
|
||||
Size (Apache-AuthCookieDBI-1.19.tar.gz) = 20699 bytes
|
Loading…
Reference in a new issue