Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PUP-11938) Handle more errors around Windows SID and ASID #9119

Conversation

cthorn42
Copy link
Collaborator

@cthorn42 cthorn42 commented Oct 9, 2023

This commit introduces two new errors, ERROR_TRUSTED_DOMAIN_FAILURE and ERROR_TRUSTED_RELATIONSHIP_FAILURE. Those two errors can occur when looking up a SID and the a host fails a trust call with the AD. We can still recover and should attept to.

This commit introduces two new errors, ERROR_TRUSTED_DOMAIN_FAILURE and ERROR_TRUSTED_RELATIONSHIP_FAILURE.
Those two errors can occur when looking up a SID and the a host fails a trust call with the AD.
We can still recover and should attept to.
@cthorn42 cthorn42 requested a review from a team as a code owner October 9, 2023 19:31
@joshcooper joshcooper merged commit 3d7a59c into puppetlabs:main Oct 9, 2023
10 checks passed
@joshcooper
Copy link
Contributor

@cthorn42 could you submit a backport PR to 7.x? I like to use -x option in git cherry-pick -x 9d6c9c968b option so there's a link between the backported commit and the commit in main

@joshcooper joshcooper added the bug Something isn't working label Nov 15, 2023
@joshcooper joshcooper added the backport 7.x Generate a backport PR to 7.x label Dec 2, 2023
Copy link

github-actions bot commented Dec 2, 2023

Backport failed for 7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin 7.x
git worktree add -d .worktree/backport-9119-to-7.x origin/7.x
cd .worktree/backport-9119-to-7.x
git checkout -b backport-9119-to-7.x
ancref=$(git merge-base 80226e959188bfde383a453c4ab431132c7d0f9f 9d6c9c968b12bf416e1d06d909526b8d9784a271)
git cherry-pick -x $ancref..9d6c9c968b12bf416e1d06d909526b8d9784a271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 7.x Generate a backport PR to 7.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants