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
d1cbc97c
Commit
d1cbc97c
authored
26 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
Add '-n' and '-s' to ldif2ldbm manpage (ITS$59).
parent
06677827
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/ldif2ldbm.8
+18
-8
18 additions, 8 deletions
doc/man/man8/ldif2ldbm.8
with
18 additions
and
8 deletions
doc/man/man8/ldif2ldbm.8
+
18
−
8
View file @
d1cbc97c
...
...
@@ -5,20 +5,20 @@ ldif2ldbm, ldif2index, ldif2id2entry, ldif2id2children \- LDIF to LDBM database
.B SBINDIR/ldif2ldbm
.B \-i ldif\-input\-file
.B [\-d debug\-level] [\-f slapd\-config\-file]
.B [\-j number\-of\-jobs]
.B [\-j number\-of\-jobs]
[\-n database#] [\-s sbindir]
.LP
.B SBINDIR/ldif2index
.B \-i ldif\-input\-file
.B [\-d debug\-level] [\-f slapd\-config\-file]
.B [\-d debug\-level] [\-f slapd\-config\-file]
[\-n database#]
.B attribute\-name
.LP
.B SBINDIR/ldif2id2entry
.B \-i ldif\-input\-file
.B [\-d debug\-level] [\-f slapd\-config\-file]
.B [\-d debug\-level] [\-f slapd\-config\-file]
[\-n database#]
.LP
.B SBINDIR/ldif2id2children
.B \-i ldif\-input\-file
.B [\-d debug\-level] [\-f slapd\-config\-file]
.B [\-d debug\-level] [\-f slapd\-config\-file]
[\-n database#]
.LP
.SH DESCRIPTION
.LP
...
...
@@ -57,12 +57,20 @@ each bit corresponding to a different kind of debugging information.
See <ldap.h> for details.
.TP
.BI \-f " slapd\-config\-file"
This option
Specifies the
This option specifies the
.B slapd
configuration file. The default is
.BR ETCDIR/slapd.conf .
.TP
.BI \-n " database#"
This option specifies the database number within
.B slapd
configuration file to build. The default is the 1, the first.
.TP
.BI \-s " sbindir"
This option specifies the location of dependent tools. The
default is SBINDIR.
.TP
.BI \-j " number\-of\-jobs"
This option only applies to the
.B ldif2ldbm
...
...
@@ -94,12 +102,14 @@ give the command:
.ft
.fi
.LP
To do the same, but running two conversion sub-processes at a time,
To build the second database listed in
.BR ETCDIR/slapd.conf ,
and to use three conversion sub-processes at a time,
give this command:
.LP
.nf
.ft tt
SBINDIR/ldif2index -i ldif.input -f ETCDIR/slapd.conf -
j
2
SBINDIR/ldif2index -i ldif.input -f ETCDIR/slapd.conf -
n
2
-j 3
.ft
.fi
.LP
...
...
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