9d63616 IPA: Use dereference for host groups even if the configuration disables dereference

Authored and Committed by jhrozek 5 years ago
    IPA: Use dereference for host groups even if the configuration disables dereference
    
    Related:
    https://pagure.io/SSSD/sssd/issue/3979
    
    In some cases, it makes sense for performance reasons to disable
    dereference when processing user groups. But since processing of HBAC host
    groups is not much of a performance sensitive operation, we can get away
    with ignoring the client side setting and always using the dereference
    branch if the server supports the dereference call.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    
        
file modified
+9 -2