<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Timo Aaltonen pushed to branch upstream
at <a href="https://salsa.debian.org/sssd-team/sssd">Debian SSSD packaging / sssd</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0751f1cf9c825ac9a9a724da7e7450402e333fbf">0751f1cf</a></strong>
<div>
<span>by Iker Pedrosa</span>
<i>at 2022-04-28T13:02:53+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">CI: update flake8 action reference

flake8 action was pointing to my fork because there was an unresolved
problem in the main repository. Now that the fix has been merged we can
update the reference.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>

Reviewed-by: Justin Stephenson <jstephen@redhat.com>

Reviewed-by: Justin Stephenson <jstephen@redhat.com>

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit ecc8aa71429040e718b2155422ab0dbe0df58802)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/84e3a8d6ac0e0a34588b3d3507d9189dccd971ee">84e3a8d6</a></strong>
<div>
<span>by Iker Pedrosa</span>
<i>at 2022-04-28T13:03:24+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">p11_child: enable more than one CRL PEM file

Enable support for more than one CRL PEM file. p11_child parses the
crl_file list passed as argument, loads all the files and makes the
validation.

Finally, add a new test case in test_utils to check that the p11_child
crl_file argument has been parsed correctly. Add another five test
cases in test_oam_srv to check the validation process.

:config: multiple crl_file arguments can be used in the
certificate_verification option.

Resolves: https://github.com/SSSD/sssd/issues/6086

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>

Reviewed-by: Sumit Bose <sbose@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit e83e10652be58e13bf9b2f307f16ff018fbbc9b8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/14044af08fd17517812bacd23b51e3b79c3321d8">14044af0</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-04-28T13:03:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: switch to write-file-action

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit dff9ba783bd620a7826bf43db0d00029bbf62061)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/e0c2c0e3f8b43624ae941e05be1172ebe7a1127f">e0c2c0e3</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-05T15:28:17+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: disable Jenkins jobs

All jobs were replaced by Github Actions.

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit 460d02d12d4443b0b44608114c8ba204d8d223cd)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/6c0e6fc8e37c4f143d349a163a27f95ea6f5112e">6c0e6fc8</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-06T12:28:28+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Fix docstrings for successful polarion import

A blank line after the first line in the doc is important for betelgeuse
The steps and expectedresults should have proper indents for importer to
adde the steps in the table format in the test case in polarion

Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
(cherry picked from commit 3f177aa379b2db9abc22ed7407f9e2ab93782b82)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/439b8c3c5953823fc2abce57cf373451793f05c1">439b8c3c</a></strong>
<div>
<span>by Anuj Borah</span>
<i>at 2022-05-06T12:28:49+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Fix ns_account test with sleep time

Fix ns_account test with sleep time

Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
(cherry picked from commit da1d8eb4e08bbe55075a8d9a36452f8007af0572)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/181070c471fc8e74a8e5bb47e685d9edeba76216">181070c4</a></strong>
<div>
<span>by Madhuri Upadhye</span>
<i>at 2022-05-06T12:29:07+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: ipa: Add automation of BZ1859751

Add automation of Allow SSSD to use anonymous
pkinit for FAST

verify:
  https://bugzilla.redhat.com/show_bug.cgi?id=1859751
  https://github.com/SSSD/sssd/issues/5961

Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>

Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 8edb287afed5b785f5485f21aaf5b53042c55e12)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/21052b97af2878fe5b7babc303bc2a70ab52ea85">21052b97</a></strong>
<div>
<span>by Shridhar Gadekar</span>
<i>at 2022-05-06T12:29:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests:port rfc2307 username begin with a space

Minor string-formatter change (added f-string)

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 0c35ed53a43974cb104882f06dd91382ac294a69)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/5187a2d5dafdd9c9024fbdc632aa9e1eccaa70fc">5187a2d5</a></strong>
<div>
<span>by Madhuri Upadhye</span>
<i>at 2022-05-06T12:29:44+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Document: Document to run the tests using multihost config.

Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>

