You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm surprised to see Go-coded use of the krb5 C API and C-coded use of the GSS C API. I'm not a Go programmer... Is it particularly difficult to make Go bindings to the GSS-API?
You shouldn't need to use the
krb5
API, as is done in kerby.go, inServerPrincipalDetails()
, which is unused and undocumented anyways. Just remove it.The text was updated successfully, but these errors were encountered: