[SSSD] [PATCH] Duplicate detection in fail over did not work.

Jakub Hrozek jhrozek at redhat.com
Fri Aug 10 17:09:13 UTC 2012


On Fri, Aug 10, 2012 at 05:13:48PM +0200, Michal Zidek wrote:
> This should fix the duplicate detection. Patch is attached. Please
> review with caution, i was in hurry.
> 
> https://fedorahosted.org/sssd/ticket/1472
> 
> Thanks
> Michal

I think the general approach with compare function is good, but it
should be a property of the fo_service. I don't think there is any
scenario where we'd like to treat two servers with same user_data
contents as the same.

The default of the compare function should be NULL, which would
translate to "just compare the pointers", as we did until now.



More information about the sssd-devel mailing list