From: Christophe Jaillet
Date: Thu, 15 Mar 2018 19:05:45 +0000 (+0000)
Subject: Slightly improve syntax highlight
X-Git-Tag: 2.5.0-alpha2-ci-test-only~2790
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd65f789940914587c7a3a853d7c1932eb5329f9;p=thirdparty%2Fapache%2Fhttpd.git
Slightly improve syntax highlight
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826856 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml
index 46b6dacff44..b7ddbec262c 100644
--- a/docs/manual/mod/mod_auth_basic.xml
+++ b/docs/manual/mod/mod_auth_basic.xml
@@ -113,7 +113,7 @@ lower level modules
AuthBasicFake
Fake basic authentication using the given expressions for
username and password
-AuthBasicFake off|username [password]
+AuthBasicFake off|username [password]
none
directory.htaccess
@@ -219,7 +219,7 @@ Digest Authentication was in force instead of Basic Authentication.
providers which support Digest Authentication.
Setting the AuthBasicUseDigestAlgorithm directive
+ >AuthBasicUseDigestAlgorithm directive
to MD5 will cause the user's Basic Authentication password
to be checked using the same encrypted format as for Digest
Authentication. First a string composed from the username, realm name,
@@ -232,7 +232,7 @@ Digest Authentication was in force instead of Basic Authentication.
Through the use of AuthBasicUseDigestAlgorithm
+ >AuthBasicUseDigestAlgorithm
a site may switch from Digest to Basic Authentication without
requiring users to be assigned new passwords.
@@ -249,7 +249,7 @@ Digest Authentication was in force instead of Basic Authentication.
Only providers which support Digest Authentication will be able
to authenticate users when AuthBasicUseDigestAlgorithm
+ >AuthBasicUseDigestAlgorithm
is set to MD5. Use of other providers will result
in an error response and the client will be denied access.