URL: https://github.com/SSSD/sssd/pull/5529
Author: sumit-bose
Title: #5529: AD: read trusted domains from local domain as well
Action: opened
PR body:
"""
Currently SSSD only uses information stored in a domain controller of
the forest root domain to get the names of other trusted domains in the
forest. Depending on how the forest was created the forest root might
not have LDAP objects for all domains in the forest. It looks like a
typical case are child domains of other domains in the forest.
As a start SSSD can now include trusted domains stored in the LDAP tree
of a local domain controller as well. In a long run it would make sense
to allow SSSD to explicitly search for domain by looking up DNS entries
and checking a potential domain controller with a CLDAP ping.
Resolves: https://github.com/SSSD/sssd/issues/5528
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5529/head:pr5529
git checkout pr5529
URL: https://github.com/SSSD/sssd/pull/5549
Author: elkoniu
Title: #5549: data_provider: Configure backend probing interval
Action: opened
PR body:
"""
When be_ptask is created to monitor backend when SSSD
is in offline mode checks are happening in specified intervals:
delay = delay + (sss_rand() % task->random_offset);
New configuration option is introduced in this commit:
* refresh_max_random_offset
Using this option allows end client to decide what
should be the size of random offset when new interval
for probing backend is calculated.
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1925608
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5549/head:pr5549
git checkout pr5549
URL: https://github.com/SSSD/sssd/pull/5539
Author: elkoniu
Title: #5539: [WIP] NSS: Clear negative cache when SIGHUP received
Action: opened
PR body:
"""
When NSS receives SIGHUP signal it clears memory cache.
As a part of signal handling procedure negative cache
should be also cleared.
Resolves: https://github.com/SSSD/sssd/issues/4973
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5539/head:pr5539
git checkout pr5539
URL: https://github.com/SSSD/sssd/pull/5537
Author: sumit-bose
Title: #5537: negcache: use right domain in nss_protocol_fill_initgr()
Action: opened
PR body:
"""
When checking if a group returned by an initgroups request is filtered
in the negative cache the domain of the user was used. This does not
work reliable if the user can be a member of groups from multiple
domains.
With this patch th domain the group belongs to is determined and used
while checking the negative cache.
Resolves: https://github.com/SSSD/sssd/issues/5534
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5537/head:pr5537
git checkout pr5537
URL: https://github.com/SSSD/sssd/pull/5562
Author: sumit-bose
Title: #5562: AD GPO: respect ad_gpo_implicit_deny if no GPO is present
Action: opened
PR body:
"""
Currently ad_gpo_implicit_deny=True is not applied if there is no GPO at
all for the given client. With this patch this case is handled as
expected as well.
Resolves: https://github.com/SSSD/sssd/issues/5561
:fixes: respect ad_gpo_implicit_deny if no GPO is present
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5562/head:pr5562
git checkout pr5562
URL: https://github.com/SSSD/sssd/pull/5566
Author: peptekmail
Title: #5566: Fix exponent padding when deriving rsapubkey to ssh
Action: opened
PR body:
"""
Padding is sometimes needed if a nonstandard exponent is chosen.
The fix is just a couple of lines in cert.c
But the integration-test requires a certificate to be pushed to LDAP and the output should match the pubkey derived from THE original certificate via p11-tool and openssh.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5566/head:pr5566
git checkout pr5566
URL: https://github.com/SSSD/sssd/pull/5580
Author: sumit-bose
Title: #5580: ipa subdomains: do not fail completely if one step fails
Action: opened
PR body:
"""
Currently while updating server side data stored on an IPA server during a
subdomains request the whole request will fail if a single step fails. As a
result the remaining server side data which would have been looked up after
the failed attempt are missing.
With this patch a failure in a single lookup is not considered fatal and
SSSD will try to read the remaining data after an error occurred.
Resolves: https://github.com/SSSD/sssd/issues/5571
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5580/head:pr5580
git checkout pr5580
URL: https://github.com/SSSD/sssd/pull/5565
Author: aborah-sudo
Title: #5565: Tests: Tests if shadow-utils are immune against bugs in 2006:0032
Action: opened
PR body:
"""
Tests if shadow-utils are immune against bugs in 2006:0032
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5565/head:pr5565
git checkout pr5565