]> granicus.if.org Git - apache/commitdiff
fix syntax
authorEric Covener <covener@apache.org>
Wed, 22 Apr 2015 19:08:08 +0000 (19:08 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Apr 2015 19:08:08 +0000 (19:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675455 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_ldap.xml

index 80e993833052a3e6803aba688b28d09d1653bbe4..6aeead56ab8c806d57b09e55ab8c01246bfab6e1 100644 (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>