]> git.sur5r.net Git - openldap/commitdiff
ITS#3935 fix sessionlog description
authorHoward Chu <hyc@openldap.org>
Sun, 14 Aug 2005 08:20:54 +0000 (08:20 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 14 Aug 2005 08:20:54 +0000 (08:20 +0000)
doc/man/man5/slapo-syncprov.5

index 6b12b4e7eaa20d7b162c2346653963f12b66a8ac..7948ba1d87d0d105e9812487a0b555cf98b9e17e 100644 (file)
@@ -37,22 +37,19 @@ directive.
 .TP
 .B syncprov-checkpoint <ops> <minutes>
 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
+.B <ops>
+write operations or more than
+.B <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 syncprov-sessionlog <size>
+Specify a session log for recording information about write operations made
+on the database.  The
 .B <size>
-must be non-negative integers, and
-.B <sid>
-can have no more than three decimal digits.
+specifies the number of operations that are recorded in the log. All write
+operations (except Adds) are recorded in the log.
 When using the session log, it is helpful to set an eq index on the
 entryUUID attribute in the underlying database.
 .SH FILES