resend spnego token

2012-12-07 Thread Rasanth Akali Kandoth
Hi, I use mit-kerberos version 1.10.3 . My http client app gets a spnego token after negotiating with microsoft AD and IIS and using gss_init_sec_context. I am trying to login using the same token again by saving it. is it the right way to do? I get a KRB5KRB_AP_ERR_REPEAT error in this case. if it

When delegation is enabled, the client sends TGS-REQ to KDC every time i click on a link on the web page

2013-03-12 Thread Rasanth Akali Kandoth
Hi, When i enable delegation by setting the GSS_C_DELEG_FLAG , gss_init_sec_context sends TGS req every time i click on a link on the web page. basically for every request, the client sends a request for service ticket. Is this expected when you enable delegation ? if not, how can i avoid this? T

Re: When delegation is enabled, the client sends TGS-REQ to KDC every time i click on a link on the web page

2013-03-12 Thread Rasanth Akali Kandoth
Hi Hudson, Thanks for the quick response. Regards, Rasanth On Wed, Mar 13, 2013 at 10:20 AM, Greg Hudson wrote: > On 03/13/2013 12:30 AM, Rasanth Akali Kandoth wrote: > > Hi, > > When i enable delegation by setting the GSS_C_DELEG_FLAG > > , gss_init_sec_context sends

Mit kerberos client with windows AD

2013-04-19 Thread Rasanth Akali Kandoth
Hi All, is it required that, for a linux client application to get tickets from windows AD, the linux box have to join the windows domain ? -- Regards, Rasanth Kerberos mailing list Kerberos@mit.edu https://mailman.mit.edu/mailman/listinf

krb5_get_init_creds_password takes 15 secs to return

2013-04-24 Thread Rasanth Akali Kandoth
All, I am facing an issue. call to krb5_get_init_creds_password is taking 15 secs to return. i am calling it as follows. krb5_get_init_creds_password(k5->ctx, &my_creds, k5->me, opts->principal_passwd, NULL, NULL, 0, NULL, options); after it returns, everyt

Re: krb5_get_init_creds_password takes 15 secs to return

2013-04-24 Thread Rasanth Akali Kandoth
of kdc in conf file instead of name. Thanks & Regards, Rasanth On Wed, Apr 24, 2013 at 6:01 PM, Tom Yu wrote: > Rasanth Akali Kandoth writes: > > > All, > > I am facing an issue. call to krb5_get_init_creds_password is taking 15 > > secs