[Date Prev][Date Next] [Chronological] [Thread] [Top]

Problems using HDB...



Hello;

I've been using the HEAD code from CVS so that I can try out the HDB backend for OpenLDAP, but I have been having some problems getting it to work:

When I compiled OpenLDAP I enabled hdb via configure i.e.
./configure  --enable-hdb

However if I start the slapd daemon it automatically uses the old BDB backend i.e.

% libexec/slapd -d 1

slapd init: initiated server.
bdb_initialize: initialize BDB backend
bdb_initialize: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
bdb_initialize: initialize BDB backend
bdb_initialize: Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
>>> dnNormalize: <cn=Subschema>
...
slapd startup: initiated.
bdb_db_open: dbenv_open(/opt/openldap-hdb/var/openldap-data)
slapd starting

I changed the bdb option for hdb in the slapd.conf aswell...

From slapd.conf:
#######################################################################
# ldbm database definitions
#######################################################################

database        hdb


Does anybody have any ideas what could be wrong?

Thanks
 Chris