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

Re: Entries in LDAP dir seem to sporadically become unreadable



At 06:33 PM 4/28/2005, David Harrison wrote:
>It seeming more and more like a bug somewhere between OpenLDAP and the DB (I'm using LDBM) at the moment.

Well, given LDBM is non-transactional, it is possible that
the DB will be corrupted on abnormal shutdown.  You might
consider switching to the BDB backend.

Kurt