summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_ldap.xml
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2004-02-13 16:45:57 +0000
committerBradley Nicholes <bnicholes@apache.org>2004-02-13 16:45:57 +0000
commitf068d17be64ec092323f927fb0365b2623504024 (patch)
tree8d747037af11a994444cc843e8b2729a044a8352 /docs/manual/mod/mod_ldap.xml
parente6a32ed7ff80ba984b50bac3f21e50007c1b45f7 (diff)
downloadhttpd-f068d17be64ec092323f927fb0365b2623504024.tar.gz
Added doc for LDAPSharedCacheFile directive in mod_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102639 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_ldap.xml')
-rw-r--r--docs/manual/mod/mod_ldap.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_ldap.xml b/docs/manual/mod/mod_ldap.xml
index e8c3601cd8..dc5cd90640 100644
--- a/docs/manual/mod/mod_ldap.xml
+++ b/docs/manual/mod/mod_ldap.xml
@@ -233,8 +233,21 @@ by other LDAP modules</description>
<contextlist><context>server config</context></contextlist>
<usage>
- <p>Specifies the number of bytes to specify for the shared
- memory cache. The default is 100kb.</p>
+ <p>Specifies the number of bytes to allocate for the shared
+ memory cache. The default is 100kb. If set to 0, shared memory
+ caching will not be used.</p>
+</usage>
+</directivesynopsis>
+
+<directivesynopsis>
+<name>LDAPSharedCacheFile</name>
+<description>Sets the shared memory chache file</description>
+<syntax>LDAPSharedCacheFile <var>directory-path/filename</var></syntax>
+<contextlist><context>server config</context></contextlist>
+
+<usage>
+ <p>Specifies the directory path and file name of the shared memory
+ cache file. If not set, shared memory caching will not be used.</p>
</usage>
</directivesynopsis>