summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_auth_digest.xml
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2002-07-15 18:02:45 +0000
committerJoshua Slive <slive@apache.org>2002-07-15 18:02:45 +0000
commitcf6b6014ed6103cc18bd274e2747b10be2881085 (patch)
tree301f7396081c5917690187c2f8913f2303561c5a /docs/manual/mod/mod_auth_digest.xml
parent655acec662dc351022b901396894a99008aca592 (diff)
downloadhttpd-cf6b6014ed6103cc18bd274e2747b10be2881085.tar.gz
Update the info on browser support of digest auth.
Submitted by: "Thomas Sj�gren" <thomas@northernsecurity.net>, Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96063 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_auth_digest.xml')
-rw-r--r--docs/manual/mod/mod_auth_digest.xml26
1 files changed, 15 insertions, 11 deletions
diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml
index ae983e98e8..5d9b919dcd 100644
--- a/docs/manual/mod/mod_auth_digest.xml
+++ b/docs/manual/mod/mod_auth_digest.xml
@@ -39,17 +39,19 @@
&lt;/Location&gt;
</example>
-<note><title>Note</title>
- <p>MD5 authentication provides a more
- secure password system than Basic authentication, but only
- works with supporting browsers. As of this writing (October 2001),
- the only major browsers which support digest authentication are
- <a href="http://www.opera.com/">Opera 4.0</a>,
- <a href="http://www.microsoft.com/windows/ie/">MS Internet
- Explorer 5.0</a> and <a href="http://www.w3.org/Amaya/">Amaya</a>.
- Therefore, we do not yet recommend using this feature on a large
- Internet site. However, for personal and intra-net use, where
- browser users can be controlled, it is ideal.</p>
+<note><title>Note</title>
+
+ <p>Digest authentication provides a more secure password system
+ than Basic authentication, but only works with supporting
+ browsers. As of July 2002, the major browsers that support digest
+ authentication are <a href="http://www.opera.com/">Opera</a>, <a
+ href="http://www.microsoft.com/windows/ie/">MS Internet
+ Explorer</a> (fails when used with a query string), <a
+ href="http://www.w3.org/Amaya/">Amaya</a> and <a
+ href="http://www.mozilla.org">Mozilla</a>. Since digest
+ authentication is not as widely implemented as basic
+ authentication, you should use it only in controlled settings.</p>
+
</note>
</section>
@@ -269,3 +271,5 @@ authentication</description>
</modulesynopsis>
+
+