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

Add Kerberos (GSSAPI) authentication support #970

Merged
merged 1 commit into from
May 22, 2020
Merged

Add Kerberos (GSSAPI) authentication support #970

merged 1 commit into from
May 22, 2020

Commits on May 22, 2020

  1. Add Kerberos (GSSAPI) authentication support

      The patch supports the following new connection
      options:
        - service:  The Kerberos service name to use when constructing
                    the SPN;  default: "postgres"
        - spn:      Specify the full SPN;  avoids construction on the
                    fly from the host and service names
    
      Uses jcmturner's pure-golang Kerberos library on Unix systems,
      and SSPI via alexbrainman's library on Windows systems.
    
      Fixes: #863
    Jake Scott authored and maddyblue committed May 22, 2020
    Configuration menu
    Copy the full SHA
    41af58a View commit details
    Browse the repository at this point in the history