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
f2b4a50e
Commit
f2b4a50e
authored
19 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#4089 add -g option to disable gluing
parent
533394d6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/man/man8/slapadd.8
+6
-1
6 additions, 1 deletion
doc/man/man8/slapadd.8
doc/man/man8/slapcat.8
+6
-1
6 additions, 1 deletion
doc/man/man8/slapcat.8
doc/man/man8/slapindex.8
+6
-1
6 additions, 1 deletion
doc/man/man8/slapindex.8
with
18 additions
and
3 deletions
doc/man/man8/slapadd.8
+
6
−
1
View file @
f2b4a50e
...
...
@@ -8,6 +8,7 @@ slapadd \- Add entries to a SLAPD database
.B SBINDIR/slapadd
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-u]
.B [\-q]
.B [\-w]
...
...
@@ -29,7 +30,7 @@ suffix and adds entries corresponding to the provided LDIF to
the database.
Databases configured as
.B subordinate
of this one are also updated.
of this one are also updated
, unless \fB-g\fP is specified
.
The LDIF input is read from standard input or the specified file.
.LP
As
...
...
@@ -48,6 +49,10 @@ enable verbose mode.
.B \-c
enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.B \-u
enable dry-run (don't write to backend) mode.
.TP
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/slapcat.8
+
6
−
1
View file @
f2b4a50e
...
...
@@ -8,6 +8,7 @@ slapcat \- SLAPD database to LDIF utility
.B SBINDIR/slapcat
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-d level]
.B [\-b suffix]
.B [\-n dbnum]
...
...
@@ -30,7 +31,7 @@ suffix and writes the corresponding LDIF to standard output or
the specified file.
Databases configured as
.B subordinate
of this one are also output.
of this one are also output
, unless \fB-g\fP is specified
.
.LP
The LDIF generated by this tool is suitable for use with
.BR slapadd (8).
...
...
@@ -46,6 +47,10 @@ Enable verbose mode.
.B \-c
Enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.BI \-d " level"
Enable debugging messages as defined by the specified
.IR level .
...
...
This diff is collapsed.
Click to expand it.
doc/man/man8/slapindex.8
+
6
−
1
View file @
f2b4a50e
...
...
@@ -8,6 +8,7 @@ slapindex \- SLAPD index to LDIF utility
.B SBINDIR/slapindex
.B [\-v]
.B [\-c]
.B [\-g]
.B [\-q]
.B [\-d level]
.B [\-b suffix]
...
...
@@ -27,7 +28,7 @@ suffix and updates the indices for all values of all attributes
of all entries.
Databases configured as
.B subordinate
of this one are also re-indexed.
of this one are also re-indexed
, unless \fB-g\fP is specified
.
.SH OPTIONS
.TP
.B \-v
...
...
@@ -36,6 +37,10 @@ enable verbose mode.
.B \-c
enable continue (ignore errors) mode.
.TP
.B \-g
disable subordinate gluing. Only the specified database will be
processed, and not its glued subordinates (if any).
.TP
.B \-q
enable quick (fewer integrity checks) mode. Performs no consistency checks
when writing the database. Improves indexing time, but if any errors or
...
...
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