2011/4/14 Mark Hammond :
> Sadly some hacks were made to SWIG to support some of the COM objects and
> the source to those changes were lost many years ago - this needs to be
> revisited before we can upgrade. I haven't put much thought into that yet
> but I'm sure something can be done...
Here y
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