URL: https://github.com/SSSD/sssd/pull/5265 Author: elkoniu Title: #5265: AD: Enforcing GPO rule restriction on user (backport to 1.16) Action: opened
PR body: """ This fixes bug related to ad_gpo_implicit_deny option set to True. gpo_implict_denay was checked only for dacl_filtered_gpos, but not for cse_filtered_gpos.
Resolves: https://github.com/SSSD/sssd/issues/5181 """
To pull the PR as Git branch: git remote add ghsssd https://github.com/SSSD/sssd git fetch ghsssd pull/5265/head:pr5265 git checkout pr5265