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

gssapi: use hostbased_service name type #1167

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

eltoder
Copy link
Contributor

@eltoder eltoder commented Jul 18, 2024

This is used by libpq and allows us to skip canonicalization of host name, which was making a blocking DNS lookup.

Similarly, don't canonicalize host name for SSPI, since this is not done by libpq.

This is used by libpq and allows us to skip canonicalization of host
name, which was making a blocking DNS lookup.

Similarly, don't canonicalize host name for SSPI, since this is not done
by libpq.
@elprans
Copy link
Member

elprans commented Jul 18, 2024

Thanks!

@elprans elprans merged commit 85d7eed into MagicStack:master Jul 18, 2024
33 checks passed
@eltoder eltoder deleted the feature/gss-hostbased-service branch July 18, 2024 14:19
@eltoder
Copy link
Contributor Author

eltoder commented Oct 14, 2024

@elprans Do you have any plans for making a release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants