X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapd-bdb.5;h=d24bd0cff463cd45d45795b205635087ee24d789;hb=8e89944abc12c1dcbf161efea9d8f4a43dbb6a41;hp=caed18a197be9c84964d174375485a76d52e76d5;hpb=878bff913aa6ac16342b6621e859e68775c2336f;p=openldap diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index caed18a197..d24bd0cff4 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -114,7 +114,7 @@ The default is 0600. .TP .B searchstack Specify the depth of the stack used for search filter evaluation. -Search filters are evaluated on a stack to accomodate nested AND / OR +Search filters are evaluated on a stack to accommodate nested AND / OR clauses. An individual stack is assigned to each server thread. The depth of the stack determines how complex a filter can be evaluated without requiring any additional memory allocation. Filters that @@ -130,6 +130,19 @@ Specify a key for a shared memory BDB environment. By default the BDB environment uses memory mapped files. If a non-zero value is specified, it will be used as the key to identify a shared memory region that will house the environment. +.TP +.B sessionlog +Specify a session log store for the syncrepl replication provider +site which contains information on the entries that have been scoped +out of the content of the replication session identified by {{EX:}}. +The number of entries in the session log store is limited +by {{EX:}}. Excessive entries are removed from the store +in the FIFO order. Both {{EX:}} and {{EX:}} are +non-negative integers. {{EX:}} has no more than three digits. +Refer to the "OpenLDAP Administrator's Guide" for detailed information +on setting up a replicated slapd directory service using the syncrepl +replication engine and the session log store. +.B .SH FILES .TP ETCDIR/slapd.conf