[autobackport: sssd-2-13] Multihost tests ldap fix - #9026
Merged
spoore1 merged 3 commits intoJul 29, 2026
Conversation
madhuriupadhye
approved these changes
Jul 29, 2026
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)
Contributor
Author
|
The pull request was accepted by @madhuriupadhye with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
sssd-bot
force-pushed
the
SSSD-sssd-backport-pr9011-to-sssd-2-13
branch
from
July 29, 2026 17:07
704c980 to
b17b508
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
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
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.