[python-win32] Kerberos Authentication
Aditya Jayraman
adit99 at gmail.com
Wed Feb 4 19:09:09 CET 2009
In other words, Im asking if there is any module that will help with
encoding/decoding
SPNEGO Tokens (aka security blobs)
Thanks,
Aditya
On Tue, Feb 3, 2009 at 5:46 PM, Aditya Jayraman <adit99 at gmail.com> wrote:
> I am trying to create server that needs to authenticate clients using
> Kerberos.
>
> Assuming the clients are presenting a Kerberos Service Ticket to the
> Server, I need a way to:
> 1. Unpack the ticket
> 2. Decrypt the encrypted part and recover the Session Key. (Assuming I have
> have access to my Server's Master Key)
>
> I was wondering if there any way I can achieve this using pywin32
>
> The sspi module is helpful, but does not help me in case the client is not
> a Windows Machine.
> For instance, Linux clients "separately" acquiring a Service Ticket and
> then presenting it to my server.
>
> Any help is appreciated.
>
> Thanks
> --
> -Aditya
>
--
-Aditya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090204/5f0f303d/attachment.htm>
More information about the python-win32
mailing list