]> git.sur5r.net Git - openldap/commitdiff
ITS#6373 sync_use_subentry keyword
authorHoward Chu <hyc@openldap.org>
Wed, 11 Nov 2009 04:19:29 +0000 (04:19 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 11 Nov 2009 04:19:29 +0000 (04:19 +0000)
doc/man/man5/slapd-config.5
doc/man/man5/slapd.conf.5

index a646deecefb2e575354970eb662e566c281d2b7f..8ec7a52744bb89eed470126e70e9101bdb5c72d7 100644 (file)
@@ -1614,6 +1614,11 @@ with the inner suffix must come first in the configuration file.
 You may also want to glue such databases together with the
 .B olcSubordinate
 attribute.
+.TP
+.B olcSyncUseSubentry: TRUE | FALSE
+Store the syncrepl contextCSN in a subentry instead of the context entry
+of the database. The subentry's RDN will be "cn=ldapsync". The default is
+FALSE, meaning the contextCSN is stored in the context entry.
 .HP
 .hy 0
 .B olcSyncrepl: rid=<replica ID>
index 0ff35429e9b95152b43186ba71dd4fd058ebd07a..8d0e3c88cc4dd46b14bd9c0e7203f33d1b08cbef 100644 (file)
@@ -1602,6 +1602,11 @@ in order to work over all of the glued databases. E.g.
        overlay syncprov
 .fi
 .RE
+.TP
+.B sync_use_subentry 
+Store the syncrepl contextCSN in a subentry instead of the context entry
+of the database. The subentry's RDN will be "cn=ldapsync". By default
+the contextCSN is stored in the context entry.
 .HP
 .hy 0
 .B syncrepl rid=<replica ID>