URL: https://github.com/SSSD/sssd/pull/956
Author: pbrezina
Title: #956: tests: fix race confition in enumeration tests
Action: opened
PR body:
"""
Resubmitting Fabiano's PR since the tests kept failing for last two years
with no reason. This needs to be fixed.
---
INTG: Increase the sleep() time so the changes are reflected on SSSD
Those tests have been failing a lot recently and it does happen becase
the time to reflect the changes on SSSD is not enough for the machine
where the tests are running.
There's no reasonable explanation in the code why 4 seconds is used as
INTERACTIVE_TIMEOUT, neither a reasonable explanation why 2 seconds is
used as the time waited in order to have those changes reflected on
SSSD (neither in the code nor in the commit messages).
This patch uses the most simple empiric way to determine a better value
for this timeout, which was "run the tests a considerable amount of time
and check that there were no failures".
So, in order to avoid failures and our tests giving us more reliable
information, let's give more time so the changes are reflected on SSSD.
Resolves:
https://pagure.io/SSSD/sssd/issue/3463
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/956/head:pr956
git checkout pr956
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/944
Title: #944: 1.16: backport recent sudo improvements
mzidek-rh commented:
"""
I think the changes are OK as they were reviewed before and only backported to 1.16, the patches were tested by a user, some very basic sanity testing was done and no issues were discovered.
ACK.
"""
See the full comment at https://github.com/SSSD/sssd/pull/944#issuecomment-562153805
URL: https://github.com/SSSD/sssd/pull/918
Title: #918: Add support for NSS hosts database lookup.
scabrero commented:
"""
@sumit-bose, any comments so far? May I rebase the branch due to the merge conflict or do you prefer to finish the review first? I would like to start with networks lookup if everything looks good to you.
"""
See the full comment at https://github.com/SSSD/sssd/pull/918#issuecomment-561724894
URL: https://github.com/SSSD/sssd/pull/953
Author: elkoniu
Title: #953: sysdb_sudo: Enable LDAP time format compatibility
Action: opened
PR body:
"""
LDAP specification allows to ommit seconds and minutes
in time border definition. In that case they defaults to zeros.
Current sssd.sudo implementation requires precision up to
seconds in time definition. This commit allows to lower
the precision up to hours.
Resolves:
https://pagure.io/SSSD/sssd/issue/4118
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/953/head:pr953
git checkout pr953
URL: https://github.com/SSSD/sssd/pull/950
Author: chenxiaolong
Title: #950: ad: Add support for passing --add-samba-data to adcli
Action: opened
PR body:
"""
This adds a new option named `ad_update_samba_machine_account_password`,
which when enabled, will pass `--add-samba-data` to the adcli command
for updating the machine account password in Samba's secrets.tdb
database.
This option is necessary when Samba is configured to use AD for
authentication. For Kerberos auth, Samba can use the system keytab, but
for NTLM, Samba uses its own copy of the machine account password in its
secrets.tdb database.
See: https://pagure.io/SSSD/sssd/issue/3920
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/950/head:pr950
git checkout pr950
URL: https://github.com/SSSD/sssd/pull/951
Author: thalman
Title: #951: sdap: Add randomness to ldap connection timeout
Action: opened
PR body:
"""
In case of mass deployment, mass registration of IPA clients roughly on
the same time leads to regular CPU load spikes on IPA servers, the load
spikes are caused by all/most clients refreshing their LDAP connections
(ldap_connection_expire_timeout) every 15 minutes.
This patch introduces new random value (from 0 up to
ldap_connection_expire_offset) that is added to the timeout.
Resolves:
https://pagure.io/SSSD/sssd/issue/3630
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/951/head:pr951
git checkout pr951
URL: https://github.com/SSSD/sssd/pull/952
Author: yurchor
Title: #952: Remove extra word
Action: opened
PR body:
"""
Thanks in advance for reviewing.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/952/head:pr952
git checkout pr952
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