From de7e25de1673147266570502dbf8ace27398dcf1 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Wed, 26 Mar 2008 19:47:02 +0000 Subject: [PATCH] note required APR/httpd versions git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641514 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authn_dbd.html.en | 7 ++++--- docs/manual/mod/mod_authn_dbd.xml | 7 ++++--- docs/manual/mod/mod_authz_dbd.html.en | 2 +- docs/manual/mod/mod_authz_dbd.xml | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/manual/mod/mod_authn_dbd.html.en b/docs/manual/mod/mod_authn_dbd.html.en index b2c5dd5f25..285e146b49 100644 --- a/docs/manual/mod/mod_authn_dbd.html.en +++ b/docs/manual/mod/mod_authn_dbd.html.en @@ -103,9 +103,10 @@ DBDExptime 300

Exposing Login Information

-Whenever a query is made to the database server, all columns returned by -the query are placed in the environment, using environment variables with -the prefix "AUTHENTICATE_". +If httpd was built against APR version 1.3.0 +or higher, then whenever a query is made to the database server, all +column values in the first row returned by the query are placed in the +environment, using environment variables with the prefix "AUTHENTICATE_".

If a database query for example returned the username, full name and telephone number of a user, a CGI program will have access to diff --git a/docs/manual/mod/mod_authn_dbd.xml b/docs/manual/mod/mod_authn_dbd.xml index bdf1b6a657..43df6e227a 100644 --- a/docs/manual/mod/mod_authn_dbd.xml +++ b/docs/manual/mod/mod_authn_dbd.xml @@ -91,9 +91,10 @@ DBDExptime 300

Exposing Login Information

-Whenever a query is made to the database server, all columns returned by -the query are placed in the environment, using environment variables with -the prefix "AUTHENTICATE_". +If httpd was built against APR version 1.3.0 +or higher, then whenever a query is made to the database server, all +column values in the first row returned by the query are placed in the +environment, using environment variables with the prefix "AUTHENTICATE_".

If a database query for example returned the username, full name and telephone number of a user, a CGI program will have access to diff --git a/docs/manual/mod/mod_authz_dbd.html.en b/docs/manual/mod/mod_authz_dbd.html.en index f52ee17614..524cb0f9d8 100644 --- a/docs/manual/mod/mod_authz_dbd.html.en +++ b/docs/manual/mod/mod_authz_dbd.html.en @@ -27,7 +27,7 @@ Status:Extension Module Identifier:authz_dbd_module Source File:mod_authz_dbd.c -Compatibility:Available in Apache 2.2 and later +Compatibility:Available in Apache 2.4 and later

Summary

This module provides authorization capabilities so that diff --git a/docs/manual/mod/mod_authz_dbd.xml b/docs/manual/mod/mod_authz_dbd.xml index 901913cac7..3cdff7fb4b 100644 --- a/docs/manual/mod/mod_authz_dbd.xml +++ b/docs/manual/mod/mod_authz_dbd.xml @@ -27,7 +27,7 @@ Extension mod_authz_dbd.c authz_dbd_module -Available in Apache 2.2 and later +Available in Apache 2.4 and later

This module provides authorization capabilities so that -- 2.40.0