]> git.sur5r.net Git - openldap/blobdiff - contrib/ldaptcl/ldap.n
Tentative fix for ITS #402. (Not tested yet.) If successful, this patch
[openldap] / contrib / ldaptcl / ldap.n
index b117bee9d597ba292e60d977b8f79d98586e781c..c7b65f17019e3792c2c4930572b6ffdd27e6b204 100644 (file)
@@ -219,6 +219,10 @@ search criteria.
        controlArray(attributes) is a list of attributes to be fetched.
            If not specified, all attributes are fetched.
 
        controlArray(attributes) is a list of attributes to be fetched.
            If not specified, all attributes are fetched.
 
+       controlArray(timeout) a timeout value in seconds (may contain
+           fractional values -- extremely very small values are useful
+           for forcing timeout conditions to test timeouts).
+
         For each matching record, destArray is populated with none,
        some or all attribute-value pairs.
 
         For each matching record, destArray is populated with none,
        some or all attribute-value pairs.
 
@@ -241,7 +245,7 @@ To enable caching of data received from an LDAP connection,
     foo cache enable timeout maxmem
 
        ...where timeout is specified in seconds, and maxmem is the
     foo cache enable timeout maxmem
 
        ...where timeout is specified in seconds, and maxmem is the
-       maximum memory to be used fo caching, in bytes.
+       maximum memory to be used for caching, in bytes.
 
        If maxmem is 0, the cache size is restricted only by the timeout.
 
 
        If maxmem is 0, the cache size is restricted only by the timeout.