mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#8253 - Further clarification around replication information
This commit is contained in:
parent
9773f43b11
commit
2af41ec852
@ -515,14 +515,14 @@ H4: Set up the provider slapd
|
|||||||
|
|
||||||
The provider is implemented as an overlay, so the overlay itself
|
The provider is implemented as an overlay, so the overlay itself
|
||||||
must first be configured in {{slapd.conf}}(5) before it can be
|
must first be configured in {{slapd.conf}}(5) before it can be
|
||||||
used. The provider has three primary configuration directives and
|
used. The provider has two primary configuration directives and
|
||||||
one secondary directive for when delta-syncrepl is being used.
|
two secondary directives for when delta-syncrepl is being used.
|
||||||
Because the LDAP Sync search is subject to access control, proper
|
Because the LDAP Sync search is subject to access control, proper
|
||||||
access control privileges should be set up for the replicated
|
access control privileges should be set up for the replicated
|
||||||
content.
|
content.
|
||||||
|
|
||||||
The three primary options to configure are the checkpoint,
|
The two primary options to configure are the checkpoint and
|
||||||
sessionlog, and reloadhint behaviors.
|
sessionlog behaviors.
|
||||||
|
|
||||||
The {{EX:contextCSN}} checkpoint is configured by the
|
The {{EX:contextCSN}} checkpoint is configured by the
|
||||||
|
|
||||||
@ -549,10 +549,8 @@ The reloadhint option is configured by the
|
|||||||
|
|
||||||
> syncprov-reloadhint <TRUE|FALSE>
|
> syncprov-reloadhint <TRUE|FALSE>
|
||||||
|
|
||||||
directive. This option should be set TRUE when working with releases
|
directive. It must be set TRUE when using the accesslog overlay for
|
||||||
newer than 2.3.11 that properly support this flag. It must be set TRUE
|
delta-based syncrepl replication support. The default is FALSE.
|
||||||
when using the accesslog overlay for delta-based syncrepl replication
|
|
||||||
support. The default is FALSE.
|
|
||||||
|
|
||||||
The nonpresent option should only be configured if the overlay is
|
The nonpresent option should only be configured if the overlay is
|
||||||
being placed on top of a log database, such as when used with
|
being placed on top of a log database, such as when used with
|
||||||
|
@ -57,11 +57,9 @@ The default is FALSE.
|
|||||||
.TP
|
.TP
|
||||||
.B syncprov\-reloadhint TRUE | FALSE
|
.B syncprov\-reloadhint TRUE | FALSE
|
||||||
Specify that the overlay should honor the reloadHint flag in the Sync
|
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
|
Control. It must be set TRUE when using the accesslog overlay for
|
||||||
not properly set this flag, so the overlay must ignore it. This option
|
delta-based syncrepl replication support.
|
||||||
should be set TRUE when working with newer releases that properly support
|
The default is FALSE.
|
||||||
this flag. It must be set TRUE when using the accesslog overlay for
|
|
||||||
delta-based syncrepl replication support. The default is FALSE.
|
|
||||||
.SH FILES
|
.SH FILES
|
||||||
.TP
|
.TP
|
||||||
ETCDIR/slapd.conf
|
ETCDIR/slapd.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user