Re: [python-win32] SSPI memory problems with Kerberos?

2011-04-18 Thread Matt Hamilton
Matt Hamilton netsight.co.uk> writes: > Originally I was passing it a valid Kerberos ticket, but no matter what it > would still give me that memory error. So I decided to pass in some bogus > data to at least get a different error... but no dice. I always just get this > memory error. After

[python-win32] SSPI memory problems with Kerberos?

2011-04-15 Thread Matt Hamilton
Hi all, I've been trying to use the win32 SSPI API to do some Kerberos auth stuff. After a lot of banging my head against the wall I've now pared the problem right down to the very basics and this is what I'm getting: # sspitest.py import sspi data = 'bogus' sa = sspi.ServerAuth('Kerberos') er