Reviewed-by: Jakub Vávra <jvavra@redhat.com>
Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
(cherry picked from commit ba5d4708be5d4fe6e260e2458e897cae93d0c6ec)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/5945dac51bd8b864b13569dab7a9a5c832950af1">5945dac5</a></strong>
<div>
<span>by Madhuri Upadhye</span>
<i>at 2022-05-06T12:30:02+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Document: Setup python virtual environment to run pytest.

Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>

Reviewed-by: Jakub Vávra <jvavra@redhat.com>
Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
(cherry picked from commit a6566e1c5d38ca2af3d98176fba7998cb6186ae3)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/7d55af1512fc168c09a46478aaef3f206bc59dee">7d55af15</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-06T12:31:03+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: enable ci for sssd-2-7

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit 1eec0aae2d478d7eb02b0615dd106377822e101e)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/2aeab5062623616c3140bedd6d2ee199f7208e47">2aeab506</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-06T12:31:03+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: fix syntax for flake8 job

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit 950a77d5bf7fc9106c273c49e79178c4b6e81f3c)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/bca43389d751d5a8582f19db527378d46a09e6f9">bca43389</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-09T10:17:10+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">spec: mention oidc_child in description

Since oidc_child is part of the sssd-idp sub-package it should be
mentioned in the summary and the description.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 2591f8d75e83175de7f4a0e1483ce3bc553a0fe8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/74dd00498a190b909d7ac45492e8daff03885822">74dd0049</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-09T10:17:32+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: enable copr builds for CentOS Stream 8

Reviewed-by: Justin Stephenson <jstephen@redhat.com>
(cherry picked from commit 0a8d8f9e94f9118ddca8bce24c188b41dfb94c8d)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/f421906190550c48e6d11e9107b75cf7122eece1">f4219061</a></strong>
<div>
<span>by Tomas Halman</span>
<i>at 2022-05-09T10:17:54+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SPEC: python egg info format change

In the new python egg-info changed from a file to a folder with
several files.

This patch fixes the SPEC file to handle it correctly in both cases.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 1859523d5946cc53e2a6ee73eaf93ab9aef262c2)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/c90153defc5e5e471ffa78697942d0bf097aaa14">c90153de</a></strong>
<div>
<span>by Tomas Halman</span>
<i>at 2022-05-09T10:17:54+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">make: clean python new files

New python produces more files during build. We have to
remove them during cleanup.

This patch fixes the `make distcheck` error in Fedora Rawhide.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 9d2d6c079021e44eed1d91268b2d9a51fc956284)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/af9f390c28d564d9e3ab85287b276a8af20f9546">af9f390c</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-09T19:36:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">configure: fix libkrad detection

`main` is obviously not a symbold defined in the library

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
(cherry picked from commit 4b8438593c0de7ca3d47b4fdcdb135dda9997922)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/b92255ee5eae8647a3632349d9cd7048af9f177c">b92255ee</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-09T19:36:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">cert: fix assignment discards _const_ qualifier from pointer target type

