]> granicus.if.org Git - apache/commitdiff
Added doc for LDAPSharedCacheFile directive in mod_ldap
authorBradley Nicholes <bnicholes@apache.org>
Fri, 13 Feb 2004 16:45:57 +0000 (16:45 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 13 Feb 2004 16:45:57 +0000 (16:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102639 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ldap.xml

index e8c3601cd852e7db9dec77647a4320c7b6713441..dc5cd9064064ade9fb65097245d629775d37623a 100644 (file)
@@ -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>