diff options
author | André Malo <nd@apache.org> | 2004-11-28 21:56:39 +0000 |
---|---|---|
committer | André Malo <nd@apache.org> | 2004-11-28 21:56:39 +0000 |
commit | 0c0a47cdddf626e4729a0d03679006e1e8519ebd (patch) | |
tree | 6b6885e475304a5da2a868bdf065ee13907b26b0 /docs/manual/programs/htpasswd.html.en | |
parent | 0953648ad6461a5fb68e4bc99016d822044ef18f (diff) | |
download | httpd-0c0a47cdddf626e4729a0d03679006e1e8519ebd.tar.gz |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106853 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/programs/htpasswd.html.en')
-rw-r--r-- | docs/manual/programs/htpasswd.html.en | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/programs/htpasswd.html.en b/docs/manual/programs/htpasswd.html.en index 5e4289eadb..f5f4b29c49 100644 --- a/docs/manual/programs/htpasswd.html.en +++ b/docs/manual/programs/htpasswd.html.en @@ -32,7 +32,7 @@ just the users listed in the files created by <code>htpasswd</code>. This program can only manage usernames and passwords stored in a flat-file. It can encrypt and display password information for use in other types of data - stores, though. To use a DBM database see <a href="dbmmanage.html">dbmmanage</a>.</p> + stores, though. To use a DBM database see <code class="program"><a href="../programs/dbmmanage.html">dbmmanage</a></code>.</p> <p><code>htpasswd</code> encrypts passwords using either a version of MD5 modified for Apache, or the system's <code>crypt()</code> routine. Files @@ -42,7 +42,7 @@ <p>This manual page only lists the command line arguments. For details of the directives necessary to configure user authentication in - <a href="httpd.html">httpd</a> see the Apache manual, which is part of the + <code class="program"><a href="../programs/httpd.html">httpd</a></code> see the Apache manual, which is part of the Apache distribution or can be found at <a href="http://httpd.apache.org">http://httpd.apache.org/</a>.</p> </div> <div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#synopsis">Synopsis</a></li> @@ -51,7 +51,7 @@ <li><img alt="" src="../images/down.gif" /> <a href="#examples">Examples</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#security">Security Considerations</a></li> <li><img alt="" src="../images/down.gif" /> <a href="#restrictions">Restrictions</a></li> -</ul><h3>See also</h3><ul class="seealso"><li><a href="httpd.html">httpd</a></li><li>The scripts in support/SHA1 which come with the +</ul><h3>See also</h3><ul class="seealso"><li><code class="program"><a href="../programs/httpd.html">httpd</a></code></li><li>The scripts in support/SHA1 which come with the distribution.</li></ul></div> <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div> <div class="section"> @@ -111,7 +111,7 @@ distribution.</li></ul></div> <dd>Use <code>crypt()</code> encryption for passwords. The default on all platforms but Windows, Netware and TPF. Though possibly supported by <code>htpasswd</code> on all platforms, it is not supported by the - <a href="httpd.html">httpd</a> server on Windows, Netware and TPF.</dd> + <code class="program"><a href="../programs/httpd.html">httpd</a></code> server on Windows, Netware and TPF.</dd> <dt><code>-s</code></dt> <dd>Use SHA encryption for passwords. Facilitates migration from/to Netscape @@ -119,7 +119,7 @@ distribution.</li></ul></div> <dt><code>-p</code></dt> <dd>Use plaintext passwords. Though <code>htpasswd</code> will support - creation on all platforms, the <a href="httpd.html">httpd</a> daemon will + creation on all platforms, the <code class="program"><a href="../programs/httpd.html">httpd</a></code> daemon will only accept plain text passwords on Windows, Netware and TPF.</dd> <dt><code>-D</code></dt> |