```
/shared/workspace/sssd/src/util/cert/libcrypto/cert.c:307:17: error: assignment discards _const_ qualifier from pointer target type [-Werror=discarded-qualifiers]
  307 |     rsa_pub_key = EVP_PKEY_get0_RSA(cert_pub_key);
```

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
(cherry picked from commit e4d75912a6c243ab8192eca7588df67af2f695a7)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/51600e451dd0fa62632e75a10e59efbbcefa00bd">51600e45</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-09T19:36:30+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ci: allow deprecated functions during build

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
(cherry picked from commit ef014b8b293ca7859dc8c30db4cdcfa343c3c477)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0eb470f64dcb0f01c322ba5d351a78e79c06ff39">0eb470f6</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Bulgarian) currently translated at 15.0% (94 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/bg/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/1d4f8a8652dad61947a53c93f4f0de889686a211">1d4f8a86</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Catalan) currently translated at 55.2% (345 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ca/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0c617aac734be9efc80a9916ce489dd84d16d604">0c617aac</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Czech) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/cs/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0429439e15509dce81d1271c0bbb71630deedc66">0429439e</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(German) currently translated at 51.0% (319 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/de/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/7f137099dcb110699933f29606a8911e89f18e78">7f137099</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Spanish) currently translated at 98.7% (617 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/es/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/ce389491e3a4d2b72b4233530892c8a40f072d42">ce389491</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Basque) currently translated at 6.7% (42 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/eu/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/4a6a86399a535b7d41a7816868a8c681b13b24b0">4a6a8639</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Finnish) currently translated at 7.6% (48 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/fi/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/c6028dc059e637026b80d5ec8f1aa423ca7f56f9">c6028dc0</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(French) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/fr/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/203f53f7fccf377e75d3463b0dcb5053d4a70570">203f53f7</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Hungarian) currently translated at 7.0% (44 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/hu/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/bd3af70fe8f9a7cbecd9157b9baf9408a4c73d59">bd3af70f</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Indonesian) currently translated at 8.6% (54 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/id/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/4fb521f829c64bbc56328aace559c0ec47a3e84b">4fb521f8</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Italian) currently translated at 18.8% (118 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/it/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/b7fc2cc7b4c8da9bbe53dc0e71548cf318b960b5">b7fc2cc7</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Japanese) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ja/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/37eeb49cdd79f50bcdeacf13a2f727e938edd157">37eeb49c</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Korean) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/db7330de1dc1e736edeced33ced2d185a13619cc">db7330de</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Norwegian Bokmål) currently translated at 2.2% (14 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/nb_NO/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/53285ebd6e6f4f3c6ed27d5db3fb7caa8b56a5cd">53285ebd</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Dutch) currently translated at 47.2% (295 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/nl/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/374e46e1f7e6eb2287139821b6a4afcb4a383d9c">374e46e1</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Polish) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pl/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/c2d6854acac9f5b6a01b1a39e9cfe1058a95defc">c2d6854a</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Portuguese) currently translated at 15.5% (97 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pt/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/7ac8d2e915e43112e5206653f64463560586db15">7ac8d2e9</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Portuguese (Brazil)) currently translated at 0.8% (5 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pt_BR/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/36c4bea4d9a3ead4d78bdfbef8328be8495cc99b">36c4bea4</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Russian) currently translated at 98.0% (613 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ru/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/8820b9bf37ca48f1039de2d1e8074cdf60ed07a9">8820b9bf</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Swedish) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/sv/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/53dc281ff0ecd330ed1e73cb8079000dc8b1bff1">53dc281f</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Tajik) currently translated at 0.9% (6 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tg/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/b0d9684039b1d40f1f683da8f80af5c7d5c5d6f2">b0d96840</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Turkish) currently translated at 15.0% (94 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/tr/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/45e0519f016aa9efa19989487412dc084462f6c7">45e0519f</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Ukrainian) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/uk/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/9c93f3922f876cb9b983a80ebd38237a326475a5">9c93f392</a></strong>
<div>
<span>by Yuri Chornoivan</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Ukrainian) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/uk/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/30a845f857070531626ff2d1f6871fcad656ff1b">30a845f8</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Chinese (Simplified) (zh_CN)) currently translated at 99.0% (619 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/zh_CN/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/80af4e571765d8f8645c2b575f4696f823a60d82">80af4e57</a></strong>
<div>
<span>by Anonymous</span>
<i>at 2022-05-11T13:58:40+03:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Chinese (Traditional) (zh_TW)) currently translated at 7.8% (49 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/zh_TW/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/e0e23dfbb4879c791fb7942c4562acd45008734f">e0e23dfb</a></strong>
<div>
<span>by Alexey Tikhonov</span>
<i>at 2022-05-12T12:57:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SPEC: drop sssd-ipa dependency on sssd-idp

:packaging: sssd-ipa doesn't require sssd-idp

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 386c6d3ea022afc37a16c87d2a07874b808d0dab)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/ebda07b9fed6734ebaaa322719fbd5bd600d5012">ebda07b9</a></strong>
<div>
<span>by Madhuri Upadhye</span>
<i>at 2022-05-12T12:58:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Test: ipa: remove useless fixture call

