Re: Kinit programatically??

2008-06-24 Thread Russ Allbery
"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 GSSA

Re: Kinit programatically??

2008-06-23 Thread Russ Allbery
You should really keep copying the mailing list so that other people can also help. I've re-added the mailing list as a cc. "kul gupta" <[EMAIL PROTECTED]> writes: > Thanks a lot > It helped me > I read the link provided by u for Kstart > But Can i use it for the authentication on the client si

RE: Kinit programatically??

2008-06-23 Thread Paul Moore
U cannot get tgt with GSS Either System("kinit ") Or Call Krb5_get_in_tkt_passwd (I think that's the correct name) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of kul gupta Sent: Sunday, June 22, 2008 9:51 PM To: Tadoori (EXT), Vilas Cc: [EMAIL PR

Re: Kinit programatically??

2008-06-23 Thread Russ Allbery
"kul gupta" <[EMAIL PROTECTED]> writes: > hello > Thanks > I m using MIT kerberose. > I will appreciate if someone can help me how to proceed to ahieve the > "Kinit" programatically. > > > The user has entered -username and password through stdin. > How can i get the TGT programatically?(using GSS