From 22e2256e21286d0ba46e7085b6597d4dfd054d92 Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 15 Mar 2018 19:24:29 +0000 Subject: [PATCH] Slightly improve syntax highlight (r1826856 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826858 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 ed64ccd624..2bcdf13a3a 100644 --- a/docs/manual/mod/mod_auth_basic.xml +++ b/docs/manual/mod/mod_auth_basic.xml @@ -114,7 +114,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 @@ -220,7 +220,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, @@ -233,7 +233,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.

@@ -250,7 +250,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