From: Yoshiki Hayashi Date: Fri, 10 Dec 2004 07:38:02 +0000 (+0000) Subject: It's authn that manages authentication. X-Git-Tag: 2.1.3~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c03c4bf78b24499adbacedce8328749d8443c91d;p=thirdparty%2Fapache%2Fhttpd.git It's authn that manages authentication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111481 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/programs/dbmmanage.xml b/docs/manual/programs/dbmmanage.xml index 5d87500dd79..57275ac2e44 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