URL: https://github.com/SSSD/sssd/pull/905
Author: dmulder
Title: #905: WIP: Don't ignore host entries in Group Policy security filters
Action: opened
PR body:
"""
I'm posting my code here to hopefully receive some feedback while I work on host entries in gpo security filters. Any feedback/criticism is welcome!
Finished:
Validate against host sid in ad_gpo_evaluate_dacl(), also test.
In progress:
Host sid retrieval via sdap.
TODO:
Caching host sid in sysdb.
Test sdap search for host sid.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/905/head:pr905
git checkout pr905
URL: https://github.com/SSSD/sssd/pull/132
Author: fidencio
Title: #132: Add "Wants=" to sssd unit and avoid PAC responder to be always running
Action: opened
PR body:
"""
The first patch changes the current logic of having the services' sockets disabled by default as it adds a "Wants=" to the sssd unit file, making all the services' sockets enabled by the moment sssd service is enabled.
The second patch takes advantage of the first patch and avoids running PAC responder in case its socket is active, leaving the service to be socket-activated when needed.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/132/head:pr132
git checkout pr132
URL: https://github.com/SSSD/sssd/pull/947
Author: pbrezina
Title: #947: tests: fix race conditions in integration tests
Action: opened
PR body:
"""
The amount of failure in our PR CI increased because the number
of tested distribution grew. Lets add more time for SSSD to
pick up changes to avoid these failures.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/947/head:pr947
git checkout pr947
URL: https://github.com/SSSD/sssd/pull/946
Author: thalman
Title: #946: INI: sssctl config-check giving the wrong message
Action: opened
PR body:
"""
The sssctl config-check is giving the wrong error message when
there are only snippet files and no sssd.conf.
To address this problem sss_ini code had to be partially
rewritten to allow proper configuration testing.
Resolves:
https://pagure.io/SSSD/sssd/issue/3938
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/946/head:pr946
git checkout pr946
URL: https://github.com/SSSD/sssd/pull/941
Author: sumit-bose
Title: #941: ipa: add failover to access checks and override lookups
Action: opened
PR body:
"""
Failover handling was missing in some multi-step searches. As mentioned in the
comment in the first patch and change in the tevent_req hierarchy might be a
more general solution. But since this patch should be backported and in the
most cases the need to failover will be visible already in the first search I
think these patches are suitable for a start. Additionally I would like to
change the override handling in the near future which would change the
ipa_id_get_account_info request anyway.
Related to https://pagure.io/SSSD/sssd/issue/4114
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/941/head:pr941
git checkout pr941