Previous version of the SSSD did not abort the async LDAP search operation on errors. In cases where the request ended in progress, such as when the paging was very strictly limited, the old versions at least returned partial data.
This patch special-cases the LDAP_SIZELIMIT_EXCEEDED error to avoid a user-visible regression.
On Mon, 2012-05-07 at 19:40 +0200, Jakub Hrozek wrote:
Previous version of the SSSD did not abort the async LDAP search operation on errors. In cases where the request ended in progress, such as when the paging was very strictly limited, the old versions at least returned partial data.
This patch special-cases the LDAP_SIZELIMIT_EXCEEDED error to avoid a user-visible regression.
Ack
On Mon, 2012-05-07 at 14:26 -0400, Stephen Gallagher wrote:
On Mon, 2012-05-07 at 19:40 +0200, Jakub Hrozek wrote:
Previous version of the SSSD did not abort the async LDAP search operation on errors. In cases where the request ended in progress, such as when the paging was very strictly limited, the old versions at least returned partial data.
This patch special-cases the LDAP_SIZELIMIT_EXCEEDED error to avoid a user-visible regression.
Ack
Pushed to master and sssd-1-8.
sssd-devel@lists.fedorahosted.org