URL: https://github.com/SSSD/sssd/pull/812
Title: #812: Implement background refresh for IPA and AD domains and subdomains

sumit-bose commented:
"""
Hi,

my first tests went quite well and I like the batch feature. But 
`be_refresh_get_values_ex()` use `sysdb_search_entry()` which applies the 
search filter with `dataExpireTimestamp` to the data cache, but the attribute 
itself is only updated in the timestamp cache. So it looks like we need a sysdb 
call with calls `sysdb_search_ts_entry()` first and then merges the result with 
the request attributes from the data cache object.

bye,
Sumit
"""

See the full comment at 
https://github.com/SSSD/sssd/pull/812#issuecomment-494811145
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-devel@lists.fedorahosted.org

Reply via email to