Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Joe Martin
OpenLDAP
Commits
11b79140
Commit
11b79140
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5873
parent
6dda58c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
doc/man/man8/slapd.8
+15
-3
15 additions, 3 deletions
doc/man/man8/slapd.8
with
16 additions
and
3 deletions
CHANGES
+
1
−
0
View file @
11b79140
...
...
@@ -64,6 +64,7 @@ OpenLDAP 2.4.14 Engineering
slapd-bdb/hdb expansion on dncachesize behavior (ITS#5721)
slapo-constraint(5) example fix (ITS#5895)
slap*(8) man pages should mention slapd-config (ITS#5828)
slapd(8) document sid (ITS#5873)
slapadd/cat/index(8) note -n 0 for slapd-config (ITS#5891)
Added SEE ALSO slapd-config(5) to relevant man pages (ITS#5914)
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/slapd.8
+
15
−
3
View file @
11b79140
...
...
@@ -215,22 +215,34 @@ slapd will use the group database in the change root environment.
.TP
.BI \-c " cookie"
This option provides a cookie for the syncrepl replication consumer.
The cookie is a comma separated list of name=value pairs.
The cookie is a comma separated list of
\fI
name=value
\fP
pairs.
Currently supported syncrepl cookie fields are
.B rid
.BR rid ,
.BR sid ,
and
.B csn.
.B
R
csn
.
.B rid
identifies a replication thread within the consumer server
and is used to find the syncrepl specification in
.BR slapd.conf (5)
or
.BR slapd-config (5)
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 sid
is the server id in a multi-master/mirror-mode configuration.
.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.
In case of \fImirror-mode\fP or \fImulti-master\fP replication agreement,
multiple
.B csn
values, semicolon separated, can appear.
Use only the
.B rid
part to force a full reload.
.TP
.BI \-o " option[=value]"
This option provides a generic means to specify options without the need to reserve
...
...
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