mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Moved sessionlog description from bdb to syncprov
This commit is contained in:
parent
97d7bdf0f4
commit
d42d600538
@ -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
|
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
|
specified, it will be used as the key to identify a shared memory
|
||||||
region that will house the environment.
|
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
|
.B
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
|
@ -39,9 +39,26 @@ directive.
|
|||||||
After a write operation has succeeded, write the contextCSN to the underlying
|
After a write operation has succeeded, write the contextCSN to the underlying
|
||||||
database if <ops> write operations or more than <minutes> time have passed
|
database if <ops> write operations or more than <minutes> time have passed
|
||||||
since the last checkpoint. Checkpointing is disabled by default.
|
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
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
ETCDIR/slapd.conf
|
ETCDIR/slapd.conf
|
||||||
default slapd configuration file
|
default slapd configuration file
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR slapd.conf (5).
|
.BR slapd.conf (5).
|
||||||
|
OpenLDAP Administrator's Guide.
|
||||||
|
Loading…
Reference in New Issue
Block a user