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
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
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
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
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
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