X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2Fman%2Fman5%2Fslapo-syncprov.5;h=3a6e9748f28cf48990a5d0a16790b102fb3e52fb;hb=2dd578221b3dbaf7ba2308b63c3cc46154323cae;hp=c23d4404961f3f6cbca90f8f209def1358d3e642;hpb=3edb4681468c5849529dd1bf31cc74cda77bb1dc;p=openldap diff --git a/doc/man/man5/slapo-syncprov.5 b/doc/man/man5/slapo-syncprov.5 index c23d440496..3a6e9748f2 100644 --- a/doc/man/man5/slapo-syncprov.5 +++ b/doc/man/man5/slapo-syncprov.5 @@ -1,9 +1,9 @@ .TH SLAPO-SYNCPROV 5 "RELEASEDATE" "OpenLDAP LDVERSION" -.\" Copyright 2004-2006 The OpenLDAP Foundation All Rights Reserved. +.\" Copyright 2004-2011 The OpenLDAP Foundation All Rights Reserved. .\" Copying restrictions apply. See COPYRIGHT/LICENSE. .\" $OpenLDAP$ .SH NAME -slapo-syncprov \- Sync Provider overlay +slapo\-syncprov \- Sync Provider overlay to slapd .SH SYNOPSIS ETCDIR/slapd.conf .SH DESCRIPTION @@ -21,9 +21,6 @@ memory on startup, and maintained in memory thereafter. Checkpoints may be configured to write the contextCSN into the underlying database to minimize recovery time after an unclean shutdown. -Note that due to deadlock constraints in the LDBM database, this overlay -will only work in RefreshOnly mode, and cannot perform checkpoints, on LDBM. - On databases that support inequality indexing, it is helpful to set an eq index on the entryCSN attribute when using this overlay. .SH CONFIGURATION @@ -34,7 +31,7 @@ They should appear after the .B overlay directive. .TP -.B syncprov-checkpoint +.B syncprov\-checkpoint After a write operation has succeeded, write the contextCSN to the underlying database if .B @@ -43,22 +40,22 @@ 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 write operations made -on the database. The +.B syncprov\-sessionlog +Configures an in-memory session log for recording information about write +operations made on the database. The .B 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. .TP -.B syncprov-nopresent TRUE | FALSE +.B syncprov\-nopresent TRUE | FALSE Specify that the Present phase of refreshing should be skipped. This value should only be set TRUE for a syncprov instance on top of a log database (such as one managed by the accesslog overlay). The default is FALSE. .TP -.B syncprov-reloadhint TRUE | FALSE +.B syncprov\-reloadhint TRUE | FALSE Specify that the overlay should honor the reloadHint flag in the Sync Control. In OpenLDAP releases 2.3.11 and earlier the syncrepl consumer did not properly set this flag, so the overlay must ignore it. This option @@ -71,5 +68,8 @@ ETCDIR/slapd.conf default slapd configuration file .SH SEE ALSO .BR slapd.conf (5), -.BR slapo-accesslog (5). +.BR slapd\-config (5), +.BR slapo\-accesslog (5). OpenLDAP Administrator's Guide. +.SH ACKNOWLEDGEMENTS +.so ../Project