URL: https://github.com/SSSD/sssd/pull/5922
Author: ikerexxe
Title: #5922: [WIP] test: fix pep8 complaint
Action: opened
PR body:
"""
Fix pep8 complaint about over-indentation in test_multidomain.py file. I
guess this is only happening in RHEL8 and Debian because the tool was
forked to pycodestyle, only it is being updated and pycodestyle isn't
available for those distributions from the package manager.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5922/head:pr5922
git checkout pr5922
Hello,
Since SSSD team doesn't plan any more upstream releases of 1-16 branch,
translation updates for this branch on Weblate do not make much sense.
For this reason we locked this branch at Weblate.
Thanks for your contributions so far!
URL: https://github.com/SSSD/sssd/pull/5913
Author: justin-stephenson
Title: #5913: Analyzer: Remove python-click dependency
Action: opened
PR body:
"""
As python-click will not be in RHEL9, switch to using the builtin argparse python module.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5913/head:pr5913
git checkout pr5913
URL: https://github.com/SSSD/sssd/pull/5894
Author: ikerexxe
Title: #5894: contrib: sssd krb5 configuration snippet
Action: opened
PR body:
"""
Add a configuration snippet for krb5 that points to the folder where the
sssd configuration for this service is located.
Resolves: https://github.com/SSSD/sssd/issues/5893
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5894/head:pr5894
git checkout pr5894
URL: https://github.com/SSSD/sssd/pull/5867
Author: ikerexxe
Title: #5867: usertools: force local user for sssd process user
Action: opened
PR body:
"""
System hardening by forcing the sssd user to be loaded from a local database (/etc/passwd) instead of using any remote user. This could happen in very special conditions and might change the owner of the sssd databases and generate a denial of service.
Moreover, clarify user option in sssd.conf, as it accepts both the user name and the id as input. The only constraint is that the user should be present in the local database (/etc/passwd).
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5867/head:pr5867
git checkout pr5867
URL: https://github.com/SSSD/sssd/pull/5899
Author: sidecontrol
Title: #5899: Adding multidomain test cases for bz2013297 and bz2018432
Action: opened
PR body:
"""
Add multidomain pytest suite
- bz2013297 and bz2018432
- this tset suite will provision 5 AD servers, parent, 2 childs, tree
another forest
Signed-off-by: Dan Lavu <dlavu(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5899/head:pr5899
git checkout pr5899
URL: https://github.com/SSSD/sssd/pull/5910
Author: alexey-tikhonov
Title: #5910: SPEC: avoid weak dependencies
Action: opened
PR body:
"""
Require packages if really needed, suggest otherwise.
This is related to https://bugzilla.redhat.com/show_bug.cgi?id=1947918
I'm not sure what to do with:
```
Recommends: bind-utils
Recommends: adcli
```
`bind-utils` provides `nsupdate` used by IPA and AD backends, but SSSD can work without it. And `adcli` is used by AD backend to renew machine password.
"""
To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/5910/head:pr5910
git checkout pr5910