"kul gupta" <[EMAIL PROTECTED]> writes: > Ya ,actually i framed it in a wrong way.I m really sorry for that. > I was to ask about fowarding Tickets > I get the TGT and needs to foward the same to a different target. > How can i achieve this programatically.?
That is something you can do with GSSAPI. As part of the negotiation of the authentication context, you can request ticket delegation, which will delegate forwardable credentials to the remote host. See the documentation for gss_accept_sec_context and gss_init_sec_context. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
