-
Notifications
You must be signed in to change notification settings - Fork 1
Optimize synchronization process #36
Comments
my 2c, dunno if that can help, but for a project which needed to trigger actions upon ldap changes i used https://github.com/akkornel/syncrepl, which registers as an ldap sync client; upstream is a bit abandoned, there are sometimes some weird behaviours, but all in all it does the job. |
Nice, good tip, thanks ! |
duh, i should have noticed that ... thanks for the pointer ;) |
after (finally) having been able to actually look... https://github.com/akkornel/syncrepl isnt part of python-ldap at all, but it uses and exploits the Compare the sample script https://github.com/python-ldap/python-ldap/blob/master/Demo/pyasn1/syncrepl.py with https://github.com/akkornel/syncrepl/blob/master/syncrepl_client/__init__.py |
For now (v0.2.1), when LDAP DB has hundreds of orgs & users, it takes quite some time, and possibly resources.
The text was updated successfully, but these errors were encountered: