2263c6d IPA: search for overrides during initgroups in sever mode

1 file Authored by sbose 8 years ago, Committed by jhrozek 8 years ago,
    IPA: search for overrides during initgroups in sever mode
    
    After the group memberships of a user from a trusted domain are read it
    must be checked if there are overrides for the discovered groups to be
    able to return the right gid or name to the caller.
    
    Related to https://fedorahosted.org/sssd/ticket/2633
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>