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

Don't attempt to canonicalize peer name in Kerberos/GSSAPI/SSPI auth #1166

Closed
wants to merge 1 commit into from

Commits on Jul 17, 2024

  1. Don't attempt to canonicalize peer name in Kerberos/GSSAPI/SSPI auth

    libpq does not canonicalize and neither should we, because:
    
    1) it's likely the wrong thing to do and removes control from the user;
    2) it introduces a blocking DNS lookup into an async path, which is not
       great.
    elprans committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8977a80 View commit details
    Browse the repository at this point in the history