From 356967b88512c535878d70b6ef298a02054d11f6 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 27 Jun 2011 13:18:06 +0200 Subject: [PATCH] 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 2.4.25-1 - rebase to new upstream release +- change default database type from BDB to HDB * Fri Mar 18 2011 Jan Vcelak 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"