remove setup_ipa_client from list as its a session scope
fixture with autouse is true.

Signed-off-by: Madhuri Upadhye <mupadhye@redhat.com>

Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
(cherry picked from commit f7c50980110ce44bbf120351042ed608df34f16e)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/53ca66388c42c6a4524e1f09556f186b0e991e36">53ca6638</a></strong>
<div>
<span>by Anuj Borah</span>
<i>at 2022-05-12T12:58:19+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Fix sss_analyzer tests

Fix sss_analyzer tests

Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
(cherry picked from commit 72a403e92bcda3969e28f4db2fac6a501d35220a)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/7edcd1fa5d5069187b4874842dc0edd383dfb9ef">7edcd1fa</a></strong>
<div>
<span>by Anuj Borah</span>
<i>at 2022-05-12T12:58:37+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Enabling ssctl_ldap test cases

copr build of nss-pam-ldapd package would be used
to execute these tests. We no longer need to skip it.

Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
(cherry picked from commit e254ba8fcb2dd4bbccc8c28b33e678eda2749a0b)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/deaca2f5486a44cea23cf3a47a9639fc4000b056">deaca2f5</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-12T12:58:55+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Update default debug levels expected in logs

new debug level "SSSDBG_PERF_STAT" is added to show statistical and performance
data and included in "SSSDBG_IMPORTANT_INFO" making it 0x3f7c0
https://github.com/SSSD/sssd/commit/775150b5800611191da85b01c5113b446f997d1b

Reviewed-by: Shridhar Gadekar <sgadekar@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit b9094ee681e4ad43a9c17f880b9bbaf8193a2eb0)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/6e92bb2f38ca64d5b082cc5cf904dae211c6a1e5">6e92bb2f</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-12T12:59:25+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Add missing markers in pytest.ini

Some markers from alltests were missing in pytest.ini causing warning
messages. Add those markers and sorted them alphabetically for
readability.

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
(cherry picked from commit 624ad523af3ad8ec0abe23073d630ae1fc75e3f4)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0ef863f11bc770ee1a3aad21d89f7e6835a80367">0ef863f1</a></strong>
<div>
<span>by Alexey Tikhonov</span>
<i>at 2022-05-12T12:59:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sssctl: fixed log message

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 7b1033d10f4a592907f079d51dc80745be2acf56)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/64b3871596be2e566524b3e897b88e65ded4a2f7">64b38715</a></strong>
<div>
<span>by Alexey Tikhonov</span>
<i>at 2022-05-12T12:59:43+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">SDAP: sdap_nested_group_deref_direct_process(): store 'state->members' in a hash table to reduce computational complexity during "new member" check.

Resolves: https://github.com/SSSD/sssd/issues/5134

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit a90ef949e51a4177afcb3128e11867ae7b70f439)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/8547e69955d083f097e72198af1cb064554da770">8547e699</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: move some functions from sysdb to sdap

Some functions which are currently provided by sysdb are only used in
the LDAP provider to process data received from LDAP. In this case it is
about functions which try to determine a suitable name for the object in
the cache. The goal is to be able to use some calls form libldap without
adding a dependency to libldap to the sysdb code.

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit bd08543161d076c9c27f0827fc3746c052f20624)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/75a70ac9c4596567c9f7bdb2451cb8ebe3393e82">75a70ac9</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: rename functions copied from sysdb

