[Pkg-openldap-devel] [openldap] 05/07: add MDB backend in debconf choices

Ryan Tandy rtandy-guest at moszumanska.debian.org
Fri Aug 29 05:22:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 9699acf85158cd9846b020834aa19ce1ef8b8008
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Thu Aug 28 20:09:14 2014 -0700

    add MDB backend in debconf choices
---
 debian/changelog       | 2 ++
 debian/slapd.templates | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 972262d..b7296fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,8 @@ openldap (2.4.39-2) UNRELEASED; urgency=low
   * Drop debconf-utils from Build-Depends, no longer used (replaced by 
     po-debconf). Thanks Johannes Schauer.
   * Acknowledge NMU fixing #729367, thanks to Michael Gilbert.
+  * Offer the MDB backend as a choice during initial configuration. (Closes:
+    #750022)
 
   [ Jelmer Vernooij ]
   * Depend on heimdal-multidev rather than heimdal-dev. (Closes: #745356, 
diff --git a/debian/slapd.templates b/debian/slapd.templates
index 551e881..fb85e19 100644
--- a/debian/slapd.templates
+++ b/debian/slapd.templates
@@ -131,13 +131,17 @@ _Description: slapcat failure during upgrade
 
 Template: slapd/backend
 Type: select
-Choices: BDB, HDB
+Choices: BDB, HDB, MDB
 Default: HDB
 _Description: Database backend to use:
  The HDB backend is recommended. HDB and BDB use similar storage formats,
  but HDB adds support for subtree renames. Both support the same
  configuration options.
  .
+ The MDB backend is a new backend using the Lightning Memory-Mapped
+ Database (LMDB) library. It relies on the operating system for memory
+ management and requires less configuration.
+ .
  In either case, you should review the resulting database configuration
  for your needs. See /usr/share/doc/slapd/README.DB_CONFIG.gz for more
  details.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list