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
David Barchiesi
OpenLDAP
Commits
2567e107
Commit
2567e107
authored
13 years ago
by
Tim Mooney
Committed by
Quanah Gibson-Mount
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ITS
#6904
Update to reflect that hdb is preferred
Tweak wording -- hyc
parent
27aa1143
No related branches found
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/man5/slapd-bdb.5
+6
-8
6 additions, 8 deletions
doc/man/man5/slapd-bdb.5
doc/man/man5/slapd.backends.5
+10
-4
10 additions, 4 deletions
doc/man/man5/slapd.backends.5
with
16 additions
and
12 deletions
doc/man/man5/slapd-bdb.5
+
6
−
8
View file @
2567e107
...
...
@@ -9,16 +9,14 @@ slapd\-bdb, slapd\-hdb \- Berkeley DB backends to slapd
.SH DESCRIPTION
The \fBbdb\fP backend to
.BR slapd (8)
is the recommended primary backend for a normal
.B slapd
database.
It uses the Oracle Berkeley DB (BDB) package to store data.
uses the Oracle Berkeley DB (BDB) package to store data.
It makes extensive use of indexing and caching to speed data access.
.LP
\fBhdb\fP is a variant of the \fBbdb\fP backend that uses a
hierarchical database
layout which supports subtree renames. It is otherwise identical to
the \fBbdb\fP behavior, and all the same configuration options apply.
\fBhdb\fP is the recommended primary database backend. It is a variant of
the \fBbdb\fP backend that uses a hierarchical database layout which
supports subtree renames. It is both more space-efficient and more
execution-efficient than the \fBbdb\fP backend. It is otherwise identical
to the \fBbdb\fP 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
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slapd.backends.5
+
10
−
4
View file @
2567e107
...
...
@@ -20,8 +20,10 @@ corresponding
manual pages.
.TP
.B bdb
This is the recommended primary backend for a normal slapd database.
It takes care to configure it properly.
This was the recommended primary backend through OpenLDAP 2.3, but it has
since been superseded by the
.BR hdb
backend. It takes care to configure it properly.
It uses the transactional database interface of the Oracle Berkeley
DB (BDB) package to store data.
.TP
...
...
@@ -40,14 +42,18 @@ It serves up referrals based upon SRV resource records held in the
Domain Name System.
.TP
.B hdb
This is a variant of the
This is the recommended primary backend for a normal slapd database.
.B hdb
is a variant of the
.B bdb
backend that uses a hierarchical database
layout. This layout stores entry DNs more efficiently than the
layout.
This layout stores entry DNs more efficiently than the
.B bdb
backend,
using less space and requiring less work to create, delete, and rename
entries. It is also one of the few backends to support subtree renames.
.BR
.TP
.B ldap
This backend acts as a proxy to forward incoming requests to another
...
...
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