On 07/22/2013 03:16 PM, Petr Spacek wrote:
> On 22.7.2013 13:23, Petr Spacek wrote:
>> Hello,
>>
>> Replace LDAP persistent search with syncrepl (RFC 4533).
>>
>> All direct operations with LDAP Persistent Search control are replaced
>> by ldap_sync_* calls.
>>
>> Syncrepl code works in exactly same way as old psearch code:
>> Only the DN of the modified object is re-used from the message,
>> data from the object are fetched via separate LDAP search.
>>
>> Current code is not able to detect object renaming because we don't have
>> UUID->DN mapping yet.
>>
>> Another limitation is that current code can't detect unchanged entries,
>> so serial is incremented after each parsed LDAP object.
> 
> Clang noticed potential NULL dereference in cleanup section of
> ldap_syncrepl_watcher(). Fixed patch is attached.
> 

ACK.

Tested Patch bundle 181 - 185. Common tasks like
adding/deleting/updating records work fine. Also PTR sync, zone serial
number
incrementation is OK.


Regards,

Tomas

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to