]> granicus.if.org Git - apache/commitdiff
Slightly improve syntax highlight
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 15 Mar 2018 19:24:29 +0000 (19:24 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 15 Mar 2018 19:24:29 +0000 (19:24 +0000)
(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

index ed64ccd624833b8418cf7c5a3c002b6b2c89a793..2bcdf13a3aec6eb20d30559be7bfcbe6e79e65eb 100644 (file)
@@ -114,7 +114,7 @@ lower level modules</description>
 <name>AuthBasicFake</name>
 <description>Fake basic authentication using the given expressions for
 username and password</description>
-<syntax>AuthBasicFake off|username [password]</syntax>
+<syntax>AuthBasicFake off|<var>username</var> [<var>password</var>]</syntax>
 <default>none</default>
 <contextlist><context>directory</context><context>.htaccess</context>
 </contextlist>
@@ -220,7 +220,7 @@ Digest Authentication was in force instead of Basic Authentication.
     providers which support Digest Authentication.</p>
 
     <p>Setting the <directive
-    module="mod_auth_basic">AuthBasicUseDigestAlgorithm</directive> directive
+    >AuthBasicUseDigestAlgorithm</directive> directive
     to <code>MD5</code> 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.
     </p>
 
     <p>Through the use of <directive
-    module="mod_auth_basic">AuthBasicUseDigestAlgorithm</directive>
+    >AuthBasicUseDigestAlgorithm</directive>
     a site may switch from Digest to Basic Authentication without
     requiring users to be assigned new passwords.</p>
 
@@ -250,7 +250,7 @@ Digest Authentication was in force instead of Basic Authentication.
     <note>
       Only providers which support Digest Authentication will be able
       to authenticate users when <directive
-      module="mod_auth_basic">AuthBasicUseDigestAlgorithm</directive>
+      >AuthBasicUseDigestAlgorithm</directive>
       is set to <code>MD5</code>.  Use of other providers will result
       in an error response and the client will be denied access.
     </note>