I use GSS API to authenticate myself with the SMB 2.0 server using Kerberos authentication (gss_init_sec_context call). I know that I can renew TGT using kinit -R command. But I want to be able to renew my service ticket obtained as well.
In the protocol spec it says the client needs to renew the kerberos tickets..
Is it possible to renew service ticket? or should I create a new context?
Any pointers about this related to SMB 2.0 reauthentication using GSS api are also really welcome