From c03c4bf78b24499adbacedce8328749d8443c91d Mon Sep 17 00:00:00 2001 From: Yoshiki Hayashi Date: Fri, 10 Dec 2004 07:38:02 +0000 Subject: [PATCH] It's authn that manages authentication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111481 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/dbmmanage.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/programs/dbmmanage.xml b/docs/manual/programs/dbmmanage.xml index 5d87500dd7..57275ac2e4 100644 --- a/docs/manual/programs/dbmmanage.xml +++ b/docs/manual/programs/dbmmanage.xml @@ -27,7 +27,7 @@

dbmmanage is used to create and update the DBM format files used to store usernames and password for basic authentication of HTTP users - via mod_auth_dbm. + via mod_authn_dbm. Resources available from the Apache HTTP server can be restricted to just the users listed in the files created by dbmmanage. This program can only be used when the usernames are stored in a DBM file. To -- 2.50.1