fb81f33 IPA: Get ipaDomainsResolutionOrder from IPA ID View

3 files Authored by fidencio 7 years ago, Committed by jhrozek 7 years ago,
    IPA: Get ipaDomainsResolutionOrder from IPA ID View
    
    ipaDomainsResolutionOrder provides a list of domains that have to be
    looked up firstly during cache_req searches.
    
    This commit only fetches this list from the server and stores its value
    at sysdb so we can make use of it later on this patch series.
    
    There are no tests for newly introduced sysdb methods are those are
    basically only calling sysdb_update_domain_resolution_order(),
    sysdb_get_domain_resolution_order() and
    sysdb_get_use_domain_resolution_order() which are have tests written
    for.
    
    Related:
    https://pagure.io/SSSD/sssd/issue/3001
    
    Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    
        
file modified
+9 -0
file modified
+66 -0