From 665b4dac1336615441d99a9552af33a0592c1729 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 11 Dec 2012 13:40:40 +0000 Subject: [PATCH] Fix typo dbd -> dbm and add htdbm to dbmmanage note. Backport of r1420149 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1420151 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/howto/auth.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/howto/auth.xml b/docs/manual/howto/auth.xml index a9ac7546fd..4b5a268fc0 100644 --- a/docs/manual/howto/auth.xml +++ b/docs/manual/howto/auth.xml @@ -254,7 +254,7 @@ Require user rbowen The mod_authn_dbm module provides the AuthDBMUserFile directive. These files can be created and manipulated with the - dbmmanage program. Many + dbmmanage and htdbm programs. Many other types of authentication options are available from third party modules in the Apache Modules @@ -361,7 +361,7 @@ Require group GroupName you can choose dbm or dbd as your storage format.

-

To select a dbd file rather than a text file, for example:

+

To select a dbm file rather than a text file, for example:

<Directory /www/docs/private> -- 2.40.0