From cd65f789940914587c7a3a853d7c1932eb5329f9 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 15 Mar 2018 19:05:45 +0000 Subject: [PATCH] Slightly improve syntax highlight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1826856 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_auth_basic.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_auth_basic.xml b/docs/manual/mod/mod_auth_basic.xml index 46b6dacff4..b7ddbec262 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. -- 2.40.0