Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
fdf55ac8
Commit
fdf55ac8
authored
Nov 11, 2009
by
Howard Chu
Browse files
ITS#6373 sync_use_subentry keyword
parent
480d3061
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/man/man5/slapd-config.5
View file @
fdf55ac8
...
...
@@ -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>
...
...
doc/man/man5/slapd.conf.5
View file @
fdf55ac8
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment