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
993649b4
Commit
993649b4
authored
20 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
Add back-hdb description
parent
996e8729
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man5/slapd-bdb.5
+11
-5
11 additions, 5 deletions
doc/man/man5/slapd-bdb.5
doc/man/man5/slapd-bdb.5.links
+1
-0
1 addition, 0 deletions
doc/man/man5/slapd-bdb.5.links
with
12 additions
and
5 deletions
doc/man/man5/slapd-bdb.5
+
11
−
5
View file @
993649b4
...
...
@@ -3,7 +3,7 @@
.\" Copying restrictions apply. See COPYRIGHT/LICENSE.
.\" $OpenLDAP$
.SH NAME
slapd-bdb \- BDB backend to slapd
slapd-bdb
, slapd-hdb
\- BDB backend
s
to slapd
.SH SYNOPSIS
ETCDIR/slapd.conf
.SH DESCRIPTION
...
...
@@ -15,6 +15,10 @@ it properly.
It uses the Sleepycat Berkeley DB (BDB) package to store data.
It makes extensive use of indexing and caching to speed data access.
.LP
"hdb" is a variant of the BDB backend that uses a hierarchical database
layout which supports subtree renames. It is otherwise identical to
the "bdb" behavior, and all the same configuration options apply.
.LP
It is noted that these options are intended to complement
Berkeley DB configuration options set in the environment's
.B DB_CONFIG
...
...
@@ -28,14 +32,14 @@ take precedence.
These
.B slapd.conf
options apply to the BDB backend database.
That is, they must follow a "database bdb"
line and come befor
e an
y
subsequent "backend" or "database" lines.
That is, they must follow a "database bdb"
or "database hdb" lin
e an
d
come before any
subsequent "backend" or "database" lines.
Other database options are described in the
.BR slapd.conf (5)
manual page.
.TP
.B cachesize <integer>
Specify the size in entries of the in-memory cache maintained
Specify the size in entries of the in-memory
entry
cache maintained
by the BDB backend database instance.
The default is 1000 entries.
.TP
...
...
@@ -76,7 +80,9 @@ will return a different result.
.B idlcachesize <integer>
Specify the size of the in-memory index cache, in index slots. The
default is zero. A larger value will speed up frequent searches of
indexed entries.
indexed entries. An hdb database needs a large idlcachesize
for good search performance, typically three times the entry cache size
or larger.
.TP
.B
index {<attrlist>|default} [pres,eq,approx,sub,<special>]
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd-bdb.5.links
0 → 100644
+
1
−
0
View file @
993649b4
slapd-hdb.5
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