[SSSD] [PATCH] nested groups: fix group lookup hangs if member dn is incorrect

Jakub Hrozek jhrozek at redhat.com
Wed Jan 23 14:21:44 UTC 2013


On Wed, Jan 23, 2013 at 02:56:59PM +0100, Pavel Březina wrote:
> https://fedorahosted.org/sssd/ticket/1783
> 
> The proper way to fix this would be to rewrite return codes of involved
> functions, so that we call tevent_req_done() and tevent_req_post() in
> _send(). However, rewriting return codes may be tricky and
> given the circumstances (blocker for 6.4 and deadline), I chose to call
> tevent_req_post() directly and open a new ticket for the return codes:
> 
> https://fedorahosted.org/sssd/ticket/1784

I'm not sure if this is the right approach if there already *is* a
callback, please check if this fix also works for scenarios where there
is both correct and incorrect DN.



More information about the sssd-devel mailing list