From: Noirin Plunkett Date: Tue, 13 Jun 2006 09:23:50 +0000 (+0000) Subject: Simple language fixes, been sitting around in my repos for a while X-Git-Tag: 2.3.0~2338 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33ff7636737d6ba9d954f284cc74d820cfc42f8e;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.