b2352a0 ldap: prefer LDAP port during initgroups user lookup

1 file Authored by sbose 5 years ago, Committed by jhrozek 5 years ago,
    ldap: prefer LDAP port during initgroups user lookup
    
    The first step of an initgroups request is to lookup the user. When
    using the AD provider the Global Catalog will be the preferred source.
    But not all LDAP attributes of the user might be replicated to the
    Global Catalog and as a result some of the missing attributes might be
    removed from the cached user object.
    
    Related to https://pagure.io/SSSD/sssd/issue/2474
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>