You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/03/15 19:05:45 UTC

svn commit: r1826856 - /httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml

Author: jailletc36
Date: Thu Mar 15 19:05:45 2018
New Revision: 1826856

URL: http://svn.apache.org/viewvc?rev=1826856&view=rev
Log:
Slightly improve syntax highlight

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml?rev=1826856&r1=1826855&r2=1826856&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_auth_basic.xml Thu Mar 15 19:05:45 2018
@@ -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 inste
     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 inste
     </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 inste
     <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>