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
6ab5a5c5
Commit
6ab5a5c5
authored
19 years ago
by
Howard Chu
Browse files
Options
Downloads
Patches
Plain Diff
ITS#3837 mention back-hdb
parent
79f7ff57
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/guide/admin/install.sdf
+4
-4
4 additions, 4 deletions
doc/guide/admin/install.sdf
doc/guide/admin/slapdconfig.sdf
+7
-4
7 additions, 4 deletions
doc/guide/admin/slapdconfig.sdf
with
11 additions
and
8 deletions
doc/guide/admin/install.sdf
+
4
−
4
View file @
6ab5a5c5
...
...
@@ -112,10 +112,10 @@ configure detects a usable Cyrus SASL installation.
H3: Database Software
OpenLDAP's {{slapd}}(8) primary database backend
, {{TERM:BDB}},
require
s
{{ORG[expand]Sleepycat}} {{PRD:Berkeley DB}}.
OpenLDAP's {{slapd}}(8)
{{TERM:BDB}} and {{TERM:HDB}}
primary database backend
s
require {{ORG[expand]Sleepycat}} {{PRD:Berkeley DB}}.
If not available at configure time, you will not be able build
{{slapd}}(8) with th
is
primary database backend.
{{slapd}}(8) with th
ese
primary database backend
s
.
Your operating system may provide a supported version of
{{PRD:Berkeley DB}} in the base system or as an optional
...
...
@@ -126,7 +126,7 @@ install it yourself.
download page {{URL: http://www.sleepycat.com/download/}}. There
are several versions available. Generally, the most recent release
(with published patches) is recommended. This package is required
if you wish to use the {{TERM:BDB}} database backend.
if you wish to use the {{TERM:BDB}}
or {{TERM:HDB}}
database backend
s
.
OpenLDAP's {{slapd}}(8) LDBM backend supports a variety of data
base managers including {{PRD:Berkeley DB}} and {{PRD:GDBM}}.
...
...
This diff is collapsed.
Click to expand it.
doc/guide/admin/slapdconfig.sdf
+
7
−
4
View file @
6ab5a5c5
...
...
@@ -236,6 +236,7 @@ supported backend types listed in Table 5.2.
Types Description
bdb Berkeley DB transactional backend
dnssrv DNS SRV backend
hdb Hierarchical variant of bdb backend
ldap Lightweight Directory Access Protocol (Proxy) backend
ldbm Lightweight DBM backend
meta Meta Directory backend
...
...
@@ -562,12 +563,14 @@ If specified multiple times, each {{TERM:URL}} is provided.
> updateref ldap://master.example.net
H3: BDB Database Directives
H3: BDB
and HDB
Database Directives
Directives in this category only apply to a {{TERM:BDB}} database.
That is, they must follow a "database bdb" line and come before any
Directives in this category only apply to both the {{TERM:BDB}}
and the {{TERM:HDB}} database.
That is, they must follow a "database bdb" or "database hdb" line
and come before any
subsequent "backend" or "database" line. For a complete reference
of BDB configuration directives, see {{slapd-bdb}}(5).
of BDB
/HDB
configuration directives, see {{slapd-bdb}}(5).
H4: directory <directory>
...
...
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