Skip to content

Conversation

@madelynnblue
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
@madelynnblue
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?

@madelynnblue
Copy link
Collaborator Author

Release made.

@madelynnblue
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