[python-ldap] dirSync control, no Cookie

Ondřej Kuzník ondra at mistotebe.net
Mon Oct 10 07:18:03 EDT 2022


On Mon, Oct 10, 2022 at 12:37:47PM +1000, William Brown via python-ldap wrote:
> But that alone isn't everything. I can see in my testing that the
> response controls aren't being decoded. I think in this case because
> while you are passing in a correctly encoded control to the server,
> there is no way for the library to decode the dirsync control.

Ah, good catch, maybe we should also let the user choose to accept
controls that we can't interpret (as a generic ResponseControl), rather
than dropping them altogether.

Thanks,
Ondrej


More information about the python-ldap mailing list