]> granicus.if.org Git - apache/commitdiff
note required APR/httpd versions
authorChris Darroch <chrisd@apache.org>
Wed, 26 Mar 2008 19:47:02 +0000 (19:47 +0000)
committerChris Darroch <chrisd@apache.org>
Wed, 26 Mar 2008 19:47:02 +0000 (19:47 +0000)
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
docs/manual/mod/mod_authn_dbd.xml
docs/manual/mod/mod_authz_dbd.html.en
docs/manual/mod/mod_authz_dbd.xml

index b2c5dd5f25be17ca7be131c5315d0683214c4448..285e146b4904c2a1694fcb51ffd993f5c4a5b613 100644 (file)
@@ -103,9 +103,10 @@ DBDExptime 300
 <h2><a name="exposed" id="exposed">Exposing Login Information</a></h2>
 
 <p>
-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 <a class="glossarylink" href="../glossary.html#apr" title="see glossary">APR</a> 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_".
 </p>
 <p>If a database query for example returned the username, full name
 and telephone number of a user, a CGI program will have access to
index bdf1b6a657a8622a50da71d051260a09d97addbb..43df6e227a04fc552d6551349013152db5fe9da2 100644 (file)
@@ -91,9 +91,10 @@ DBDExptime 300
 <section id="exposed">
 <title>Exposing Login Information</title>
 <p>
-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 <glossary>APR</glossary> 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_".
 </p>
 <p>If a database query for example returned the username, full name
 and telephone number of a user, a CGI program will have access to
index f52ee1761450515155643236f1bed9377310778b..524cb0f9d8bb7cdcff2165102e21ead16e018582 100644 (file)
@@ -27,7 +27,7 @@
 <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>authz_dbd_module</td></tr>
 <tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_authz_dbd.c</td></tr>
-<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.2 and later</td></tr></table>
+<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in Apache 2.4 and later</td></tr></table>
 <h3>Summary</h3>
 
     <p>This module provides authorization capabilities so that
index 901913cac7cbddcad6cac68fbf1bd436a6562be7..3cdff7fb4bf97ca814c75f79bc6ca2d10490ce37 100644 (file)
@@ -27,7 +27,7 @@
 <status>Extension</status>
 <sourcefile>mod_authz_dbd.c</sourcefile>
 <identifier>authz_dbd_module</identifier>
-<compatibility>Available in Apache 2.2 and later</compatibility>
+<compatibility>Available in Apache 2.4 and later</compatibility>
 
 <summary>
     <p>This module provides authorization capabilities so that