diff options
Diffstat (limited to 'docs/manual/programs/htdbm.html.en')
-rw-r--r-- | docs/manual/programs/htdbm.html.en | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/manual/programs/htdbm.html.en b/docs/manual/programs/htdbm.html.en index 71d4941a43..619434cc24 100644 --- a/docs/manual/programs/htdbm.html.en +++ b/docs/manual/programs/htdbm.html.en @@ -43,7 +43,7 @@ </ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li><code class="program"><a href="../programs/dbmmanage.html">dbmmanage</a></code></li><li><code class="module"><a href="../mod/mod_authn_dbm.html">mod_authn_dbm</a></code></li><li><a href="#comments_section">Comments</a></li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="synopsis" id="synopsis">Synopsis</a><a title="Permanent link" href="#synopsis" class="permalink">¶</a></h2> +<h2><a name="synopsis" id="synopsis">Synopsis</a> <a title="Permanent link" href="#synopsis" class="permalink">¶</a></h2> <p><code><strong>htdbm</strong> [ -<strong>T</strong><var>DBTYPE</var> ] [ -<strong>i</strong> ] @@ -132,7 +132,7 @@ <var>filename</var></code></p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="options" id="options">Options</a><a title="Permanent link" href="#options" class="permalink">¶</a></h2> +<h2><a name="options" id="options">Options</a> <a title="Permanent link" href="#options" class="permalink">¶</a></h2> <dl> <dt><code>-b</code></dt> <dd>Use batch mode; <em>i.e.</em>, get the password from the command line @@ -223,7 +223,7 @@ </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="bugs" id="bugs">Bugs</a><a title="Permanent link" href="#bugs" class="permalink">¶</a></h2> +<h2><a name="bugs" id="bugs">Bugs</a> <a title="Permanent link" href="#bugs" class="permalink">¶</a></h2> <p>One should be aware that there are a number of different DBM file formats in existence, and with all likelihood, libraries for more than one format may exist on your system. The three primary examples are @@ -240,7 +240,7 @@ Unix systems to see what format a DBM file is in.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="exit" id="exit">Exit Status</a><a title="Permanent link" href="#exit" class="permalink">¶</a></h2> +<h2><a name="exit" id="exit">Exit Status</a> <a title="Permanent link" href="#exit" class="permalink">¶</a></h2> <p><code>htdbm</code> returns a zero status ("true") if the username and password have been successfully added or updated in the DBM File. <code>htdbm</code> returns <code>1</code> if it encounters some problem @@ -254,7 +254,7 @@ file.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="examples" id="examples">Examples</a><a title="Permanent link" href="#examples" class="permalink">¶</a></h2> +<h2><a name="examples" id="examples">Examples</a> <a title="Permanent link" href="#examples" class="permalink">¶</a></h2> <div class="example"><p><code> htdbm /usr/local/etc/apache/.htdbm-users jsmith </code></p></div> @@ -296,7 +296,7 @@ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="security" id="security">Security Considerations</a><a title="Permanent link" href="#security" class="permalink">¶</a></h2> +<h2><a name="security" id="security">Security Considerations</a> <a title="Permanent link" href="#security" class="permalink">¶</a></h2> <p>Web password files such as those managed by <code>htdbm</code> should <em>not</em> be within the Web server's URI space -- that is, they should not be fetchable with a browser.</p> @@ -317,7 +317,7 @@ standards.</p> </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> -<h2><a name="restrictions" id="restrictions">Restrictions</a><a title="Permanent link" href="#restrictions" class="permalink">¶</a></h2> +<h2><a name="restrictions" id="restrictions">Restrictions</a> <a title="Permanent link" href="#restrictions" class="permalink">¶</a></h2> <p>On the Windows platform, passwords encrypted with <code>htdbm</code> are limited to no more than <code>255</code> characters in length. Longer passwords will be truncated to 255 |