diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:28:28 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 08:28:28 +0000 |
commit | da414b19266a37478874f76e4e2c0e474af70169 (patch) | |
tree | c52343d56926aed592f3ce395cd6481f22a92be1 /www/p5-Apache-AuthCookie/pkg-descr | |
parent | b82d76b58c65a467468485555a79e10868008a2b (diff) |
Notes
Diffstat (limited to 'www/p5-Apache-AuthCookie/pkg-descr')
-rw-r--r-- | www/p5-Apache-AuthCookie/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthCookie/pkg-descr b/www/p5-Apache-AuthCookie/pkg-descr new file mode 100644 index 000000000000..2d602bcac243 --- /dev/null +++ b/www/p5-Apache-AuthCookie/pkg-descr @@ -0,0 +1,7 @@ +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. + +--will |