Hello all, I have a couple of questions on how to approach adding Kerberos authentication in a C++ client application. More specifically I need to do the following: - Extract TGT from the local cache - Request and receive a session key for an SPN (for now I need this to work only on linux) Thank you. Best regards, Dean