]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
httpd 2.4.x and above require at least APR 1.3, so this is always the case.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 3 May 2022 19:58:01 +0000 (19:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 3 May 2022 19:58:01 +0000 (19:58 +0000)
Simplify the wording in the doc.

r1900525 in trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900526 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbd.xml

index 4801f2078446317efd418954861d0b27029dd5de..f1d9fd58fb12420a4e1f7f74e913fcf7f8807b64 100644 (file)
@@ -108,8 +108,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>
@@ -142,8 +141,7 @@ AuthDBDUserPWQuery "SELECT password FROM authn WHERE user = %s"
     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>
@@ -177,8 +175,7 @@ AuthDBDUserRealmQuery "SELECT password FROM authn WHERE user = %s AND realm = %s
     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>