<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>
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>
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>