Bug#300228: RFA: libapache-authcookie-perl -- Apache/mod_perl Authentication and Authorization via cookies

Jeroen van Wolffelaar Jeroen van Wolffelaar <jeroen@wolffelaar.nl>, 300228@bugs.debian.org
Fri, 18 Mar 2005 15:08:05 +0100


Package: wnpp
Severity: normal

The current maintainer of libapache-authcookie-perl, Michael K. Edwards,
has this package up for adoption.  If you want to be the new maintainer,
please get in contact with the maintainer first. Note: the correct current
Email address is m.k.edwards@gmail.com, the @sane.net one doesn't work
anymore.

It might be a good idea if the PERL group would be interested in adopting this
package.

Some information about this package:

Package: libapache-authcookie-perl
Binary: libapache-authcookie-perl
Version: 3.06-1
Priority: optional
Section: perl
Maintainer: Michael K. Edwards <medwards-debian@sane.net>
Build-Depends: debhelper (>= 4.0.2)
Build-Depends-Indep: perl (>= 5.8.0-7), apache (>= 1.3.21), libapache-mod-perl (>= 1.17)
Architecture: all
Standards-Version: 3.6.1
Format: 1.0
Directory: pool/main/liba/libapache-authcookie-perl
Files: 8408c2735bab69ae21d980845c3b5477 773 libapache-authcookie-perl_3.06-1.dsc
 8d64e84fb8accd870b058e6b7b1634f9 32510 libapache-authcookie-perl_3.06.orig.tar.gz
 00fb6dc92517bc7c9a8c3bb4c361fc70 2346 libapache-authcookie-perl_3.06-1.diff.gz
Uploaders: Jay Bonci <jaybonci@debian.org>

Package: libapache-authcookie-perl
Priority: optional
Section: perl
Installed-Size: 120
Maintainer: Michael K. Edwards <medwards-debian@sane.net>
Architecture: all
Version: 3.06-1
Depends: perl (>= 5.6.0-16), libapache-mod-perl (>= 1.17)
Filename: pool/main/liba/libapache-authcookie-perl/libapache-authcookie-perl_3.06-1_all.deb
Size: 30160
MD5sum: 4554c8882c2e4fc4bb3e2db0ffbdcecf
Description: Apache/mod_perl Authentication and Authorization via cookies
 This package contains a Perl module, Apache::AuthCookie, which can be
 used to simplify the creation of mod_perl based web sites that require
 user authentication.  This module is used by various Web application
 frameworks written in Perl.
 .
 Apache::AuthCookie allows you to intercept a user's first
 unauthenticated access to a protected document. The user will be
 presented with a custom form where they can enter authentication
 credentials. The credentials are posted to the server where AuthCookie
 verifies them and returns a session key.
 .
 The session key is returned to the user's browser as a cookie. As a
 -- 
 cookie, the browser will pass the session key on every subsequent
 accesses. AuthCookie will verify the session key and re-authenticate
 the user.