diff options
author | he <he> | 2004-11-05 19:24:22 +0000 |
---|---|---|
committer | he <he> | 2004-11-05 19:24:22 +0000 |
commit | 8a83aaa01376b5acfb19090d170f4882e5ced213 (patch) | |
tree | 9bf49ee322afeaf790234bfa1508e531f6d90b1a /www/p5-Apache-AuthCookieDBI/DESCR | |
parent | 4384714ae03c6080bbd3c8864d0f5fe8544aa878 (diff) | |
download | pkgsrc-8a83aaa01376b5acfb19090d170f4882e5ced213.tar.gz |
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.
Diffstat (limited to 'www/p5-Apache-AuthCookieDBI/DESCR')
-rw-r--r-- | www/p5-Apache-AuthCookieDBI/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookieDBI/DESCR b/www/p5-Apache-AuthCookieDBI/DESCR new file mode 100644 index 00000000000..500e77d7a77 --- /dev/null +++ b/www/p5-Apache-AuthCookieDBI/DESCR @@ -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. |