ITS#6373 sync_use_subentry keyword

This commit is contained in:
Howard Chu 2009-11-11 04:19:29 +00:00
parent 480d306186
commit fdf55ac80e
2 changed files with 10 additions and 0 deletions

View 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>

View 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>