mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
ITS#6373 sync_use_subentry keyword
This commit is contained in:
parent
480d306186
commit
fdf55ac80e
2 changed files with 10 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue