gpregger-ethz

Results 4 comments of gpregger-ethz

Update: Not sure if that's how it's intended but if I add `response.acquire_next_page()` in the custom_paged_search function right before the return, the issue seems to go away and I still...

Here is my test script with the 3 test cases: ```python import bonsai bonsai.set_debug(True) from pprint import pprint URL = 'ldaps://ad.xyz.com:636' BASE = 'dc=ad,dc=xyz,dc=com' FILTER = f'(&(cn={username})(objectClass=user))' USER = username...

No worries, I appreciate the continued efforts! FWIW I've integrated bonsai into my own package and haven't experienced any issues since I've found the mentioned workaround.

Thanks for the update! Unfortunately I'm still seeing the same behavior. I've tried to narrow it down further and found that it there seems to be a timing component involved....