mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
s/producer/provider
This commit is contained in:
parent
b330d7630a
commit
ed620b9ed3
@ -326,7 +326,7 @@ H3: Read-Back of Chained Modifications
|
|||||||
|
|
||||||
Occasionally, applications want to read back the data that they just wrote.
|
Occasionally, applications want to read back the data that they just wrote.
|
||||||
If a modification requested to a shadow server was silently chained to its
|
If a modification requested to a shadow server was silently chained to its
|
||||||
producer, an immediate read could result in receiving data not yet synchronized.
|
provider, an immediate read could result in receiving data not yet synchronized.
|
||||||
In those cases, clients should use the {{B:dontusecopy}} control to ensure
|
In those cases, clients should use the {{B:dontusecopy}} control to ensure
|
||||||
they are directed to the authoritative source for that piece of data.
|
they are directed to the authoritative source for that piece of data.
|
||||||
|
|
||||||
|
@ -928,7 +928,7 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f )
|
|||||||
#ifdef BACKSQL_SYNCPROV
|
#ifdef BACKSQL_SYNCPROV
|
||||||
} else if ( ad == slap_schema.si_ad_entryCSN ) {
|
} else if ( ad == slap_schema.si_ad_entryCSN ) {
|
||||||
/*
|
/*
|
||||||
* support for syncrepl as producer...
|
* support for syncrepl as provider...
|
||||||
*/
|
*/
|
||||||
#if 0
|
#if 0
|
||||||
if ( !bsi->bsi_op->o_sync ) {
|
if ( !bsi->bsi_op->o_sync ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user