Hi all,
I've been using python-ldap a lot, thanks for the great work!
In my use of python-ldap I've often used a self-developed high level
class for ldap-object handling.
Adding a new ldap entry for example (ld is a python-ldap object):
lo = LdapOO.LdapObject()
lo.set_dn_attribs(['cn'])
lo.add
Hi all,
We are experiencing something pretty odd.
CentOS 5 python2.4.4 python-ldap 2.3.4
While polling it appears that we have to call result for every record that
is waiting to be read. Since we added a 250 millisecond delay between calls
larger queries are taking a really long time.
def se