<?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
<?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
<?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
<?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
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
</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>