Re: How to get Kerberos token for proxy authentication

2024-03-21 Thread Ken Hornstein via Kerberos
>Are you familiar with https://github.com/jcmturner/gokrb5? I've used it >in the past with some experiments in some Go code I was working on, I >wasn't touching GSSAPI but there's at least some GSSAPI code in there. >Might be worth checking out as it's native Go code, no cgo wrapping. I would

Re: How to get Kerberos token for proxy authentication

2024-03-21 Thread Thomas Kula
On Wed, Mar 20, 2024 at 11:33:16AM -0400, Ken Hornstein via Kerberos wrote: > >Thanks again Ken. My application is written in Go. So I'm looking > >for Kerberos implementation that can be easily integrated with my > >application. Hence I  was considering MIT Kerberos and using C bindings > >to