URL: https://github.com/SSSD/sssd/pull/773 Author: jhrozek Title: #773: IPA: Use dereference for host groups even if the configuration disables dereference Action: opened
PR body: """ 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. """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/773/head:pr773 git checkout pr773