Skip to content

[autobackport: sssd-2-13] Multihost tests ldap fix - #9026

Merged
spoore1 merged 3 commits into
SSSD:sssd-2-13from
sssd-bot:SSSD-sssd-backport-pr9011-to-sssd-2-13
Jul 29, 2026
Merged

[autobackport: sssd-2-13] Multihost tests ldap fix#9026
spoore1 merged 3 commits into
SSSD:sssd-2-13from
sssd-bot:SSSD-sssd-backport-pr9011-to-sssd-2-13

Conversation

@sssd-bot

Copy link
Copy Markdown
Contributor

This is an automatic backport of PR#9011 Multihost tests ldap fix to branch sssd-2-13, created by @spoore1.

Please make sure this backport is correct.

Note

The commits were cherry-picked without conflicts.

You can push changes to this pull request

git remote add sssd-bot git@github.com:sssd-bot/sssd.git
git fetch sssd-bot refs/heads/SSSD-sssd-backport-pr9011-to-sssd-2-13
git checkout SSSD-sssd-backport-pr9011-to-sssd-2-13
git push sssd-bot SSSD-sssd-backport-pr9011-to-sssd-2-13 --force

Original commits
dbeed82 - Tests: multihost ldap to ldaps
1f921d4 - Tests: multihost ssh use ip and sssd snippet perms
a6d78a7 - Tests: multihost remove stderr redirect

Backported commits

  • 0e87798 - Tests: multihost ldap to ldaps
  • 6d65ceb - Tests: multihost ssh use ip and sssd snippet perms
  • 704c980 - Tests: multihost remove stderr redirect

Original Pull Request Body

Multihost tests fixes for resolving some CI issues in newer distros. This includes LDAP -> LDAPS, some snippet permissions fixes, and switch a couple of SSH calls to use IP instead of hostnames.

@madhuriupadhye madhuriupadhye added Accepted Tests no-backport This should go to target branch only. labels Jul 29, 2026
spoore1 added 3 commits July 29, 2026 17:07
Changing everything from ldap to ldaps for URIs.

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
(cherry picked from commit dbeed82)
Switching to IP address for some of the SSH commands that have some
issues in CI resolving hostnames.

Modifying sssd snippet chown from 640 to 600.

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
(cherry picked from commit 1f921d4)
test_0004_k5login_user4_with_deleted_user3 was failing on assert due to
a stderr redirect to stdout.  The ssh was returning foo3 Permission
denied in stderr which was being redirected to stdout to a file and
checked.   This resulted in the assert finding the foo3 user it was
expeecting not to be in there from the "id" command.

Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com>
(cherry picked from commit a6d78a7)
@sssd-bot

Copy link
Copy Markdown
Contributor Author

The pull request was accepted by @madhuriupadhye with the following PR CI status:


🟢 CodeQL (success)
🟢 rpm-build:centos-stream-10-x86_64:upstream (success)
🟢 testing-farm:centos-stream-10-x86_64:upstream (success)
🟢 Build / freebsd (success)
🟢 Build / make-distcheck (success)
🟢 ci / intgcheck (centos-10) (success)
🟢 ci / intgcheck (fedora-44) (success)
🟢 ci / prepare (success)
🟢 ci / system (centos-10) (success)
🟢 ci / system (fedora-44) (success)
🟢 Static code analysis / codeql (success)
🟢 Static code analysis / pre-commit (success)
🟢 Static code analysis / python-system-tests (success)


There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging.

@sssd-bot
sssd-bot force-pushed the SSSD-sssd-backport-pr9011-to-sssd-2-13 branch from 704c980 to b17b508 Compare July 29, 2026 17:07
@spoore1
spoore1 merged commit 7a6b862 into SSSD:sssd-2-13 Jul 29, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Accepted no-backport This should go to target branch only. Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants