From 2772afbb4df3ba7d0cd1bd7cf2b9a49dd8dc9afe Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Mon, 15 Jul 2002 18:02:45 +0000 Subject: [PATCH] Update the info on browser support of digest auth. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Submitted by: "Thomas Sj�gren" , Joshua Slive git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96063 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_digest.html.en | 25 ++++++++++++------------ docs/manual/mod/mod_auth_digest.xml | 26 ++++++++++++++----------- 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.html.en b/docs/manual/mod/mod_auth_digest.html.en index 85a6ca9c2a..331d8497a7 100644 --- a/docs/manual/mod/mod_auth_digest.html.en +++ b/docs/manual/mod/mod_auth_digest.html.en @@ -2,8 +2,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX This file is generated from xml source: DO NOT EDIT XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - -->mod_auth_digest- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_auth_digest

Description:User authentication using MD5 - Digest Authentication.
Status:Experimental
Module Identifier:auth_digest_module

Summary

+ -->mod_auth_digest- Apache HTTP Server
[APACHE DOCUMENTATION]

Apache HTTP Server Version 2.0

Apache Module mod_auth_digest

Description:User authentication using MD5 + Digest Authentication.
Status:Experimental
Module Identifier:auth_digest_module

Summary

This module implements HTTP Digest Authentication. However, it has not been extensively tested and is therefore marked experimental.

@@ -26,17 +26,16 @@ </Location>
-

Note

-

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 - Opera 4.0, - MS Internet - Explorer 5.0 and Amaya. - 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.

+

Note

+ +

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 Opera, MS Internet + Explorer (fails when used with a query string), Amaya and Mozilla. Since digest + authentication is not as widely implemented as basic + authentication, you should use it only in controlled settings.

+

AuthDigestAlgorithm Directive

Description: Selects the algorithm used to calculate the challenge and response hases in digest authentication
Syntax:AuthDigestAlgorithm MD5|MD5-sess
Default:AuthDigestAlgorithm MD5
Context:directory, .htaccess
Override:AuthConfig
Status:Experimental
Module:mod_auth_digest
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 @@ </Location> -Note -

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 - Opera 4.0, - MS Internet - Explorer 5.0 and Amaya. - 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.

+Note + +

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 Opera, MS Internet + Explorer (fails when used with a query string), Amaya and Mozilla. Since digest + authentication is not as widely implemented as basic + authentication, you should use it only in controlled settings.

+
@@ -269,3 +271,5 @@ authentication + + -- 2.50.1