]> git.sur5r.net Git - openldap/commitdiff
Moved sessionlog description from bdb to syncprov
authorHoward Chu <hyc@openldap.org>
Wed, 8 Dec 2004 04:57:43 +0000 (04:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 8 Dec 2004 04:57:43 +0000 (04:57 +0000)
doc/man/man5/slapd-bdb.5
doc/man/man5/slapo-syncprov.5

index cd86416e049adc37e844883f99a6e23361b80c96..a6206d2497510fb719d43505956cf47174404b61 100644 (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
index 77dbd48136f6816ab7bc062b1c62c0c56d62b240..1df642f3153528a14be63c4c3f185b2b7d53a031 100644 (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.