27b141f ipa: use LDAP not extdom to lookup IPA users and groups

3 files Authored by sbose 4 years ago, Committed by pbrezina 4 years ago,
    ipa: use LDAP not extdom to lookup IPA users and groups
    
    Currently when an IPA client is resolving trusted users and groups with
    the help of the extdom plugin it uses the extdom plugin as well to
    lookup IPA objects. This might cause issues if e.g. there is a user in
    IPA with the same name as a group in AD or the other way round.
    
    To solve this and to lower the load on the extdom plugin on the IPA
    server side this patch will lookup IPA object directly from LDAP on the
    IPA server.
    
    Related to https://pagure.io/SSSD/sssd/issue/4073
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    
        
file modified
+2 -9
file modified
+5 -0