summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2012-12-12 15:13:44 +0100
committerRainer Jung <rjung@apache.org>2012-12-12 15:13:44 +0100
commit902fbd0c27de22e47bbfa5234686f6150505ebf9 (patch)
tree8aebaad8517f462568c1aacbc94894ac540da193 /docs/manual/mod
parentFix validation error. (diff)
downloadapache2-902fbd0c27de22e47bbfa5234686f6150505ebf9.tar.xz
apache2-902fbd0c27de22e47bbfa5234686f6150505ebf9.zip
Docs update concerning recent htpasswd and htdbm
additions. Add some cross refernces between dbmmanage and htdbm. Update man page for htdbm and htpasswd. Add bcrypt info to misc/password_encryptions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1420686 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod')
-rw-r--r--docs/manual/mod/mod_authn_dbm.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_authn_dbm.xml b/docs/manual/mod/mod_authn_dbm.xml
index 37989c3be0..6721ba8170 100644
--- a/docs/manual/mod/mod_authn_dbm.xml
+++ b/docs/manual/mod/mod_authn_dbm.xml
@@ -51,6 +51,8 @@
<seealso>
<directive module="mod_auth_digest">AuthDigestProvider</directive>
</seealso>
+<seealso><program>htpasswd</program></seealso>
+<seealso><program>htdbm</program></seealso>
<seealso><a href="../misc/password_encryptions.html">Password Formats</a></seealso>
<directivesynopsis>
@@ -98,7 +100,9 @@ passwords for authentication</description>
<p>A perl script called
<program>dbmmanage</program> is included with
Apache. This program can be used to create and update DBM
- format password files for use with this module.</p>
+ format password files for use with this module. Another
+ tool for maintaining the DBM files is the included program
+ <program>htdbm</program>.</p>
</usage>
</directivesynopsis>