e1dafa7 HBAC: Do not rely on originalMemberOf, use the sysdb memberof links instead

1 file Authored by jhrozek 6 years ago, Committed by lslebodn 6 years ago,
    HBAC: Do not rely on originalMemberOf, use the sysdb memberof links instead
    
    The IPA HBAC code used to read the group members from the
    originalMemberOf attribute value for performance reasons. However,
    especially on IPA clients trusting an AD domain, the originalMemberOf
    attribute value is often not synchronized correctly.
    
    Instead of going through the work of maintaining both member/memberOf
    and originalMemberOf, let's just do an ASQ search for the group names of
    the groups the user is a member of in the cache and read their
    SYSBD_NAME attribute.
    
    To avoid clashing between similarly-named groups in IPA and in AD, we
    look at the container of the group.
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3382
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>
    (cherry picked from commit c92e49144978ad3b6c9fffa8803ebdad8f6f5b18)