X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=contrib%2Fldaptcl%2Fldap.n;h=c7b65f17019e3792c2c4930572b6ffdd27e6b204;hb=0fa6f1df1e36d0cbc991c8dc40a7d883e219948a;hp=b117bee9d597ba292e60d977b8f79d98586e781c;hpb=ef123c1ceccd8890dacba21e0e71311ad985d7e9;p=openldap diff --git a/contrib/ldaptcl/ldap.n b/contrib/ldaptcl/ldap.n index b117bee9d5..c7b65f1701 100644 --- a/contrib/ldaptcl/ldap.n +++ b/contrib/ldaptcl/ldap.n @@ -219,6 +219,10 @@ search criteria. 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. @@ -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 - 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.