]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/addpartial/README
Merge remote branch 'origin/mdb.master'
[openldap] / contrib / slapd-modules / addpartial / README
index dca8b141bd5d7a6155a0d2869ccc25342b02f85e..2313fd36c3aeec04740a1bfac868dfe72f42e3a4 100644 (file)
@@ -16,11 +16,9 @@ DESCRIPTION
     in the entry in the slapd DB, a replace will be done with an empty list of
     values).
 
-    Once a modify takes place, the addpartial overlay will write changes to the
-    replog (using the slap_replog_cb).  If you are using syncrepl for
-    replication, the syncprov overlay will properly process the change, provided
-    that addpartial is the first overlay to run.  Please see the CAVEATS for
-    more specifics about this.
+    Once a modify takes place, the syncprov overlay will properly process the
+    change, provided that addpartial is the first overlay to run.  Please see
+    the CAVEATS for more specifics about this.
 
     The addpartial overlay makes it easy to replicate full entries to a slapd 
     instance without worrying about the differences between entries or even if
@@ -59,3 +57,16 @@ CAVEATS
       This is especially important if you are using syncrepl, as the modify that
       addpartial does will muck with the locking that takes place in the
       syncprov overlay.
+
+---
+Copyright 2004-2012 The OpenLDAP Foundation.
+Portions Copyright (C) Virginia Tech, David Hawes.
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted only as authorized by the OpenLDAP
+Public License.
+
+A copy of this license is available in file LICENSE in the
+top-level directory of the distribution or, alternatively, at
+http://www.OpenLDAP.org/license.html.