jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
717 stars 243 forks source link

unix curl support? #497

Closed tooptoop4 closed 1 year ago

tooptoop4 commented 1 year ago

if I run the httpserver.go example on unix, would I expect clients on both windows and unix to work by running curl --negotiate -u : ? as long as the clients run kinit first?

jcmturner commented 1 year ago

As long as things are configured correctly then unix clients should work with windows servers and vice versa.

I'll close this issue. Please re-open if there is something specifically that isn't working.