From: Christophe Jaillet Date: Thu, 15 Mar 2018 19:24:29 +0000 (+0000) Subject: Slightly improve syntax highlight X-Git-Tag: 2.4.33~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22e2256e21286d0ba46e7085b6597d4dfd054d92;p=apache 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 --- 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.