3cb9a3d ldap: user get_ldap_conn_from_sdom_pvt() where possible

2 files Authored by sbose 5 years ago, Committed by jhrozek 5 years ago,
    ldap: user get_ldap_conn_from_sdom_pvt() where possible
    
    Currently when trying to prefer LDAP port lookups over Global Catalog
    searches some AD specific structs are needed in the common LDAP
    provider code. By using get_ldap_conn_from_sdom_pvt() this can be
    avoided and all AD specific details are handled inside
    sdap_async_initgroups_ad.c now.
    
    Related to https://pagure.io/SSSD/sssd/issue/2474
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+3 -12