The functions copied from sysdb to the sdap code are renamed to remove
the 'sysdb' prefix.

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 3af930e5bb9f46bf88ad579142fe01a422332224)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/10f86ad3c664e34c66974e6af152a6b21fcc1d0d">10f86ad3</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: replace sysdb_attrs_primary_name() with sdap_get_primary_name()

sdap_get_primary_name() is basically a wrapper for
sysdb_attrs_primary_name(). To remove the sysdb dependency to allow a
different implementation of sdap_get_primary_name() all calls to
sysdb_attrs_primary_name() are replaced by calls to
sdap_get_primary_name().

To be compatible with the parameter list the talloc memory context is
remove from the parameter list of sdap_get_primary_name() and the
function will return a reference to existing memory which should not be
modified.

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit e88559fa88c1f5a4cea089bd3dc7e74d740324d1)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/c1531822467e4cb6af183e31ef88799af952063f">c1531822</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: move sysdb_attrs_primary_name() into sdap_get_primary_name()

sysdb_attrs_primary_name() is not called directly anymore but only
through sdap_get_primary_name(). The implementation is removed from the
sysdb code and moved into sdap_get_primary_name().

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit e587572b4a3993a330cfe0dcbe57ed2790073713)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/19b452015ec6e2f88024aa9299ac2f6223956d13">19b45201</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: make sdap_get_primary_name() aware of multi-valued RDNs

The RDN related functions of libldb are not aware of multi-valued RDNs
like e.g. "cn=host.example.net+ipHostNumber=198.168.1.1" as defined in
section 2.3.1 of RFC-4512. To be able to reliable derive a name for the
object in the cache in case the object stored in LDAP has multiple
values for e.g. the 'cn' attribute assigned SSSD must be able to handle
the multi-valued RDNs properly. Since OpenLDAP's libldap allows this the
current implementation is replace by a new one which is using the
decomposed LDAPDN structure returned by ldap_str2dn().

:relnote: SSSD can now handle multi-valued RDNs if a unique name must be
determined with the help of the RDN.

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit bb4e93015c47ae76f6e4d240994f7af7c2525b2d)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/676b5dce198429964fc25e02fb83ae8d6434d1c2">676b5dce</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: removed unused dom parameter from sdap_get_primary_name()

For the new implementation the dom parameter is not needed anymore and
can be removed.

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit dd1f4902b8ba4e5a081a77c0faece9bfcdccb697)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/26bbaf7f60490ab561fe70603eb79f44218f8283">26bbaf7f</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:11+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sdap: add tests for sdap_get_primary_name

Resolves: https://github.com/SSSD/sssd/issues/6122

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 952b9bd71762ce9abeae3f506a5f65601e1769f9)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/90617845ced9394febb1daa8f84643950c33da67">90617845</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">proxy: lower child count even if there is an error

If the proxy_child_send() request returns an error the number of running
child processes is not updated although most probably SIGKILL was
already send to the child.

Resolves: https://github.com/SSSD/sssd/issues/6114

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 97eabb7ed7b67713fb6f2f27b9c5f26e99d27da8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/2e4786e70b1bb95fb36306487216c9f8adcfa415">2e4786e7</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">proxy: finish request if proxy_child is terminated

If proxy_child is terminated by a signal, e.g. by the child's watchdog,
the backend is handling the signal but any related tevent request is not
finished. It will eventually finish if the SBus/DBus timeout is
reached.

This patch makes the signal handler aware of the request so that is can
be finished with an error.

Resolves: https://github.com/SSSD/sssd/issues/6114

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 67270a0881cfad4870d1c3929ee4eb7b640291f4)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/3cb0dda539b4098cbe7cb331b0c1cb5633945853">3cb0dda5</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">data_provider: add dp_client_cancel_timeout()

Add a call to remove a timeout handler from a sbus_connection.

Resolves: https://github.com/SSSD/sssd/issues/6114

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 4af071af64593c83f3a95180b609c32c470070f6)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/7ad0a6d51a25dadf3a0406b4f77663b10a683725">7ad0a6d5</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-12T13:00:33+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">proxy: remove DP client timeout handler

