diff options
author | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2019-01-22 10:53:04 +0100 |
commit | 5464a1ae693bf0fa7a850df511ffcfc99903e71e (patch) | |
tree | 82e233a59c25cd1b3268c651ac2c3bed058b8fee /docs/manual/programs/htpasswd.html.en | |
parent | Copy the "Note about /" note from the Location (diff) | |
download | apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.tar.xz apache2-5464a1ae693bf0fa7a850df511ffcfc99903e71e.zip |
Xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1851794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r-- | docs/manual/programs/htpasswd.html.en | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en index bb148c23d7..684066e1c2 100644 --- a/docs/manual/programs/htpasswd.html.en +++ b/docs/manual/programs/htpasswd.html.en @@ -65,7 +65,7 @@ distribution.</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>htpasswd</strong> [ -<strong>c</strong> ] [ -<strong>i</strong> ] @@ -109,7 +109,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div> <var>password</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 @@ -188,7 +188,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div> </dl> </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>htpasswd</code> returns a zero status ("true") if the username and password have been successfully added or updated in the <var>passwdfile</var>. <code>htpasswd</code> returns <code>1</code> if it @@ -202,7 +202,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div> if the file is not a valid password 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> htpasswd /usr/local/etc/apache/.htpasswd-users jsmith </code></p></div> @@ -230,7 +230,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div> 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="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>htpasswd</code> should <em>not</em> be within the Web server's URI space -- that is, they should not be fetchable with a browser.</p> @@ -254,7 +254,7 @@ distribution.</li><li><a href="#comments_section">Comments</a></li></ul></div> 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>htpasswd</code> are limited to no more than <code>255</code> characters in length. Longer passwords will be truncated to 255 |