From: Eric Covener Date: Wed, 22 Apr 2015 19:08:29 +0000 (+0000) Subject: Merge r1675455 from trunk: X-Git-Tag: 2.4.13~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cd6b76044531960a3067521d15e7f528066d248;p=thirdparty%2Fapache%2Fhttpd.git Merge r1675455 from trunk: fix syntax git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1675456 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 1a40498e490..e0bc197d16c 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -111,11 +111,11 @@ for HTTP Basic authentication.
General caveats

This module caches authentication and authorization results based -on the configuration of mod_ldap. Changes +on the configuration of mod_ldap. 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 mod_ldap for details of the cache tunables. +in mod_ldap for details of the cache tunables.