Since the proxy_child is using a dedicated Register method for its SBus
connection to the backend it has to remove the generic timeout handler
added during the initial connection by dp_client_init() during its
registration.

Resolves: https://github.com/SSSD/sssd/issues/6114

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 4950bc00b6bb92a13e62da808b99ec9730aff53d)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0bad124d7b817238bc0872a7d96ce876f22f5edf">0bad124d</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-12T13:16:50+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Implement time logging for the LDAP queries

Test time logging is enabled on setting debug level 9 or bitmask 0x20000
Test to trigger warning message for long query time

Verifies
  Issue: https://github.com/SSSD/sssd/issues/5967
  Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1925559

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 45411d8448a435e7d3411f6434895e120ad1ae48)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/a86265f7574abe4b3897ee0e76872a064ef4398c">a86265f7</a></strong>
<div>
<span>by Anuj Borah</span>
<i>at 2022-05-16T12:39:23+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Tests: Fix ns_account test with clear_sssd_cache

Fix ns_account test with clear_sssd_cache

Reviewed-by: Steeve Goveas <sgoveas@redhat.com>
(cherry picked from commit 91969611fe788c9296ac13305a93d765e8b3af06)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/eeaa77a27acd4bd0d129b263a5a63464ae732257">eeaa77a2</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-18T15:40:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Add test for memcache SID

Verifies
  Issue: #3768
  Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1245367

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Anuj Borah <aborah@redhat.com>
(cherry picked from commit a45d58c56171ee7aa14726dfed50548637f4489e)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/bc14ede7d9ae62ceda04e78dc333fd6c577188e3">bc14ede7</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-18T15:40:01+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Update and sort ad pytest.ini

Some test markers were missing. Added them and sorted for readability.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Anuj Borah <aborah@redhat.com>
(cherry picked from commit 686b1c8ce8d8e83ef21a78198d765c94990bbae8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/3dbcb812a156bbea220ff15e2bdb8f9edf07ad94">3dbcb812</a></strong>
<div>
<span>by Steeve Goveas</span>
<i>at 2022-05-25T12:17:28+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">TEST: Install iproute-tc for tc

For tc we need iproute-tc package installed if it is not already
installed. In RHEL9.1 it was installed by default but in 8.7 it is not
present.

Reviewed-by: Anuj Borah <aborah@redhat.com>
(cherry picked from commit abce8dbebcfa14f5e5656facaa2111b74694e1cf)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/f20db24af65f0a52db3d8d23dfa112eba95fe6e0">f20db24a</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-30T12:12:21+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">man: add idp indicator

Resolves: https://github.com/SSSD/sssd/issues/6181

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit d550b5f60ccf23f977efd36f30ef6973abdd905d)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0eae7db9e06645ef88d0cf15672770776293edb5">0eae7db9</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-05-30T12:12:42+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pam_sss_gss: KRB5CCNAME may be NULL

Resolves: https://github.com/SSSD/sssd/issues/6180

:fixes: A regression in pam_sss_gss module causing a failure if
  KRB5CCNAME environment variable was not set was fixed.

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Sumit Bose <sbose@redhat.com>
(cherry picked from commit 9aad30711a5928f0e8a3627305b6449291de507f)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/80ffa314c669feaaffe487d8ea5004c149d948c8">80ffa314</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-05-30T12:13:07+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ad: add fallback in ad_domain_info_send()

Commit 51e92297157562511baf8902777f02a4aa2e70e6 allowed
ad_domain_info_send() to handle multiple domains by searching for the
matching sdap_domain data. Unfortunately it assumed that the configured
name and the DNS domain name are always matching. This is true for all
sub-domains discovered at runtime by DNS lookups but might not be true
for the domain configured in sssd.conf. Since the configured domain is
the first in the list of sdap_domain data it will be used as a fallback
in case no data could be found by name.

