Moved sessionlog description from bdb to syncprov

This commit is contained in:
Howard Chu 2004-12-08 04:57:43 +00:00
parent 97d7bdf0f4
commit d42d600538
2 changed files with 17 additions and 19 deletions

View File

@ -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

View File

@ -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.