From 33ff7636737d6ba9d954f284cc74d820cfc42f8e Mon Sep 17 00:00:00 2001 From: Noirin Plunkett Date: Tue, 13 Jun 2006 09:23:50 +0000 Subject: [PATCH] Simple language fixes, been sitting around in my repos for a while git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413844 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_digest.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_auth_digest.xml b/docs/manual/mod/mod_auth_digest.xml index 627c66e48e4..bb030033e22 100644 --- a/docs/manual/mod/mod_auth_digest.xml +++ b/docs/manual/mod/mod_auth_digest.xml @@ -24,7 +24,7 @@ mod_auth_digest User authentication using MD5 - Digest Authentication. + Digest Authentication Experimental mod_auth_digest.c auth_digest_module @@ -42,12 +42,13 @@
Using Digest Authentication -

Using MD5 Digest authentication is very simple. Simply set - up authentication normally, using AuthType Digest and - AuthDigestProvider - instead of the normal AuthType Basic and +

To use MD5 Digest authentication, simply + change the normal AuthType Basic and AuthBasicProvider. - Then add a AuthType Digest and + AuthDigestProvider, + when setting up authentication, then add a + AuthDigestDomain directive containing at least the root URI(s) for this protection space.

-- 2.47.3