URL: https://github.com/SSSD/sssd/pull/1013 Author: thalman Title: #1013: SYSDB: override_gid not working for subdomains Action: opened
PR body: """ The override_gid is not propagated to subdomain. This patch assigns subdomain's override_gid to the value comming from parent domain.
Resolves: https://pagure.io/SSSD/sssd/issue/4061
"""
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/1013/head:pr1013 git checkout pr1013