Hi:

        I've written a program to get TGT then do the Kerberos authentication by using 
GSS-API afterwards but I also want to do it in a smarter way. What I tried to achieve 
is I want to check if it expires or not, if so then I issue a real TGT request 
otherwise I can save a trip. Or if there is an API which already checks this 
internally that would be even greater. By searching some materials I found some 
possible API's but I don't really know due to the limited documentation. Can somebody 
enlighten me a little bit on this?

        Another way I can think of is always doing gss_init_sec_context() first and if 
it returns "ticket expired" then I can issue a TGT request, just that the first 
approach sounds more logic to me and I also want to explore Kerberos API a bit more.

Thx and have a nice weekend.

Kent

________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to