From: Quanah Gibson-Mount Date: Tue, 4 Jan 2011 01:31:30 +0000 (+0000) Subject: s/producer/provider X-Git-Tag: MIGRATION_CVS2GIT~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ed620b9ed31de505bce8e139ac6aade445057c3f;p=openldap s/producer/provider --- diff --git a/doc/guide/admin/overlays.sdf b/doc/guide/admin/overlays.sdf index 9cdf2759fd..540003f08c 100644 --- a/doc/guide/admin/overlays.sdf +++ b/doc/guide/admin/overlays.sdf @@ -326,7 +326,7 @@ H3: Read-Back of Chained Modifications 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 -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 they are directed to the authoritative source for that piece of data. diff --git a/servers/slapd/back-sql/search.c b/servers/slapd/back-sql/search.c index 09569b89a2..a07acc5ba8 100644 --- a/servers/slapd/back-sql/search.c +++ b/servers/slapd/back-sql/search.c @@ -928,7 +928,7 @@ backsql_process_filter( backsql_srch_info *bsi, Filter *f ) #ifdef BACKSQL_SYNCPROV } else if ( ad == slap_schema.si_ad_entryCSN ) { /* - * support for syncrepl as producer... + * support for syncrepl as provider... */ #if 0 if ( !bsi->bsi_op->o_sync ) {