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
Dimitar Stoychev
OpenLDAP
Commits
7189b4f5
Commit
7189b4f5
authored
20 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Delete obsolete syncrepl provider/consumer details
parent
2b66ee44
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
doc/man/man8/slapadd.8
+3
-25
3 additions, 25 deletions
doc/man/man8/slapadd.8
doc/man/man8/slapcat.8
+0
-12
0 additions, 12 deletions
doc/man/man8/slapcat.8
with
3 additions
and
37 deletions
doc/man/man8/slapadd.8
+
3
−
25
View file @
7189b4f5
...
...
@@ -9,13 +9,10 @@ slapadd \- Add entries to a SLAPD database
.B [\-v]
.B [\-c]
.B [\-u]
.B [\-p]
.B [\-r]
.B [\-w]
.B [\-d level]
.B [\-b suffix]
.B [\-n dbnum]
.B [\-i rid1,rid2,...]
.B [\-f slapd.conf]
.B [\-l ldif-file]
.SH DESCRIPTION
...
...
@@ -49,24 +46,10 @@ enable continue (ignore errors) mode.
.B \-u
enable dry-run (don't write to backend) mode.
.TP
.BI \-p
If the LDIF input represents a syncrepl consumer replica,
promote it to the syncrepl provider's content after adding
the entries.
.TP
.BI \-r
If the LDIF input represents a syncrepl provider, demote
it to the syncrepl consumer replica after adding the entries.
.TP
.BI \-w
When used with either
.B \-p
or
.B \-r,
rebuild the new syncrepl
information from the contents of the added entries.
The syncrepl information contained in the LDIF input
file is ignored.
write syncrepl context information.
After all entries are added, the contextCSN
will be updated with the greatest CSN in the database.
.TP
.BI \-d " level"
enable debugging messages as defined by the specified
...
...
@@ -87,11 +70,6 @@ cannot be used in conjunction with the
.B \-b
option.
.TP
.BI \-i " rid1,rid2,..."
Specify the replication ids for one or more syncrepl consumer
replicas contained in the LDIF input. If omitted, 0 is used
as the replication id.
.TP
.BI \-f " slapd.conf"
specify an alternative
.BR slapd.conf (5)
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/slapcat.8
+
0
−
12
View file @
7189b4f5
...
...
@@ -8,8 +8,6 @@ slapcat \- SLAPD database to LDIF utility
.B SBINDIR/slapcat
.B [\-v]
.B [\-c]
.B [\-k]
.B [\-m]
.B [\-d level]
.B [\-b suffix]
.B [\-n dbnum]
...
...
@@ -44,16 +42,6 @@ Enable verbose mode.
.B \-c
Enable continue (ignore errors) mode.
.TP
.B \-k
Include
.B syncConsumerSubentry
of the syncrepl consumer in the generated LDIF output.
.TP
.B \-m
Include
.B syncProviderSubentry
of the syncrepl provider in the generated LDIF output.
.TP
.BI \-d " level"
Enable debugging messages as defined by the specified
.IR level .
...
...
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