You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/05/03 19:56:29 UTC

svn commit: r1900525 - /httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml

Author: jailletc36
Date: Tue May  3 19:56:29 2022
New Revision: 1900525

URL: http://svn.apache.org/viewvc?rev=1900525&view=rev
Log:
httpd 2.4.x and above require at least APR 1.3, so this is always the case.
Simplify the wording in the doc.

[skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml?rev=1900525&r1=1900524&r2=1900525&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authn_dbd.xml Tue May  3 19:56:29 2022
@@ -107,8 +107,7 @@ DBDExptime 300
 <section id="exposed">
 <title>Exposing Login Information</title>
 <p>
-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
+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>
@@ -152,8 +151,7 @@ AuthDBDUserPWQuery "SELECT password FROM
     statement should be a string containing the encrypted password.
     Subsequent rows will be ignored.  If no rows are returned, the user
     will not be authenticated through <module>mod_authn_dbd</module>.</p>
-    <p>If httpd was built against <glossary>APR</glossary> version 1.3.0
-    or higher, any additional column values in the first row returned by
+    <p>Any additional column values in the first row returned by
     the query statement will be stored as environment variables with
     names of the form <code>AUTHENTICATE_<var>COLUMN</var></code>.
     </p>
@@ -187,8 +185,7 @@ AuthDBDUserRealmQuery "SELECT password F
     statement should be a string containing the encrypted password.
     Subsequent rows will be ignored.  If no rows are returned, the user
     will not be authenticated through <module>mod_authn_dbd</module>.</p>
-    <p>If httpd was built against <glossary>APR</glossary> version 1.3.0
-    or higher, any additional column values in the first row returned by
+    <p>Any additional column values in the first row returned by
     the query statement will be stored as environment variables with
     names of the form <code>AUTHENTICATE_<var>COLUMN</var></code>.
     </p>