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:
@@ -303,7 +303,7 @@ It must be accompanied by <A HREF="#authtype">AuthType</A> and
|
|||||||
><STRONG>Status:</STRONG></A> core<P>
|
><STRONG>Status:</STRONG></A> core<P>
|
||||||
|
|
||||||
This directive selects the type of user authentication for a directory.
|
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 <?INDEX {\tt Basic} authentication scheme> -->
|
<!--%plaintext <?INDEX {\tt Basic} authentication scheme> -->
|
||||||
It must be accompanied by <A HREF="#authname">AuthName</A> and
|
It must be accompanied by <A HREF="#authname">AuthName</A> and
|
||||||
<A HREF="#require">require</A> directives, and directives such as
|
<A HREF="#require">require</A> directives, and directives such as
|
||||||
|
Reference in New Issue
Block a user