]> git.sur5r.net Git - openldap/commitdiff
s/producer/provider
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 01:31:30 +0000 (01:31 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 4 Jan 2011 01:31:30 +0000 (01:31 +0000)
doc/guide/admin/overlays.sdf
servers/slapd/back-sql/search.c

index 9cdf2759fdb16453b18707c46b86e748acfe6cbc..540003f08c23aaadc62e8cd5e19fbf06e6fd7a6f 100644 (file)
@@ -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.
 
index 09569b89a2f4b23fd910644e54317edfc56da437..a07acc5ba81700f5ce708b4451c8184f43898bb1 100644 (file)
@@ -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 ) {