jcmturner / gokrb5

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

Implement the necessary functionalities for implementing a GSS-API server #532

Open tsipinakis opened 9 months ago

tsipinakis commented 9 months ago

This PR adds some necessary functionality for using gokrb5 in the server-side code of a GSS-API server.And some additional client-side functionality (i.e. writing and handling credential caches) Specifically:

The generated credential cache file format follows the MIT standard