Commit 3f7b4182 authored by Marc Slemko's avatar Marc Slemko
Browse files

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
parent 8c8ad338
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/core.html: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -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