Skip to content

Apache Perl module subclasses Apache2::AuthCookie and uses a DBI data source for users and groups

License

Notifications You must be signed in to change notification settings

he32/Apache-AuthCookieDBI

This branch is 32 commits behind matisse/Apache-AuthCookieDBI:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Matisse Enzer
Dec 6, 2012
657ad71 · Dec 6, 2012
Nov 27, 2010
Dec 6, 2012
Dec 6, 2012
Nov 20, 2012
Nov 20, 2012
Dec 6, 2012
Oct 10, 2003
Nov 20, 2012
Nov 20, 2012
Nov 20, 2012
May 26, 2012
Apr 13, 2005
Nov 29, 2010
Oct 10, 2003

Repository files navigation

Apache2::AuthCookieDBI is a module that subclasses Apache2::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.

Version 2.03 and later: mod_perl 1.999_22 and later. Apache::*
replaced by Apache2::

Latest distribution at: http://search.cpan.org/dist/Apache2-AuthCookieDBI
Source code at:         https://github.com/matisse/Apache-AuthCookieDBI/
 
Apache::AuthCookieDBI versions:
Version 2.0 and later: mod_perl 1.99_XX
Version 1.22 was the last version that works with mod_perl 1.x


Maintainer: matisse@cpan.org

About

Apache Perl module subclasses Apache2::AuthCookie and uses a DBI data source for users and groups

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 66.7%
  • Other 32.4%
  • HTML 0.9%