[autobackport: sssd-2-9] Multihost tests ldap fix - #9022
Open
sssd-bot wants to merge 3 commits into
Open
Conversation
Changing everything from ldap to ldaps for URIs. Reviewed-by: Madhuri Upadhye <mupadhye@redhat.com> (cherry picked from commit dbeed82)
spoore1
force-pushed
the
SSSD-sssd-backport-pr9011-to-sssd-2-9
branch
from
July 29, 2026 14:33
acf61fd to
92e5a91
Compare
Switching to IP address for some of the SSH commands that have some issues in CI resolving hostnames. Modifying sssd snippet to add chown 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)
spoore1
force-pushed
the
SSSD-sssd-backport-pr9011-to-sssd-2-9
branch
from
July 29, 2026 14:39
92e5a91 to
87b9590
Compare
spoore1
marked this pull request as ready for review
July 29, 2026 14:39
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-9, created by @spoore1.
Caution
@spoore1 The patches did not apply cleanly. It is necessary to resolve conflicts before merging this pull request. Commits that introduced conflict are marked with
CONFLICT!.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
Conflicting Files Information (check for deleted and re-added files)
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.