Resolves: https://github.com/SSSD/sssd/issues/6170

Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 71b14474bec82a0c57065ad45915ebfeb9e3d03e)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/abac841d59ed0e3a7e881e88b6c3c1ca53631eca">abac841d</a></strong>
<div>
<span>by Iker Pedrosa</span>
<i>at 2022-06-01T14:55:52+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">CI: flake8 move target to pull_request_target

Move flake8 target from pull_request to pull_request_target to be able
to write comments in the PR.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 67814634868523c59dec98876bcf34fb97d3dee8)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/e7cc73c2c7e8da234f69a0aa1d422559c12118e7">e7cc73c2</a></strong>
<div>
<span>by Iker Pedrosa</span>
<i>at 2022-06-01T14:55:54+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">CI: update actions version

CodeQL Action v1 is being deprecated and v2 needs to be used instead.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>

Reviewed-by: Pavel Březina <pbrezina@redhat.com>
(cherry picked from commit 5c3d60907e773bf2c897a5f305d8eb4cc457727c)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/a912c1251f0707f4ab5095ad4559823dbbdf0550">a912c125</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ad: make new PAC buffers available

Recently new PAC buffers, PAC_UPN_DNS_INFO_EX, PAC_ATTRIBUTES_INFO,
PAC_REQUESTER_SID were added. With this patch ad_get_data_from_pac() can
return those new buffers as well.

Additionally the information from the PAC_LOGON_INFO and
PAC_UPN_DNS_INFO buffers are checked for consistency and compared with
the user principal name stored in the user object.

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 2d52fffdbda1558407fe51b0ad91c0b5bea7bae9)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/d6354e0a9c78281e81adab48a9e3d3f394979891">d6354e0a</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: add PAC upn_dns_info test

Add basic unit tests for the PAC_UPN_DNS_INFO PAC buffer.

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit e57ab1ea5cb0d10e7b689ef72f5862e125bcb17d)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/1c90333b0241771e227d03b5cbfdc07d00d7a061">1c90333b</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">krb5: add krb5_check_pac option

A new option krb5_check_pac for the krb5 provider is added to control
how the PAC is validated. Currently only the option 'present' which
makes the PAC mandatory, is available.

:config: New option krb5_check_pac to control the PAC validation
behavior.

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit a28f8a337b9df61615015c045695fd21e9aab13f)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/8e265c766c8b1380074026490a5fa8f59d2c4641">8e265c76</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pac: apply new pac check options

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 6970cb1bfd2e50286956ea311167ac77f78c3ee5)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/e7163273592eb493c809654908f3904eac2d9c84">e7163273</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ad: enable the PAC responder implicitly for AD provider

To be able to run the extra consistency checks on the PAC the PAC
responder must be running.

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 30dbecaa9ef6957b74692bf86e34afcf3cafae70)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/fcc1bd84f7e927e2bca9e098c48bd8984c8e398f">fcc1bd84</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">monitor: add implicit_pac_responder option.

The PAC responder is started automatically if the IPA or AD providers
are configured. In case the PAC responder is causing issues the
implicit_pac_responder option is added to disable to automatic start.

:config: New option implicit_pac_responder to control if the PAC
responder is started for the IPA and AD providers, default is 'true'.

Resolves: https://github.com/SSSD/sssd/issues/5868

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 9c12e962e0fcd6e74c9cc844e2e98e0b0dce79fa)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0dc42cbaa84f45646f6ae13f6ab97a028145498c">0dc42cba</a></strong>
<div>
<span>by Sumit Bose</span>
<i>at 2022-06-02T12:42:31+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">localauth: improve localauth add man page

A man page is added for the Kerberos localauth plugin and the plugin is
using the system's getpwnam_r() to find the user by name instead of
directly talking to SSSD to have the same view as other applications
running on the system.

Resolves: https://github.com/SSSD/sssd/issues/4677

