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

Conversation

maddyblue
Copy link
Collaborator

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

  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
@maddyblue
Copy link
Collaborator Author

This is the merge conflict-resolved version of #864.

@sudeeptoroy
Copy link

Hi @mjibson, Any possibilities of making a release with this feature?

@maddyblue
Copy link
Collaborator Author

Release made.

@maddyblue
Copy link
Collaborator Author

@sudeeptoroy
Copy link

Thanks @mjibson

xhit pushed a commit to xhit/pq that referenced this pull request Jul 16, 2020
Add Kerberos (GSSAPI) authentication support
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.

Support for GSSAPI auth
2 participants