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 <adi...@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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to