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

[release/6.0-rc2] Fix krb5 library SO name in the gss api shim #59566

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 24, 2021

Backport of #59526 to release/6.0-rc2

The library name used in the shim is a name of the build time library which
is usually installed only for development purposes. We should use
libgssapi_krb5.so.2 which is the underlying runtime library.

Close #59518

/cc @karelz @janvorli

Customer Impact

Kerberos authentication does not work in .NET 6.0 Docker images.
It is a regression again .NET 5.0 - introduced in single-file related changes (PR #55037).

Testing

CI runs. Local verification that the libgssapi_krb5.so.2 exists on Alpine, Ubuntu, Debian, FreeBSD and Redhat based distros.

Risk

Low. Wherever the originally used libgssapi_krb5.so is installed, the newly used libgssapi_krb5.so.2 is installed too, as it is the actual runtime library and the libgssapi_krb5.so is just a symlink to it.

The library name used in the shim is a name of the build time library which
is usually installed only for development purposes. We should use
libgssapi_krb5.so.2 which is the underlying runtime library.
@ghost
Copy link

ghost commented Sep 24, 2021

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #59526 to release/6.0-rc2

/cc @karelz @janvorli

Customer Impact

Testing

Risk

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Net

Milestone: -

@karelz karelz added this to the 6.0.0 milestone Sep 24, 2021
@am11
Copy link
Member

am11 commented Sep 24, 2021

gcc api shim

Is it gss api shim instead?

@janvorli janvorli changed the title [release/6.0-rc2] Fix krb5 library SO name in the gcc api shim [release/6.0-rc2] Fix krb5 library SO name in the gss api shim Sep 24, 2021
@janvorli janvorli added the Servicing-consider Issue for next servicing release review label Sep 24, 2021
Copy link
Member

@jeffschwMSFT jeffschwMSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Let's take for consideration in RC2.

@Anipik Anipik added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Sep 24, 2021
@Anipik
Copy link
Contributor

Anipik commented Sep 24, 2021

approved in email

@Anipik Anipik merged commit e957755 into release/6.0-rc2 Sep 24, 2021
@danmoseley danmoseley deleted the backport/pr-59526-to-release/6.0-rc2 branch September 25, 2021 01:38
@ghost ghost locked as resolved and limited conversation to collaborators Nov 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants