You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/12/11 14:37:24 UTC

svn commit: r1420149 - /httpd/httpd/trunk/docs/manual/howto/auth.xml

Author: rjung
Date: Tue Dec 11 13:37:23 2012
New Revision: 1420149

URL: http://svn.apache.org/viewvc?rev=1420149&view=rev
Log:
Fix typo dbd -> dbm and add htdbm
to dbmmanage note.

Modified:
    httpd/httpd/trunk/docs/manual/howto/auth.xml

Modified: httpd/httpd/trunk/docs/manual/howto/auth.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/auth.xml?rev=1420149&r1=1420148&r2=1420149&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/auth.xml (original)
+++ httpd/httpd/trunk/docs/manual/howto/auth.xml Tue Dec 11 13:37:23 2012
@@ -254,7 +254,7 @@ Require user rbowen
     The <module>mod_authn_dbm</module> module provides the <directive
     module="mod_authn_dbm">AuthDBMUserFile</directive> directive. These
     files can be created and manipulated with the <program>
-    dbmmanage</program> program. Many
+    dbmmanage</program> and <program>htdbm</program> programs. Many
     other types of authentication options are available from third
     party modules in the <a
     href="http://modules.apache.org/">Apache Modules
@@ -366,7 +366,7 @@ Require group GroupName
     you can choose <code>dbm</code> or <code>dbd</code> as your storage
     format.</p>
 
-    <p>To select a dbd file rather than a text file, for example:</p>
+    <p>To select a dbm file rather than a text file, for example:</p>
 
     <highlight language="config">
 &lt;Directory /www/docs/private&gt;