[openldap] default database type BDB -> HDB

jvcelak jvcelak at fedoraproject.org
Mon Jun 27 17:04:52 UTC 2011


commit 356967b88512c535878d70b6ef298a02054d11f6
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Jun 27 13:18:06 2011 +0200

    default database type BDB -> HDB

 openldap.spec |    1 +
 slapd.conf    |    4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/openldap.spec b/openldap.spec
index ddf122f..45a56e0 100644
--- a/openldap.spec
+++ b/openldap.spec
@@ -652,6 +652,7 @@ exit 0
 %changelog
 * Mon Jun 27 2011 Jan Vcelak <jvcelak at redhat.com> 2.4.25-1
 - rebase to new upstream release
+- change default database type from BDB to HDB
 
 * Fri Mar 18 2011 Jan Vcelak <jvcelak at redhat.com> 2.4.24-2
 - new: system resource limiting for slapd using ulimit
diff --git a/slapd.conf b/slapd.conf
index 7360f61..f07b262 100644
--- a/slapd.conf
+++ b/slapd.conf
@@ -103,10 +103,10 @@ access to *
         by * none
 
 #######################################################################
-# ldbm and/or bdb database definitions
+# database definitions
 #######################################################################
 
-database	bdb
+database	hdb
 suffix		"dc=my-domain,dc=com"
 checkpoint	1024 15
 rootdn		"cn=Manager,dc=my-domain,dc=com"


More information about the scm-commits mailing list