Skip to content
Snippets Groups Projects
Commit d42d6005 authored by Howard Chu's avatar Howard Chu
Browse files

Moved sessionlog description from bdb to syncprov

parent 97d7bdf0
Branches
Tags
No related merge requests found
......@@ -150,25 +150,6 @@ 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 <sid> <limit>
Specify a session log store for the syncrepl replication provider
server. The session log store contains information on the entries that
have been scoped out of the provider replication content identified by
.B <sid>.
The number of entries in the session log store is limited by
.B <limit>.
Excessive entries are removed from the store in the FIFO order.
Both
.B <sid>
and
.B <limit>
are non-negative integers.
.B <sid>
has no more than three decimal 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
......
......@@ -39,9 +39,26 @@ directive.
After a write operation has succeeded, write the contextCSN to the underlying
database if <ops> write operations or more than <minutes> time have passed
since the last checkpoint. Checkpointing is disabled by default.
.TP
.B syncprov-sessionlog <sid> <size>
Specify a session log for recording information about entries that have been
scoped out of the content identified by
.BR <sid> .
The number of entries in the log is limited by
.BR <size> .
Both
.B <sid>
and
.B <size>
must be non-negative integers, and
.B <sid>
can have no more than three decimal digits.
When using the session log, it is helpful to set an eq index on the
entryUUID attribute in the underlying database.
.SH FILES
.TP
ETCDIR/slapd.conf
default slapd configuration file
.SH SEE ALSO
.BR slapd.conf (5).
OpenLDAP Administrator's Guide.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment