jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
723 stars 245 forks source link

Using gokrb5 for other than http #462

Closed keith6014 closed 1 year ago

keith6014 commented 2 years ago

I have gokrb5 working for HTTP SPN authentication. I would like to create something more generic. I would like to build a proxy service which can be used for PostgreSQL (obviously not running on PostgreSQL port). I want to build a service as a test bed not for production. Is that possible?

jcmturner commented 2 years ago

https://github.com/jcmturner/gokrb5/blob/master/v8/USAGE.md covers how to create a generic client and service.