From 7e6cf52fa06241be1347bea0b2fd09101f1e91e4 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 22 Apr 2015 19:08:08 +0000 Subject: [PATCH] fix syntax 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 80e9938330..6aeead56ab 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.