From d42d6005384127803c73ea4d5ae21e2d580e8c97 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 8 Dec 2004 04:57:43 +0000 Subject: [PATCH] Moved sessionlog description from bdb to syncprov --- doc/man/man5/slapd-bdb.5 | 19 ------------------- doc/man/man5/slapo-syncprov.5 | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/doc/man/man5/slapd-bdb.5 b/doc/man/man5/slapd-bdb.5 index cd86416e04..a6206d2497 100644 --- a/doc/man/man5/slapd-bdb.5 +++ b/doc/man/man5/slapd-bdb.5 @@ -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 -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 . -The number of entries in the session log store is limited by -.B . -Excessive entries are removed from the store in the FIFO order. -Both -.B -and -.B -are non-negative integers. -.B -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 diff --git a/doc/man/man5/slapo-syncprov.5 b/doc/man/man5/slapo-syncprov.5 index 77dbd48136..1df642f315 100644 --- a/doc/man/man5/slapo-syncprov.5 +++ b/doc/man/man5/slapo-syncprov.5 @@ -39,9 +39,26 @@ directive. After a write operation has succeeded, write the contextCSN to the underlying database if write operations or more than time have passed since the last checkpoint. Checkpointing is disabled by default. +.TP +.B syncprov-sessionlog +Specify a session log for recording information about entries that have been +scoped out of the content identified by +.BR . +The number of entries in the log is limited by +.BR . +Both +.B +and +.B +must be non-negative integers, and +.B +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. -- 2.39.5