1
0
mirror of https://github.com/apache/httpd.git synced 2025-09-02 13:21:21 +03:00

Digest is mostly supported, for all the good it does.

PR: 2715
Obtained from:
Submitted by:	Youichirou Koga <y-koga@jp.FreeBSD.org>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81827 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Slemko
1998-07-28 05:57:13 +00:00
parent ee442f2006
commit 70f15d6e86

View File

@@ -303,7 +303,7 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and
><STRONG>Status:</STRONG></A> core<P>
This directive selects the type of user authentication for a directory.
Only <CODE>Basic</CODE> is currently implemented.
Only <CODE>Basic</CODE> and <CODE>Digest</CODE> are currently implemented.
<!--%plaintext &lt;?INDEX {\tt Basic} authentication scheme&gt; -->
It must be accompanied by <A HREF="#authname">AuthName</A> and
<A HREF="#require">require</A> directives, and directives such as