URL: https://github.com/SSSD/sssd/pull/525
Author: sumit-bose
Title: #525: TESTS: simple CA to generate certificates for test
Action: opened
PR body:
"""
To avoid issue with certificate lifetimes a simple OpenSSL based CA is used
to generate certificates for tests.
To make management easy all related data is kept in src/tests/test_CA.
Since some header files will be generated the generation of the needed
files is added to BUILT_SOURCES as other generated code.
Related to https://pagure.io/SSSD/sssd/issue/3436
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/525/head:pr525
git checkout pr525
URL: https://github.com/SSSD/sssd/pull/519
Author: justin-stephenson
Title: #519: DEBUG: Print simple access provider allow and deny lists
Action: opened
PR body:
"""
Prior to this PR, debug level 9 logs do not print the simple allow and deny user or group lists that are checked against during simple access checks when `access_provider = simple`
These debug statements helped to solve a downstream customer case where `simple_allow_users` was not working as expected, the administrator discovered when they saw the usernames printed in the logs that the `simple_allow_users` list was coming from a **/etc/sssd/conf.d/alternate.conf** file which was overriding what they set in **/etc/sssd/sssd.conf**.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/519/head:pr519
git checkout pr519
URL: https://github.com/SSSD/sssd/pull/532
Author: fidencio
Title: #532: TESTS: Fix E501 pep8 issues on test_netgroup.py
Action: opened
PR body:
"""
E501: line too long (longer than 79 characters)
The issue was inserted in commit 0f8add07b8, which has been pushed just
before the pep8 patches got merged.
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/532/head:pr532
git checkout pr532
URL: https://github.com/SSSD/sssd/pull/528
Title: #528: NSS: Adjust netgroup setnetgrent cache lifetime if midpoint refresh is used
jhrozek commented:
"""
I'm sorry for the delay.
I think in this case the minimal timeout makes sense. Considering the NSS API, which has a separate `setnetgrent` call to just start working with a netgroup and a separate `getnetgrent` call to get netgroup data, I think the short timeout might cause too many rebuilds of the internal representation.
So I'm going to add the short timeout back. It's really just an odd edge case, anyway.
"""
See the full comment at https://github.com/SSSD/sssd/pull/528#issuecomment-372445608