]> 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:56:29 +0000 (19:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 3 May 2022 19:56:29 +0000 (19:56 +0000)
Simplify the wording in the doc.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900525 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authn_dbd.xml

index 9266cb89b11c671c6e91a160d2976ad7f574ef91..f0711abf9697aa2076028e101ecb62bb8a2edd1c 100644 (file)
@@ -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 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>
@@ -187,8 +185,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>