Reviewed-by: Alexey Tikhonov <atikhono@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Reviewed-by: Tomáš Halman <thalman@redhat.com>
(cherry picked from commit 4c7f730b858c09e092cdecec973bd20af32b46d4)
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/2d03e3b12fa70cc9cdbb5101cfed04dc4130d579">2d03e3b1</a></strong>
<div>
<span>by 김인수</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Korean) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/5457584dc8f8016849f6c65db4eaa3f7301f37bc">5457584d</a></strong>
<div>
<span>by Piotr Drąg</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Polish) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/pl/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/188d8148735b5ec066af06ce7cd7c69afccbb763">188d8148</a></strong>
<div>
<span>by Elena Mishina</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Russian) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ru/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/ccf55aff065e46534b614a0f03a7d3464bd5bd90">ccf55aff</a></strong>
<div>
<span>by 김인수</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Korean) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/ko/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/2a2c057451b406e65a7abd0390a51177a188eac5">2a2c0574</a></strong>
<div>
<span>by Luna Jernberg</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Swedish) currently translated at 99.5% (622 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/sv/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/167f87e5250e54d031c4fac9bf2582b164caa61f">167f87e5</a></strong>
<div>
<span>by Göran Uddeborg</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Swedish) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/sv/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/0d7db9e8c0f3d38dbead1ae0294dca7b99b39ba8">0d7db9e8</a></strong>
<div>
<span>by Pavel Borecki</span>
<i>at 2022-06-02T12:43:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: update translations

(Czech) currently translated at 100.0% (625 of 625 strings)
Translation: SSSD/SSSD-2-7
Translate-URL: https://translate.fedoraproject.org/projects/sssd/sssd-2-7/cs/
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/bd5a48bfb32d68e9065f49bd458e5c7735e8e0b6">bd5a48bf</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-06-02T12:53:14+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">po: translate sssd_krb5_localauth_plugin.8.xml
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/1a2754f81cb2174fb2c4e098b3add637eb769671">1a2754f8</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-06-02T12:55:04+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pot: update translations
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/sssd-team/sssd/-/commit/4c02953f909d60efa46cca4dc83d0d202ea35e08">4c02953f</a></strong>
<div>
<span>by Pavel Březina</span>
<i>at 2022-06-02T13:12:26+02:00</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Release sssd-2.7.1
</pre>
</li>
</ul>
<h4>9 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#71da4bef7d009bfa59d0f7ca85bf6a18169fb48d">
.github/workflows/analyze-target.yml
</a>
</li>
<li class="file-stats">
<a href="#899ce9c202bf7bb5480e72836c3edc773c9c4244">
.github/workflows/ci.yml
</a>
</li>
<li class="file-stats">
<a href="#205e49e7f8cbf1a4f02d387dd32850fa09a5ef81">
.github/workflows/copr_build.yml
</a>
</li>
<li class="file-stats">
<a href="#5439b3be16e91e7a13b1977539a10e7b3639a891">
.github/workflows/copr_cleanup.yml
</a>
</li>
<li class="file-stats">
<a href="#4d938f6c1c694e539e55e88076490273a04798ba">
.github/workflows/static-code-analysis.yml
</a>
</li>
<li class="file-stats">
<a href="#0c2c5c506cef0ed2d3ad2b7e45e97980b66f5520">
<span class="deleted-file">

Jenkinsfile
</span>
</a>
</li>
<li class="file-stats">
<a href="#d5b4de16d947214ec306bd57bed1bd23a939b5f9">
Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#b8d57aa4a09effcbac8deeffe8aea9131499424f">
contrib/sssd.spec.in
</a>
</li>
<li class="file-stats">
<a href="#4e573a66c66b45b45a1e180cad791738ed22cdd2">
po/bg.po
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #666;">

<br>
<a href="https://salsa.debian.org/sssd-team/sssd/-/compare/f48eddc3b9224909bfb6be253260335eba80539d...4c02953f909d60efa46cca4dc83d0d202ea35e08">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.



</p>
</div>
</body>
</html>