Problem using BDB replication in OpenLDAP
Software version:
Berkeley DB: 4.5.20
OpenLDAP:2.3.30
We want to configure the replication management in OpenLDAP's backend
database. All write requests in OpenLDAP master site will spread to
OpenLDAP client site for we have configured the backend data
2006/12/14, Howard Chu <[EMAIL PROTECTED]>:
This is a pointless exercise.
> --On Thursday, December 14, 2006 2:27 PM +0800 "石斌(Seuler.shi)"
> <[EMAIL PROTECTED]> wrote:
>> Dear Quanah:
>>
>> Because the replication features pr
If I turn off cache of openldap, and configure the back-bdb as main memory
state,
the problem you mentioned will not occur any more.
2006/12/14, David Boreham <[EMAIL PROTECTED]>:
>
> > Why we can not search any info during the client is normally
> running? But
> > once I rebooted the client
In the OpenLDAP, the incoming requests are first inserted in a list and then
assigned to the work threads.
Take a scenario as follow, there are T1,T2,T3,...Tn requests in order, T1 2
is a "modify request", and T3 is
a "search request".If these request are serially handled one by one, then T3
will