URL: https://github.com/freeipa/freeipa/pull/1109 Author: rcritten Title: #1109: Collect group membership without a size limit Action: opened
PR body: """ If the # of group memberships exceeded the search size limit then SizeLimitExceeded was raised. Being in too many groups should not cause a *_show to fail.
https://pagure.io/freeipa/issue/7112 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1109/head:pr1109 git checkout pr1109