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

index 46b6dacff44ebac859cdd441cbd9eefc064be9ed..b7ddbec262c0aa124df2e4e909c457f7e10fee3f 100644 (file)
@@ -113,7 +113,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>
@@ -219,7 +219,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,
@@ -232,7 +232,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>
 
@@ -249,7 +249,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>