From: Rich Bowen Date: Sat, 15 Jan 2011 19:25:06 +0000 (+0000) Subject: Links to current documentation. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8f94220d4f50b71765e8eb82a0efc4c17d7e5c;p=thirdparty%2Fapache%2Fhttpd.git Links to current documentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1059395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/mod_auth_dbm.html b/htdocs/manual/mod/mod_auth_dbm.html index e519501ec84..f669690a329 100644 --- a/htdocs/manual/mod/mod_auth_dbm.html +++ b/htdocs/manual/mod/mod_auth_dbm.html @@ -102,6 +102,9 @@ Module: mod_auth_dbm +

Current documentation for this directive may be found here

+

The AuthDBMGroupFile directive sets the name of a DBM file containing the list of user groups for user authentication. File-path is the absolute path to the group file.

@@ -164,6 +167,9 @@ Module: mod_auth_dbm +

Current documentation for this directive may be found here

+

The AuthDBMUserFile directive sets the name of a DBM file containing the list of users and passwords for user authentication. File-path is the absolute path to the @@ -216,6 +222,9 @@ Module: mod_auth_dbm +

Current documentation for this directive may be found here

+

Setting the AuthDBMAuthoritative directive explicitly to 'off' allows for both authentication and authorization to be passed on to lower level modules (as