Re: how to enable Kerberos Security support provider

2007-07-01 Thread Todd Stecher
On Jun 29, 2007, at 10:43 PM, eswars wrote: > Hi, > >I wanted know how to enable Kerberos for Windows 98.i have > seen there > is no Kerberos.dll entire system, I am using SSPI for getting Token. > > Is there any way to enable Kerberos in windows 98 in security support > provider interf

how to enable Kerberos Security support provider

2007-07-01 Thread eswars
Hi, I wanted know how to enable Kerberos for Windows 98.i have seen there is no Kerberos.dll entire system, I am using SSPI for getting Token. Is there any way to enable Kerberos in windows 98 in security support provider interface? gssapi will work on windows 98 ? I wanted to use Kerbero

Re: Creating SPNEGO tokens

2007-07-01 Thread Michael B Allen
On 7/1/07, Markus Moeller <[EMAIL PROTECTED]> wrote: > I think I found the reason the string has to be "{ 1 3 6 1 5 5 2 }". > Wouldn't it make sense to have it already defined in a gssapi header file > like Heimdal has as gss_mech_spnego ? Actually it is in gssapi/gssapi_spnego.h: extern gss_OID

Re: Creating SPNEGO tokens

2007-07-01 Thread Markus Moeller
I think I found the reason the string has to be "{ 1 3 6 1 5 5 2 }". Wouldn't it make sense to have it already defined in a gssapi header file like Heimdal has as gss_mech_spnego ? Markus "Markus Moeller" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > But the input to gss_init_s

Re: Creating SPNEGO tokens

2007-07-01 Thread Markus Moeller
But the input to gss_init_sec_context is a gss_OID structure. How do I build the structure ? If I use gss_str_to_oid I get an error "Invalid argument" Thanks Markus "Michael B Allen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/30/07, Markus Moeller <[EMAIL PROTECTED]> wro