Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher Ng
OpenLDAP
Commits
c0542eca
Commit
c0542eca
authored
19 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Delete sid reference from syncrepl cookie
parent
f8b0454b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man8/slapd.8
+9
-12
9 additions, 12 deletions
doc/man/man8/slapd.8
with
9 additions
and
12 deletions
doc/man/man8/slapd.8
+
9
−
12
View file @
c0542eca
...
...
@@ -194,23 +194,20 @@ slapd will use the group database in the change root environment.
This option provides a cookie for the syncrepl replication consumer.
The cookie is a comma separated list of name=value pairs.
Currently supported syncrepl cookie fields are
.B csn,
.B sid,
.B rid
and
.B rid.
.B csn
is the commit sequence number received by a previous synchronization
and represents the state of the consumer replica content which the
syncrepl engine will synchronize to the current provider content.
.B sid
is the identity of the per-scope session log with which the
provider server can process this syncrepl request to reduce
synchronization traffic.
.B csn.
.B rid
identifies a replication thread within the consumer server
and is used to find the syncrepl specification in
.BR slapd.conf (5)
having the matching replication identifier in its definition.
having the matching replication identifier in its definition. The
.B rid
must be provided in order for any other specified values to be used.
.B csn
is the commit sequence number received by a previous synchronization
and represents the state of the consumer replica content which the
syncrepl engine will synchronize to the current provider content.
.SH EXAMPLES
To start
.I slapd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment