Kinit programatically??

Russ Allbery rra at stanford.edu
Tue Jun 24 11:15:54 EDT 2008


"kul gupta" <kulg123 at gmail.com> 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 (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the Kerberos mailing list