From fdf55ac80ea2333edd0ae6493e8ca3500e712059 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 11 Nov 2009 04:19:29 +0000 Subject: [PATCH] ITS#6373 sync_use_subentry keyword --- doc/man/man5/slapd-config.5 | 5 +++++ doc/man/man5/slapd.conf.5 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/doc/man/man5/slapd-config.5 b/doc/man/man5/slapd-config.5 index a646deecef..8ec7a52744 100644 --- a/doc/man/man5/slapd-config.5 +++ b/doc/man/man5/slapd-config.5 @@ -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= diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 0ff35429e9..8d0e3c88cc 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -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= -- 2.39.5