]> granicus.if.org Git - apache/commitdiff
Add missing id attribute to second section of new password formats page, fix missing...
authorVincent Bray <noodl@apache.org>
Mon, 20 Aug 2007 07:21:41 +0000 (07:21 +0000)
committerVincent Bray <noodl@apache.org>
Mon, 20 Aug 2007 07:21:41 +0000 (07:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@567574 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/invoking.xml.de
docs/manual/invoking.xml.es
docs/manual/invoking.xml.ja
docs/manual/invoking.xml.ko
docs/manual/misc/password_encryptions.html.en
docs/manual/misc/password_encryptions.xml

index 3a1d487231e33288a0e18e550305e0ffbfd3327d..21c5383cf200efb4c0a7f9cd5f03728e18d201bc 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.de.xsl"?>
-<!-- English Revision: 395228:420990 (outdated) -->
+<!-- English Revision: 395228:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0ffa5969b4e4a70065463dab55750d09849e4a6e..fa23c828c57f519bc4da6cce49418d540f9aa068 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.es.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 046cb4c0fecb69788c44db366832138a52277334..662b8239b730e838467016839f1556c3aa84d2f3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='iso-2022-jp' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?>
-<!-- English Revision: 395228:420990 (outdated) -->
+<!-- English Revision: 395228:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 4610b709ce5a80b9f367be52d43b6a4710412dcb..5c4d96345834e22f10465c8bcdccee0c10e496ba 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='EUC-KR' ?>
 <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?>
-<!-- English Revision: 105989:420990 (outdated) -->
+<!-- English Revision: 105989:567441 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index f1836eede758dc9d5daf7451ad4dc1df4c6778ac..590bb6883b73b7848e4592c8d3b2969f01d2fa22 100644 (file)
@@ -25,7 +25,7 @@
     Apache.</p>
   </div>
 <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#basic">Basic Authentication</a></li>
-<li><img alt="" src="../images/down.gif" /> Digest Authentication</li>
+<li><img alt="" src="../images/down.gif" /> <a href="#digest">Digest Authentication</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
       <p>The SHA1 variant is probably the most useful format for DBD
       authentication. Since the SHA1-hash and Base64-encoding functions are
       commonly available, other software can populate a database with encrypted
-      passwords which are usable by Apache basic authentication.</p>
+      passwords that are usable by Apache basic authentication.</p>
       
       <p>To create Apache SHA1-variant basic-authentication passwords in various
       languages:</p>
     
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
-<h2>Digest Authentication</h2>
-    <p>There is only one format which Apache recognizes for
+<h2><a name="digest" id="digest">Digest Authentication</a></h2>
+    <p>There is only one format that Apache recognizes for
     digest-authentication passwords. This format is the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
     digits. <code>realm</code> is the Authorization Realm argument to the
     <h3>Database password fields for mod_dbd</h3>
       
       <p>Since the MD5-hash function is commonly available, other software can
-      populate a database with encrypted passwords which are usable by Apache
+      populate a database with encrypted passwords that are usable by Apache
       digest authentication.</p>
       
       <p>To create Apache digest-authentication passwords in various
index 91d32c788bd6b472f68817fa1e90ee99e12f020c..0723c5d1b4f93825c60573094fd186c7b3fa6e35 100644 (file)
     
   </section>
   
-  <section><title>Digest Authentication</title>
+  <section id="digest"><title>Digest Authentication</title>
     <p>There is only one format that Apache recognizes for
     digest-authentication passwords. This format is the MD5 hash of the string
     <code>user:realm:password</code> as a 32-character string of hexadecimal
     </section>
   </section>
   
-</manualpage>
\ No newline at end of file
+</manualpage>