Keeping a new n-master environment in sync with an old single master env during a migration

2018-07-31 Thread Chris Cardone
Hello all, I have a question I'm sure some folks have already addressed and hope there is a solution for my problem I am in the process of migrating from an old single master --> multiple slave env running on OpenBSD 4.9 openldap-server-2.4.23p2 - configured with slapd.conf over to 4-master

Re: Number of requests served in ideal condition by version 2.4.46 with lmdb backend.

2018-07-31 Thread Howard Chu
Saurabh Lahoti wrote: Dear All, For preparing a technical scope of OpenLDAP; do we have any maximum threshold of requests served per second by single instance of 2.4.46 with lmdb backend..? No. The request rate is entirely determined by your network interface speed and number of CPUs. LMDB

Number of requests served in ideal condition by version 2.4.46 with lmdb backend.

2018-07-31 Thread Saurabh Lahoti
Dear All, For preparing a technical scope of OpenLDAP; do we have any maximum threshold of requests served per second by single instance of 2.4.46 with lmdb backend..? Thanks & Kind Regards, Saurabh Lahoti.

Re: how to run script on event (modify/delete/add)?

2018-07-31 Thread Michael Ströder
On 07/31/2018 02:12 PM, Zeus Panchenko wrote: Michael Ströder wrote: On 07/30/2018 02:32 PM, Zeus Panchenko wrote: Basically you have two options: 1. run something within slapd (back-perl or back-sock) I'm still missing something ... what is/are the condition/s to see a candidate object to

Re: how to run script on event (modify/delete/add)?

2018-07-31 Thread Zeus Panchenko
thanks to everybody for soon reply Michael Ströder wrote: > On 07/30/2018 02:32 PM, Zeus Panchenko wrote: > Basically you have two options: > 1. run something within slapd (back-perl or back-sock) I'm still missing something ... what is/are the condition/s to see a candidate object to sync?

Re: python-ldap validate LDAPObject.modify_ext_s

2018-07-31 Thread Michael Ströder
On 07/27/2018 10:40 AM, Sam Culley wrote: I am trying to research how I can validate/verify executing an LDAPObject.modify_ext_s request in Python. If I print the response of the result it returns (103, [], 3, []) But I can't find much documentation on what that means? If something goes