[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problems using HDB...
- To: openldap-software@OpenLDAP.org
- Subject: Problems using HDB...
- From: Chris van der Merwe <chris@arnes.si>
- Date: Fri, 06 Jun 2003 16:43:21 +0200
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020826
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