summaryrefslogtreecommitdiff
path: root/www/p5-HTTPD-User-Manage/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-12-12 19:19:02 +0000
commita0848d727648aa70f6a89c013203f2b82a4e972e (patch)
tree37ec8e378ec2d731e9ba9c15cd58724325a5637c /www/p5-HTTPD-User-Manage/pkg-descr
parentFix build by syncing with gaim-0.73. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_2_0'.release/5.2.0
Diffstat (limited to 'www/p5-HTTPD-User-Manage/pkg-descr')
-rw-r--r--www/p5-HTTPD-User-Manage/pkg-descr10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/p5-HTTPD-User-Manage/pkg-descr b/www/p5-HTTPD-User-Manage/pkg-descr
deleted file mode 100644
index cc989495c049..000000000000
--- a/www/p5-HTTPD-User-Manage/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
- This module provides methods for authenticating a user.
- It uses HTTPD::UserAdmin to lookup passwords in a
- database. Subclasses provide methods specific to the
- authentication mechanism.
-
- Currently, under HTTP/1.0 the only supported
- authentication mechanism is Basic Authentication. NCSA
- Mosaic and NCSA HTTPd understand the proposed Message
- Digest Authentication, which should make it into the HTTP
- spec someday. This module supports both.