1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

fix syntax

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2015-04-22 19:08:08 +00:00
parent 6d1cf380a0
commit 7e6cf52fa0

View File

@@ -111,11 +111,11 @@ for HTTP Basic authentication.</description>
<section id="gcaveats"><title>General caveats</title>
<p> This module caches authentication and authorization results based
on the configuration of <module name="mod_ldap">mod_ldap</module>. Changes
on the configuration of <module>mod_ldap</module>. Changes
made to the backing LDAP server will not be immediately reflected on the
HTTP Server, including but not limited to user lockouts/revocations,
password changes, or changes to group memberships. Consult the directives
in <module name="mod_ldap">mod_ldap</module> for details of the cache tunables.
in <module>mod_ldap</module> for details of the cache tunables.
</p>
</section>