kerberos under windows

Roger Upole rupole at hotmail.com
Fri Aug 11 19:58:55 EDT 2006


Kamil Malinka wrote:
> Hi
>
> i'd like to know, is there any package like pykpass for windows? Or how to use this under windows. I need to authenticate
> users with kerberos under windows environment and have no idea how.
> Thanks for help.
>
> Kamil Malinka

The Pywin32 package (http://sourceforge.net/projects/pywin32/)
wraps the SSPI functions used for kerberos authentication.
There are some scripts in \win32\Demos\security\sspi\ that
demonstrate usage.  They're currently set up for NTLM, but
it only takes a couple changes to convert them to Kerberos.

          Roger






More information about the Python-list mailing list