📄 slapo-syncprov.5
字号:
.TH SLAPO-SYNCPROV 5 "RELEASEDATE" "OpenLDAP LDVERSION".\" Copyright 2004-2007 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..\" $OpenLDAP: pkg/ldap/doc/man/man5/slapo-syncprov.5,v 1.2.2.8 2007/01/02 21:43:45 kurt Exp $.SH NAMEslapo-syncprov \- Sync Provider overlay.SH SYNOPSISETCDIR/slapd.conf.SH DESCRIPTIONThe Sync Provider overlay implements the provider-side support for theLDAP Content Synchronization (RFC4533) as well as syncrepl replicationsupport. The overlaycan be used with any backend that maintains entryCSN and entryUUIDattributes for its entries. It also creates a contextCSN attribute inthe root entry of the database.The contextCSN is updated for every write operation performed against thedatabase. To reduce database contention, the contextCSN is only updated inmemory. The value is written to the database on server shutdown and read intomemory on startup, and maintained in memory thereafter. Checkpoints may beconfigured to write the contextCSN into the underlying database to minimizerecovery time after an unclean shutdown.Note that due to deadlock constraints in the LDBM database, this overlaywill only work in RefreshOnly mode, and cannot perform checkpoints, on LDBM.On databases that support inequality indexing, it is helpful to set aneq index on the entryCSN attribute when using this overlay..SH CONFIGURATIONThese.B slapd.confoptions apply to the Sync Provider overlay.They should appear after the.B overlaydirective..TP.B syncprov-checkpoint <ops> <minutes>After a write operation has succeeded, write the contextCSN to the underlyingdatabase if.B <ops>write operations or more than.B <minutes>time have passedsince the last checkpoint. Checkpointing is disabled by default..TP.B syncprov-sessionlog <ops>Specify a session log for recording information about write operations madeon the database. The.B <ops>specifies the number of operations that are recorded in the log. All writeoperations (except Adds) are recorded in the log.When using the session log, it is helpful to set an eq index on theentryUUID attribute in the underlying database..TP.B syncprov-nopresent TRUE | FALSESpecify that the Present phase of refreshing should be skipped. This valueshould 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 | FALSESpecify that the overlay should honor the reloadHint flag in the SyncControl. In OpenLDAP releases 2.3.11 and earlier the syncrepl consumer didnot properly set this flag, so the overlay must ignore it. This optionshould be set TRUE when working with newer releases that properly supportthis flag. It must be set TRUE when using the accesslog overlay fordelta-based syncrepl support. The default is FALSE..SH FILES.TPETCDIR/slapd.confdefault slapd configuration file.SH SEE ALSO.BR slapd.conf (5),.BR slapo-accesslog (5).OpenLDAP Administrator's Guide.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -