AuthCookie module backed by a DBI database

Edit Package perl-Apache2-AuthCookieDBI

This module is an authentication handler that uses the basic mechanism
provided by Apache2::AuthCookie with a DBI database for ticket-based
protection. It is based on two tokens being provided, a username and
password, which can be any strings (there are no illegal characters for
either). The username is used to set the remote user as if Basic
Authentication was used.

Refresh
Refresh
Source Files
Filename Size Changed
Apache2-AuthCookieDBI-2.17.tar.gz 0000041911 40.9 KB
perl-Apache2-AuthCookieDBI.changes 0000004182 4.08 KB
perl-Apache2-AuthCookieDBI.spec 0000005264 5.14 KB
Revision 19 (latest revision is 23)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177474 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
- updated to 2.17
    - Added support for Digest::SHA::sha256/384/512_hex digests for passwords.
      This is a response to https://rt.cpan.org/Ticket/Display.html?id=79333
      which requested sha256_base64 but because base64 digests are not properly
      padded I chose to go with sha256/384/512_hex instead.
    - Quote all database column and field names in SQL queries.
      https://rt.cpan.org/Ticket/Display.html?id=79341
      Table column names may confict with sql key words
    - Fix 'wrong method names in calls to apache request logging' for https://rt.cpan.org/Ticket/Display.html?id=77464
    - Implemented a logger() method that uses Apache::Log (inspired by https://rt.cpan.org/Ticket/Display.html?id=75675)
    - Address 'Error Message Inconsistency' https://rt.cpan.org/Ticket/Display.html?id=75725
    - Address ' If user is not active, it produces 2 errors'  https://rt.cpan.org/Ticket/Display.html?id=75724
    - Added small amount of test coverage for authen_cred() (forwarded request 177447 from coolo)
Comments 0
openSUSE Build Service is sponsored by