Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mschout/apache-authticket

mod_perl AuthCookie based authentication and access module
https://github.com/mschout/apache-authticket

Last synced: about 1 month ago
JSON representation

mod_perl AuthCookie based authentication and access module

Awesome Lists containing this project

README

        

Apache::AuthCookie is Copyright (C) 2000-2009, Michael Schout.

WHAT IS THIS?

This package contains the Apache::AuthTicket module and the
Apache2::AuthTicket module. These modules implement a cookie based
authentication system similar to the ticket access system described in the
mod_perl eagle book.

Apache::AuthTicket is for mod_perl version 1
Apache2::AuthTicket is for mod_perl version 2

HOW DO I INSTALL IT?

You need perl 5.6.0 or better to install this package. In addition, you
should also have the following packages installed:

Apache::AuthCookie 2.011 or later.
mod_perl 1.22 or later
DBI
Digest::MD5
SQL::Abstract

All of these modules are available from your favorite CPAN mirror.

Installation of this module is as usual:

perl Makefile.PL
make
make test
make install

Most of the tests are skipped unless you have DBD::SQLite and Apache::Test
installed. Install those modules from CPAN if you have trouble and want
useful output from "make test"

SEE ALSO
Apache::AuthCookie, Apache2::AuthCookie

AUTHOR
Michael Schout,

COPYRIGHT AND LICENSE
Copyright (C) 2000-2008 by Michael Schout

This program is free software; you can redistribute it and/or modify it
under the terms of either:

· the GNU General Public License as published by the Free Software
Foundation; either version 1, or (at your option) any later
version, or

· the Artistic License version 2.0.