URL: https://github.com/SSSD/sssd/pull/5241
Title: #5241: GPO: respect ad_gpo_implicit_deny when evaluation rules
sumit-bose commented:
"""
> Ah, ok. And shouldn't it work also the other way - if ad_gpo_implicit_deny = False and there is not explicit deny rule then allow access?
yes, but this should already work.
Here is an overview:
```
ad_gpo_implicit_deny = False (default)
- no allow-rules no deny-rules present: all users are allowed
- no allow-rules deny-rules present: all users not in deny-rules are allowed
- allow-rules no deny-rules present: only users in allow-rules are allowed
- allow-rules deny-rules present: only users in allow-rules
and not in deny-rules are allowed
ad_gpo_implicit_deny = True
- no allow-rules no deny-rules present: no users are allowed
- no allow-rules deny-rules present: no users are allowed
- allow-rules no deny-rules present: only users in allow-rules are allowed
- allow-rules deny-rules present: only users in allow-rules
and not in deny-rules are allowed
```
This PR should make sure the `no allow-rules` cases of `ad_gpo_implicit_deny = True` work as expected.
HTH
bye,
Sumit
"""
See the full comment at https://github.com/SSSD/sssd/pull/5241#issuecomment-679046124
URL: https://github.com/SSSD/sssd/pull/5248
Author: justin-stephenson
Title: #5248: Enable exclude functionality in sssd session recording configuration
Action: opened
PR body:
"""
This is a fix for https://github.com/SSSD/sssd/issues/5089
This PR adds support for two new options in the sssd session recording configuration, to be applied only when `scope=all` is set:
* **exclude_users**
* **exclude_groups**
I separated out each commit logically, to hopefully make the review easier but I am happy to squash any commits together as needed. I updated the relevant codepaths based on my review of https://github.com/SSSD/sssd/pull/136 so please let me know if I missed anything.
With this PR, responders will read the sessionRecording attribute when `scope=all` or `scope-some` to determine if recording should be enabled.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5248/head:pr5248
git checkout pr5248
URL: https://github.com/SSSD/sssd/pull/5287
Author: alexey-tikhonov
Title: #5287: Got rid of ".tx" and "zanata.xml" due to migration to Weblate (1.16)
Action: opened
PR body:
"""
Backport of #5267
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5287/head:pr5287
git checkout pr5287
URL: https://github.com/SSSD/sssd/pull/5288
Author: justin-stephenson
Title: #5288: KCM: Increase client idle timeout to 5 minutes
Action: opened
PR body:
"""
Increase the default timeout to allow time for user interaction on the command-line with kinit.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5288/head:pr5288
git checkout pr5288